View Full Version : Centering Category???
Motoscene
02-24-2005, 11:02 PM
I working on a new style and I want to make the forum categorys centered instead of the default left. What template and code would I need to modify for this to work??? The category titles I am talking about are the General, Annoucement. etc. Thanks
Tony G
02-25-2005, 12:31 AM
You'll need to go into forumhome_foumbit_level1_nopost.
Find:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
Replace with:
<div align="center">
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></div></if>
Save template. (And backup if needed)
Motoscene
02-26-2005, 03:02 AM
THANKS!!!!! I knew it was something like that but was not sure. Now I need to find out how I would do the same for when you get into sub-forums, Threads, and the other php like New post. And I will be set. Also I am just tring to figure out how to add a footer (base graphic) to each category and spacing them out... Thanks Tony!!!!!!
Motoscene
03-02-2005, 10:14 PM
anyboy have some insight on centering the other options????
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.