|
Post by Dragon on Nov 25, 2011 8:53:00 GMT -8
Sorry to to put up 3 requests , last one for a a little while I promise! ;D cloudianpublicity.com/index.cgi?action=display&board=hitmanrebornfvf&thread=6289&page=1Is it possible to remove the entire bar that says: Find, Bookmark, Add Poll, Reply, Send Topic, Print ? The Cat bar in posts if I'm not mistaken? I'd also like to remove Quote and put in Reply in the first post, but I suppose thats more of a second code right? Be nice if it could do both in one code, but its fine if not. Whatcha think Wormo? Happy late Turkey day man
|
|
|
Post by Wormopolis on Nov 25, 2011 9:41:28 GMT -8
what about subsequent posts?
|
|
|
Post by Dragon on Nov 25, 2011 10:30:32 GMT -8
the catbar one only appears on the top and bottom of the page, once each, right ? So that should be one time removal.
As far as replay and quote go, just removing quote from the first post and putting in reply for the first post would be adequate.
If Im not mistaken no matter where you have a reply button itll be down as replying to the original thread name in the subject for the reply, so it doesnt really matter if theres a reply per post or if theres just one in the first post. Probably dont even need the reply at all, but it gives access to the UBBC for smilies and buttons and stuff. May be useful to people commenting.
|
|
|
Post by Wormopolis on Nov 25, 2011 10:33:10 GMT -8
well I meant the quote button on posts AFTER the first one. is that quote button getting replaced too or do they stay as quote buttons?
|
|
|
Post by Dragon on Nov 25, 2011 10:43:01 GMT -8
Im fine with quote buttons after the first one staying the same. As I said, if we only need the one reply button in the first post then it doesnt matter. And the quote button in the first post here wouldnt be useful because it would be quoting the table ubbc, not something we want.
So no, only in the first post is quote replaced by reply. anything after remains as it was.
|
|
|
Post by Wormopolis on Nov 25, 2011 15:12:27 GMT -8
like that?
|
|
|
Post by Dragon on Nov 25, 2011 16:14:04 GMT -8
Looks perfect like that, yes. Like that.
Except on the topof the page, above the topic area, is there supposed to be that blank space there ? I figured it would take out the bar there and move up without providing a blank space occupying the area.
Have to see if itd do that on my area, but if it doesnt then heck yeah its a deal.
|
|
|
Post by Wormopolis on Nov 25, 2011 19:38:19 GMT -8
blank space?
<script type="text/javascript"> <!-- // remove search bars and change first quote to reply
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/)) { td[tt].parentNode.style.display='none'; for (btn=td[tt].getElementsByTagName('a'), bb=0; bb<btn.length; bb++) { if (!keepReplyBtn && btn[bb].href.match(/action=post/)) keepReplyBtn=btn[bb]; } } 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 19:40:34 GMT -8
I think its just from this sites coding, theres that white border around everything. Between the white border and the topic row theres a space. Anyway trying the code out. fingers crossed mate
|
|
|
Post by Dragon on Nov 25, 2011 19:43:13 GMT -8
|
|
|
Post by Dragon on Nov 25, 2011 20:03:42 GMT -8
1 Little issue with it sadly.
It remvoes the area for the page number to flip pages: go to next page and back for all the pages.... So unless all the posts are one single page (which would be up to like 10 or 20 for a thread ?) you cant get to the other pages. Of course a way to rectify that is if you edited the code so that you moved the page number area as well.
|
|
|
Post by Dragon on Nov 25, 2011 20:06:26 GMT -8
Peharps have it put the page numbers on the first and last post of the page ? Right next to reply or quote and the rest of those.
|
|
|
Post by Dragon on Nov 25, 2011 20:10:19 GMT -8
Or maybe we can have it replace the folder and author area ? Would look good there if possible. I dunno about other forums, but on cloudian we have the code in to remove the author area and center the title.
Whatcha think? Best idea is ?
hmmm though then again the author area would only show one time, so the page number wouldnt be on the bottom anymore. :/
|
|
|
Post by Wormopolis on Nov 25, 2011 20:27:02 GMT -8
heh heh.. when you decide let me know.
|
|
|
Post by Dragon on Nov 25, 2011 20:31:38 GMT -8
Well I'd think it looks best in the author box, but thats probably not likely to work right? and even if it did, then it would only show the one time.
so by default I guess we have to eliminate that option.
So maybe then putting it by the reply and quote buttons.
Unless you prefer to change the code to remove only the parts of the row we removed that we choose to remove? So like find, bookmarks, reply, share, print
|
|