PDA

View Full Version : Mini Mods - Moving Sub forum: away and have it centered


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

Arkidas
07-25-2007, 09:22 PM
Good idea, but shouldn't this be in Template Modifications rather than Mini Mods?

Rickeo
07-25-2007, 09:36 PM
Great mod :) installed

FreshFroot
07-25-2007, 10:16 PM
hmm I may try this out.. since I have a lot of subforums.

Xplorer4x4
07-26-2007, 04:44 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=101513" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=101513</a>
My hack already covered all of this.

Cobro
07-26-2007, 06:32 AM
oohh sorry great hack thx