Cobro
07-24-2007, 10:00 PM
this is my modification of this mod
https://vborg.vbsupport.ru/showthread.php?t=101513
In forumhome_forumbit_level1_nopost find the following: on the style you are using
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
and replace it with following:
<div align="center"><if condition="$show['subforums']"><div class="smallfont"> $forum[subforums]</div></if>
and you are done :)
and this is just for Sub forums: you can look through the code and change move catagory name ' left ' center ' right ' or move forum description ' left ' center ' right '
just have to add <div align="center"> in front and change the "center" to left or right and at the end of the code you have to put </div> at the end
if you use this plz click install:up:
Best Regards: Cobro
https://vborg.vbsupport.ru/showthread.php?t=101513
In forumhome_forumbit_level1_nopost find the following: on the style you are using
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
and replace it with following:
<div align="center"><if condition="$show['subforums']"><div class="smallfont"> $forum[subforums]</div></if>
and you are done :)
and this is just for Sub forums: you can look through the code and change move catagory name ' left ' center ' right ' or move forum description ' left ' center ' right '
just have to add <div align="center"> in front and change the "center" to left or right and at the end of the code you have to put </div> at the end
if you use this plz click install:up:
Best Regards: Cobro