PDA

View Full Version : Moving the location of thread tools bar


bhxtyrant
08-05-2006, 09:48 AM
Another day another small question,Today i was attempting to move the menu bar that contains the links for "thread tools,search thread,rate thread,display modes,and moderation" to another area inside of my postbit legacy template.This worked perfectly fine but there was one problem the area where the toolbar was supposed to be not only showed up in the first main post of the topic but in every other post as well.So i wanted to ask is there a way perhaps an <if> command that i can use to make it only be displayed in the first post of the thread?In case someone doesnt understand i took a screenshot to show what i mean it's marked in red.

http://img223.imageshack.us/img223/2584/untitled2ce0.th.jpg (http://img223.imageshack.us/my.php?image=untitled2ce0.jpg)

I aslo had a more minor questions thats been bugging me.Also in the image marked with a little black arrow to show what i mean there are clickable select checkboxes.These all have a white border around them which i can not seem to find how to change.Does any one know if there is a way to change these?Im pretty sure it's probally in the CSS somewhere but it seems to elude me.Thanks

bhxtyrant
08-06-2006, 11:39 AM
just a bump as this has dropped from the page.

Dilmah
08-06-2006, 03:55 PM
Try this if command.

<if condition="$post[postcount] % $vboptions[maxposts] == 1">
</if>

For the second question, do you have a link I can take a look at?

bhxtyrant
08-06-2006, 05:09 PM
At the moment i do not as right now my forum is set up on my testing server from my PC,I was trying to set up a DNS address but it wont seem to work because im behind a router.I will try your suggestion and report back :)

Dilmah
08-06-2006, 05:29 PM
In that case can you PM me or post here the page itself in HTML. ie save the page as HTML and show me that?

bhxtyrant
08-06-2006, 06:07 PM
I could do that :) also one small issue i just thought about will that if command make the toolbar show up on the first post of each page in a topic?if not that could be a problem.

Dilmah
08-07-2006, 02:36 AM
Yep. First post on each page.