The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do i remove forums no post / new post images and replace with text?
How do i remove forums no post / new post images and replace with text?
All I want is text saying OLD or NEW It will speed up the loading of my page. Thanks |
#2
|
||||
|
||||
You would have to modify the template to do that. (probably both forumhome_forumbit_level1_post and forumhome_forumbit_level2_post) Find:
HTML Code:
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td> HTML Code:
<td class="alt2">$forum[statusicon]</td> HTML Code:
<td class="alt2"><if condition="$forum[statusicon] == 'old'">OLD<else /><if condition="$forum[statusicon] == 'new'">NEW<else />WHATEVER</if></if></td> |
#3
|
|||
|
|||
thank you very much
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|