To make the forum icon sit to the left of the title and description, you need to do this :
Uninstall any previous version and install a fresh copy. Do not make any edits to the mod except for what you see below.
It took a lot of trial and error to get this right - If you like what you see, please make a PayPal donation to
mcs@sunwave.net to cover my time in getting this done. Thank you.
1) Install a fresh copy of this mod
2) Open up : Styles and Templates / Style Mananger / Edit Templates / Forum Home Templates / forumhome_forumbit_level2_post
Look for :
Code:
<div class="datacontainer">
Add this code after that line :
Code:
<div style="float: left; margin-right: 5px;">
<vb:if condition="$forum['iconlocation']"><a href="{vb:link forum, {vb:raw forum}}"><img src="{vb:raw forum.iconlocation}" alt="{vb:raw forum.title}" /></a></vb:if>
</div>
<div style="float: left; width: 90%;">
Look for :
Code:
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if>
Replace that line with :
Code:
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if></div>
That's it! - Hit the "Save and Reload" button and your done.
This will show the icon to the left of the title and description. Also, if you hover your mouse over the icon, it will show that board titles name. If you click on the icon, it will take you to that boards location.
I hope you enjoy it - any donations would be greatly appreciated.
Here is what the results will look like :
