Log in

View Full Version : Different Category Images


mcyates
05-27-2006, 10:00 PM
This is a simple template modification which i was shown how to do. I have attached my forumhome_forumbit_level1_nopost template to this hack do you can see what i have done.


Find This In forumhome_forumbit_level1_nopost template

</tbody>

ABOVE that add this:

<tr>
<td class="tcat"

<if condition="in_array($forum[forumid], array(115))">style="background: url(http://www.myfootballforum.com/images/stylebars/mfflogo-worldcup06.jpg) repeat-x top left;"</if>

============================

Its as simple as that:
array(115))"> the number is the category number, if you look at my forum www.myfootballforum.com and hover over the category Germany World Cup 2006 you will see it says:

http://www.myfootballforum.com/forumdisplay.php?f=115

the number at the end of the category number so the code below

<tr>
<td class="tcat"

<if condition="in_array($forum[forumid], array(115))">style="background: url(http://www.myfootballforum.com/images/stylebars/mfflogo-worldcup06.jpg) repeat-x top left;"</if>

Will add this to the category bar
http://www.myfootballforum.com/images/stylebars/mfflogo-worldcup06.jpg

Pretty simple really, to add more pictures add this code:

<if condition="in_array($forum[forumid], array(7))">style="background: url(http://www.myfootballforum.com/images/stylebars/stylebar.jpg) repeat-x top left;"</if>

Make sure to change the category id number.

Also on your last code add this:

</td>
</tr>

So assuming the above code was your last image it would look like this:

<if condition="in_array($forum[forumid], array(7))">style="background: url(http://www.myfootballforum.com/images/stylebars/stylebar.jpg) repeat-x top left;"</if>
</td>
</tr>


Hope the instructions are clear enough.

hollyboy
05-28-2006, 12:00 PM
Installed ;)
Nice mod

chimaira
05-28-2006, 01:21 PM
Looks nice. thanks
Also can you please tell me what hack these icons are from?(see attachment)

Ive seen them around and its bugging me as ive no idea what it is
ive had a search around here and not found much. Hope you can point me in the right direction of that hack

yinyang
05-28-2006, 01:59 PM
demo please?

mcyates
05-28-2006, 02:31 PM
demo please?

The demo of this template mod is on www.myfootballforum.com

Thanks

alshehi
05-28-2006, 02:39 PM
thanks man

arindra
05-30-2006, 08:55 PM
seems easy
wish there was something so simple for forums too ;)

Snake
05-31-2006, 09:33 PM
Thanks for the hack! :)

utw-Mephisto
05-31-2006, 09:53 PM
doesnt work for me, but maybe because I don't have a custom template anymore :(

nestoras
06-27-2006, 10:54 PM
it seems that i cant get this to work!
why in your forumhome_forumbit_level1_nopost template
you have the code below <tbody>?
Also when the code finish you havent put
</td>
</tr>

And in your instructions i see other things!
Which is right?
Sorry but im not an expert .

Bubble #5
07-08-2006, 09:37 PM
This is a nice idea! BTW-images need to be 720x30 :bunny: