just like the titles say i wanted this hack.
Forum Images next to the Description for every Forum - vBulletin.org Forum
thanks in advance.
Forum Images next to the Description for every Forum - vBulletin.org Forum
thanks in advance.
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['forumdescription']">
<div class="smallfont">
<img src="$stylevar[imgdir_statusicon]/$forumid.png" alt="" class="ForumImages" />
$forum[description]
</div>
</if>
/* Forum Images next to the Description for every Forum */
.ForumImages {
float: right;
margin-right: 8px;
margin-top: 2px;
}
/* Forum Images next to the Description for every Forum */
.ForumImages {
float: left;
margin-right: 8px;
margin-top: 2px;
}