Log in

View Full Version : Forum Display Enhancements - Forum Icons on ForumHome (without products)


cionfs
06-09-2010, 10:00 PM
Instructions.

Open template forumhome_forumbit_level2_post,

Find:


<div class="datacontainer">
<div class="titleline">
<h2 class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></h2>
<vb:if condition="$show['browsers']"><span class="viewing">({vb:raw forum.browsers} {vb:rawphrase viewing})</span></vb:if>
</div>
<vb:if condition="$show['forumdescription']"><p class="forumdescription">{vb:raw forum.description}</p></vb:if>



And replace with


<div class="datacontainer"><img src="images/misc/iconforums/{vb:raw forum.forumid}.jpg" alt="{vb:raw forum.title}" style="float: left; margin-right: 4px;" />
<div>
<h2 style="font-weight:bold; font-size:13px;"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></h2>
<vb:if condition="$show['browsers']"><span class="viewing">({vb:raw forum.browsers} {vb:rawphrase viewing})</span></vb:if>
<vb:if condition="$show['forumdescription']"><p>{vb:raw forum.description}</p></vb:if></div>



Create a folder "iconforums" into your images/misc folder. Upload your icons in images/misc/iconforums.

Indicate a forumid for the images name.

Example:
ID Forum = 1 --> Icon = "1.jpg"
ID Forum = 2 --> Icon = "2.jpg"

You must have an icon for each forum.

Credits: http://www.cionfs.it/forum/

cionfs
06-09-2010, 11:11 PM
* First reserved *

Triky
06-09-2010, 11:24 PM
MOTM! LOL
This should be considered by the new vB staff!

Sunka
06-10-2010, 05:28 AM
Any chance to create same for category?

Arcade Fire
06-10-2010, 05:36 AM
Thanks, installed.

cionfs
06-10-2010, 09:17 AM
Any chance to create same for category?

I don't know, sorry

Ichigo88
06-10-2010, 12:05 PM
Thank you Cionf! Now i used vb3 version for this mod! but in future I will use this :)
Thanx!

your24hourstore
06-11-2010, 03:36 PM
is there a way to use this in sub forums too ro just in subforums?

cionfs
06-11-2010, 03:53 PM
No. :)

your24hourstore
06-11-2010, 06:10 PM
No. :)
this guy posted this pic of a forum that has some tricked out subforum i guess
https://vborg.vbsupport.ru/showpost.php?p=2051853&postcount=1
is this forums useing icons , or is it subforums useing icons :>

im just wondering maybe you can tell

fixened
06-11-2010, 08:05 PM
Thank You Cionfs!

cionfs
06-11-2010, 09:53 PM
this guy posted this pic of a forum that has some tricked out subforum i guess
https://vborg.vbsupport.ru/showpost.php?p=2051853&postcount=1
is this forums useing icons , or is it subforums useing icons :>

im just wondering maybe you can tell

Try to change forumhome_forumbit_level1_post code

moopylite
07-01-2010, 09:40 PM
Does anyone know how you can remove the 'speech bubble' icons all together? I'd rather just have the forum names!