The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adjust height ogf category image?
Lets say i have this piece of code in my forumhome_forumbit_level1_nopost template.This allows me to specify which image to use per category.How do i specify the height of each or all of the categories so that my background category image can be displayed fully other than just adding <br> tags inside the forum manager?
<td class="tcat" <if condition="in_array($forum[forumid], array(3,61,44))">style="background: url(images/gradients/gradient_tcat_$forum[forumid].jpg) no-repeat center right;"</if> colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> |
#2
|
||||
|
||||
If you only want the category (tcat) on Forum Home height bigger that's not affecting the other pages then replace your code with:
Code:
<td class="tcat" <if condition="in_array($forum[forumid], array(3,61,44))">style="height:30px;background: url(images/gradients/gradient_tcat_$forum[forumid].jpg) no-repeat center right;"</if> colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> Change the value of height in red to whatever you want. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|