The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
^I photoshoped what I want my forum status icon things to be at... I wanna move the statusicon thing's to the right... holla back with a how-to please |
|
#2
|
|||
|
|||
|
ok, it's a bit of a bugger and I might have missed one somewhere so I apologise in advance, just in case
![]() Step One: Template FORUMHOME FIND Code:
<td class="thead"> </td> FIND Code:
<if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> Code:
<td class="thead"> </td> Step Two Template forumhome_forumbit_level1_post FIND Code:
<td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td> FIND Code:
<td class="alt1"><div class="smallfont">$forum[moderators] </div></td> </if> Code:
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td> Step Three Template forumhome_forumbit_level2_post FIND Code:
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td> FIND ADD AFTER Code:
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td> Step Four Template FORUMDISPLAY FIND Code:
<if condition="$vboptions[showmoderatorcolumn]"> <td class="thead">$vbphrase[moderator]</td> </if> Code:
<td class="thead"> </td> That's it. Like I said, I could have missed something somewhere but I think that about covers it. |
|
#3
|
|||
|
|||
|
I guess my templates are to modified for that... it didnt find some of the first things
|
|
#4
|
|||
|
|||
|
Possibly. I got this from a default template set.
|
|
#5
|
|||
|
|||
|
thanks, I got it to work!... could you do me another favor, and tell me how to put a space between categories? cause the one on vbulletin.com is for a board that doesnt have this moved lol
bump |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|