MyBB Community Forums

Full Version: Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi guys... just one question... I am learning code mods as I go along, and need a tad bit of help please.

At the base of the forum index, where you see the index icons legend.. ie. Forum contains no new post. etc

How is it possible for me to switch it from appearing vertically to horizontally? I currently have CraKteR's whose been online today plugin, and I just thought the vertical legend makes the base of my forum appear bulky
Open index template

Find
	<img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">{$lang->new_posts}</span><br />
						<img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">{$lang->no_new_posts}</span><br />
						<img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" style="vertical-align: middle;" /> <span class="smalltext">{$lang->forum_locked}</span>

Just remove the two <br /> .
Oooooh.. nice... adn one more thing before i go.. if I want it aligned center.. cuz at the moment it is at the left.. how do I do that...

Thanx in advance Smile
Aint possible, cause it's in the same "row" as "Logout | Mark All Forums Read | Forum Team | Forum Statistics" .
You would need to create a new row and put align="center" in the <td> </td> tag. And that will end up in something like this ...

http://thingiej.be/forum/