|
Post by tunescool on Aug 14, 2011 3:42:49 GMT -8
Edit i found a code on subdevos site Remove Links (Except Search) in Thread Top Header that does what i want it to, except it doesnt do the bottom titlebar and i couldnt get New Thread removed, i think its because of the Add New Thread Next To Reply code. and i would want it to work on the thred list page too, im using it in my archives board i dont need any of those links. can you can easily get his code to do that? or ill just ask him on proboards interoceandesigns.proboards.com/index.cgi?board=proboardcodedatabase&action=display&thread=119Original Post todge was working on this for months, but he couldnt get it. i want it to take out search, advanced moderation, mark as read, new thread, and new poll on this page, one of my boards. the code will be in the boards footers. thenotablenook.com/index.cgi?board=archivesall of the sub boards of that forum i want the same removed i want everything mentioned above BUT share topic in all of the threads in the threads in that board removed thenotablenook.com/index.cgi?board=archives&action=display&thread=6087i also want everything removed from the links that the spoilers link to BUT share topic removed any spoiler link thenotablenook.com/index.cgi?board=amarchives&action=display&thread=9023if you can get this it would be great, todge couldnt get it i know version 5 is all nobody can talk about it, im a beta tester, but do you know if version 5 is still gonna have the same headers/footers as proboards has now. cause if it doesnt my archive code is worthless. heres the code todge was working on <script type="text/javascript"> <!-- // Remove links from archive..
if(location.href.match(/archive/) && location.href.match(/tion=display/)) { var buttons = document.getElementsByTagName('a'); for(b=0; b<buttons.length; b++) { if(buttons[b].href.match(/(search|addbook|post|print)/) && buttons[b].parentNode.width == '50%') { buttons[b].style.display = 'none'; }}} // --> </script>
|
|
|
Post by tunescool on Aug 21, 2011 4:51:33 GMT -8
i started a thread on pbs
|
|