The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Different category image for each category?
Is it possible to have a different category background image for each category? If there is, how would I go about doing this?
|
#2
|
|||
|
|||
Quote:
Quote:
|
#3
|
||||
|
||||
I guess I should have been a bit more specific when I was referring to category images. The ones I'm referring to are the ones that are at the top of the category of each forum.
|
#4
|
|||
|
|||
okay... I don't use categories on my forum, so I haven't tested this.
That Category is really a forum with no posts allowed. Its display on the FORUMHOME page is controlled by one of two templates (depending on your forum structure): forumhome_forumbit_level1_nopost, or forumhome_forumbit_level2_nopost Within either of these templates (pick the appropriate one that your site uses), you should find the following line: HTML Code:
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
HTML Code:
<td class="tcat" style="background-image:url([path to images]/catbg_$forum[forumid].jpg);background-repeat: no-repeat; background-position: center;" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
I hope this helps |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|