View Full Version : Fontawesome image to Forum Catergory
puertoblack2003
07-25-2020, 12:20 PM
Just curious has anyone tried this before. In "forumhome_forumbit_level1_post" I don't see where i can replace the forum category.
lange
07-25-2020, 04:34 PM
Your question is not clear for me.
Anyway, you can change everything related to category in forumhome_forumbit_level1_nopost
<tr>
<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
<if condition="$childforumbits">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
</if>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
</tr>
Nas.er
08-31-2020, 10:30 AM
Find:
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/subforum_$forum
[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
And replace with: example:
<span style="color:#0182A2; margin-right:5px;" ><i class="fa fa-comments fa-2x"></i></span>
On all 4 templates
forumhome_forumbit_level1_post
forumhome_forumbit_level2_post
forumhome_subforumbit_nopost
forumhome_subforumbit_post
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.