|
Post by Wormopolis on Nov 25, 2011 21:49:37 GMT -8
yer asking the wrong person when it comes to the aesthetics of this. I like that row being there with all the stuff in it.
I can make it replace where it says "author" with the page jump stuff
|
|
|
Post by Dragon on Nov 25, 2011 22:21:24 GMT -8
Hmmm would you think a better idea then to selectively remove the parts of the row we dont want then ? Bookmarks I might edit as favorites or something to work better later on, I need the page next and previous thing, with reply moved to where quote is I dont need anything else on that line.
IE is the only browser giving me loading issues with the images and those buttons are almost never used.... Besides the ones I listed above, I need none of the others.
Im sure people would prefer to keep the page thing on the cat line and keep the cat bar, so could we please change it to selectively remove parts that we dont want then?
Kindof like removing parts of the menubar we didnt want. Remove the whole thing is quicker Im sure but this solution probably appeals to everyone :/
|
|
|
Post by Wormopolis on Nov 25, 2011 23:06:56 GMT -8
<script type="text/javascript"> <!-- // remove search bars parts // change first quote to reply
var removeBookmarks=true; var removeSearch=true; var removeShare=true; var removePrint=true; var removeReply=true;
if (pb_action=='display' ) { var onetime=true; var keepReplyBtn=''; for (td=document.getElementsByTagName('td'), tt=0; tt<td.length; tt++) { if (td[tt].className.match(/titlebg/) && td[tt].width=='100%' && td[tt].colSpan==2 && td[tt].innerHTML.match(/searchpopup/)) { for (btn=td[tt].getElementsByTagName('a'), bb=0; bb<btn.length; bb++) { if (!keepReplyBtn && btn[bb].href.match(/action=post/)) keepReplyBtn=btn[bb].cloneNode(true); if (removeBookmarks && btn[bb].href.match(/action=addbookmark/)) btn[bb].style.display='none'; if (removeSearch && btn[bb].href.match(/searchpopup/)) btn[bb].style.display='none'; if (removeShare && btn[bb].href=='javascript:') btn[bb].style.display='none'; if (removePrint && btn[bb].href.match(/action=print/)) btn[bb].style.display='none'; if (removeReply && btn[bb].href.match(/action=post/)) btn[bb].style.display='none'; } } if (td[tt].width=='80%' && td[tt].className.match(/windowbg/) && td[tt].vAlign=='top' && td[tt].innerHTML.match(/« thread started/i)) { for (btn=td[tt].getElementsByTagName('a'), bb=0; bb<btn.length; bb++) { if (onetime && btn[bb].href.match(/action=post/)) {btn[bb].parentNode.replaceChild(keepReplyBtn,btn[bb]); onetime=false;} } } }
}
// --> </script>
|
|
|
Post by Dragon on Nov 25, 2011 23:13:29 GMT -8
*looks at page number green and red colors* your totally stealing christmas!!!! *hands Wormo the platter of awesomesauce cookies* Thank you kind sir Works great.
|
|
|
Post by Wormopolis on Nov 25, 2011 23:35:05 GMT -8
yeah I need to change those colors at some point. I changed them to point out something specific to someone a long time ago and never changed them back.
maybe black and red would look good...
|
|