The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Vbulletin 3.8.9 I want to change vbulletin status icons? (font awesome icons)
I want to use awesome font icons instead of forum_old.gif, forum_new.gif, forum_link.gif etc .. icons in the forum.
I couldn't find the name of these icons inside the theme. I want to give font awesome icons to every gif image. |
Благодарность от: | ||
puertoblack2003 |
#2
|
||||
|
||||
You want to search for
HTML Code:
<img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
Code:
<i class="fa fa_ICON"</i> Code:
$forum[statusicon] so you can do just an example Code:
<if condition="$forum[statusicon] == 'new'">NEW ICON <else /> OLD ICON </if> You know I've actually never thought to do this, and super easy for that matter. May add this to my fontawesomer addon =) |
#3
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|