inherit
The Final Cylon
31521
0
Mar 3, 2015 14:39:33 GMT -8
Trublu
Maybe the duck is in the hat.
12,323
October 2004
trublusvufan
|
Post by Trublu on May 22, 2010 17:16:14 GMT -8
With recent changes from Proboards, we are aware that certain codes are not working. This is a reminder that codes with copyrights explicitly stating that the code shouldn't be modified may not be edited to fix the errors, unless permission is obtained from the author of the code. If there is a code that must be edited that has a copyright notice, please link to that code here and we will do our best to get in touch with the author to make those changes. If you know the author or have obtained permission from them, please have them contact myself or another moderator so that we know they have given their consent. We invite coders who would like to do so to create their own variations of these codes. If there are any codes in the database that need updating, please go ahead and link to them here, along with links to any patches or updates that have been posted in the board, or else the coders here will work to update it:
Authors Who Have Granted Us Permission to Edit All Codes: RossJordan (¯`•DregondRahl•._)
Copyrighted Codes Currently Not Working: Convert Buttons to Text Patch for Cali's Posting Request/Template Form
|
|
inherit
The Final Cylon
31521
0
Mar 3, 2015 14:39:33 GMT -8
Trublu
Maybe the duck is in the hat.
12,323
October 2004
trublusvufan
|
Post by Trublu on May 24, 2010 9:03:27 GMT -8
|
|
inherit
111636
0
Nov 1, 2014 2:03:16 GMT -8
Karen
I prepare. I create. I love! ?
502
September 2007
karababy
|
Post by Karen on May 27, 2010 1:15:28 GMT -8
Here is the patch for the Posting Request Form/Template v2 by california (SoCal):
<script type="text/javascript"> <!-- if(document.postForm && document.getElementById("requestform")){ var pTab = document.postForm.getElementsByTagName('table')[0]; pTab.parentNode.insertBefore(document.getElementById("requestform"), pTab); var tabRows = pTab.getElementsByTagName("table")[0].rows; for(r=0; r<tabRows.length-1; r++){ if(tabRows[r].cells[0].className.match(/(windowbg2|titlebg)/) || tabRows[r].cells[0].innerHTML.match(/Subject:/) || (tabRows[r].cells[0].innerHTML.match(/Message Icon:/) && !keepMessageIcon.match(/yes/i))){ tabRows[r].style.display = "none"; }else if(tabRows[r].cells.length > 1){ tabRows[r].cells[0].width = columnWidths[0]; tabRows[r].cells[1].width = parseInt(columnWidths[1])+parseInt(columnWidths[2])+"%"; } } }
// --> </script>
According to the information in the thread, it must be posted in the footer below the code. I'm currently using it on my board and it works perfectly.
*Note: I hope it's alright that I posted this here. Wasn't sure if all members were allowed or just coders.
|
|
inherit
The Final Cylon
31521
0
Mar 3, 2015 14:39:33 GMT -8
Trublu
Maybe the duck is in the hat.
12,323
October 2004
trublusvufan
|
Post by Trublu on May 27, 2010 5:16:57 GMT -8
Here is the patch for the Posting Request Form/Template v2 by california (SoCal): <script type="text/javascript"> <!-- if(document.postForm && document.getElementById("requestform")){ var pTab = document.postForm.getElementsByTagName('table')[0]; pTab.parentNode.insertBefore(document.getElementById("requestform"), pTab); var tabRows = pTab.getElementsByTagName("table")[0].rows; for(r=0; r<tabRows.length-1; r++){ if(tabRows[r].cells[0].className.match(/(windowbg2|titlebg)/) || tabRows[r].cells[0].innerHTML.match(/Subject:/) || (tabRows[r].cells[0].innerHTML.match(/Message Icon:/) && !keepMessageIcon.match(/yes/i))){ tabRows[r].style.display = "none"; }else if(tabRows[r].cells.length > 1){ tabRows[r].cells[0].width = columnWidths[0]; tabRows[r].cells[1].width = parseInt(columnWidths[1])+parseInt(columnWidths[2])+"%"; } } } // --> </script> According to the information in the thread, it must be posted in the footer below the code. I'm currently using it on my board and it works perfectly. *Note: I hope it's alright that I posted this here. Wasn't sure if all members were allowed or just coders. Is this posted over at SoCal? Reason I ask, we don't actually have Cali's code here in the database, but it is often referenced to as it can be easier to edit than the one we have in the database. Also, for the record, anyone can post.
|
|
inherit
111636
0
Nov 1, 2014 2:03:16 GMT -8
Karen
I prepare. I create. I love! ?
502
September 2007
karababy
|
Post by Karen on May 27, 2010 10:35:22 GMT -8
|
|
inherit
The Final Cylon
31521
0
Mar 3, 2015 14:39:33 GMT -8
Trublu
Maybe the duck is in the hat.
12,323
October 2004
trublusvufan
|
Post by Trublu on May 27, 2010 12:06:03 GMT -8
Aha. Okay, perhaps I'll integrate that into the first post.
|
|
inherit
134992
0
May 26, 2012 2:38:57 GMT -8
SubDevo
Creator of LSD...
3,861
December 2008
subdevo
|
Post by SubDevo on Jun 15, 2010 18:35:06 GMT -8
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Jun 15, 2010 19:28:29 GMT -8
"There is another ..." -Yoda
|
|
inherit
The Final Cylon
31521
0
Mar 3, 2015 14:39:33 GMT -8
Trublu
Maybe the duck is in the hat.
12,323
October 2004
trublusvufan
|
Post by Trublu on Jun 16, 2010 7:02:02 GMT -8
I was way ahead of ya. It's already done. I meant to post in the thread, but never got to it.
|
|
inherit
134992
0
May 26, 2012 2:38:57 GMT -8
SubDevo
Creator of LSD...
3,861
December 2008
subdevo
|
Post by SubDevo on Jun 16, 2010 7:16:36 GMT -8
I was way ahead of ya. It's already done. I meant to post in the thread, but never got to it. Excellentay! "A sister to no one, I am..." SubDevo
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Jun 16, 2010 9:38:24 GMT -8
LOL
A sister not you are... Use the force you should and find hidden elements in post you will
|
|
inherit
136262
0
Jun 24, 2013 21:59:18 GMT -8
nowdocking
1,088
January 2009
nowdocking
|
Post by nowdocking on Jun 29, 2010 12:21:12 GMT -8
If there is a code that must be edited that has a copyright notice, please link to that code here ... Do we report non-working codes in this thread? If not, please delete this post. Thanks. This code: support.proboards.com/index.cgi?board=codedatabase&action=display&n=1&thread=70442 (Hide Announcement in Source Board) is not working. I tried it at the top and at the bottom of the global footer and checked both ff and ie. Nothing.
|
|
inherit
The Final Cylon
31521
0
Mar 3, 2015 14:39:33 GMT -8
Trublu
Maybe the duck is in the hat.
12,323
October 2004
trublusvufan
|
Post by Trublu on Jun 29, 2010 13:30:40 GMT -8
If there is a code that must be edited that has a copyright notice, please link to that code here ... Do we report non-working codes in this thread? If not, please delete this post. Thanks. This code: support.proboards.com/index.cgi?board=codedatabase&action=display&n=1&thread=70442 (Hide Announcement in Source Board) is not working. I tried it at the top and at the bottom of the global footer and checked both ff and ie. Nothing. To clarify, codes can be reported here if it's been determined that the code needs to be updated in the database. If you're having trouble with the code, you should create a regular code support thread in this board.
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Jun 29, 2010 16:31:25 GMT -8
Tru: CJ's code works, but it has a bug. It doesn't work if they just exited AMM OR have used a sort. Change the following lines:
if( this.location.href.match(/board=\w+$/) )
to
if( pb_action == "boardindex" )
I'm patching this code at SZ now.
|
|
inherit
The Final Cylon
31521
0
Mar 3, 2015 14:39:33 GMT -8
Trublu
Maybe the duck is in the hat.
12,323
October 2004
trublusvufan
|
Post by Trublu on Jun 29, 2010 16:51:07 GMT -8
Tru: CJ's code works, but it has a bug. It doesn't work if they just exited AMM OR have used a sort. Change the following lines: if( this.location.href.match(/board=\w+$/) ) to if( pb_action == "boardindex" ) I'm patching this code at SZ now. Good call, updated in the database.
|
|