View Full Version : How do I move the statusicon
Evil X
10-19-2005, 09:50 PM
http://www.bonafideimg.com/uploads/Untitled-6.gif
^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
peterska2
10-19-2005, 10:33 PM
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 <td class="thead"> </td>
DELETE IT
FIND <if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
AFTER ADD <td class="thead"> </td>
Step Two
Template forumhome_forumbit_level1_post
FIND <td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
DELETE IT
FIND <td class="alt1"><div class="smallfont">$forum[moderators] </div></td>
</if>
ADD AFTER <td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
Step Three
Template forumhome_forumbit_level2_post
FIND <td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
DELETE IT
FIND
ADD AFTER
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
Step Four
Template FORUMDISPLAY
FIND <if condition="$vboptions[showmoderatorcolumn]">
<td class="thead">$vbphrase[moderator]</td>
</if>
ADD AFTER <td class="thead"> </td>
That's it. Like I said, I could have missed something somewhere but I think that about covers it.
Evil X
10-19-2005, 10:56 PM
I guess my templates are to modified for that... it didnt find some of the first things
peterska2
10-19-2005, 11:03 PM
Possibly. I got this from a default template set.
Evil X
10-21-2005, 04:51 AM
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
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.