The Arcive of vBulletin Modifications Site. |
|
Add Advert Sponsor Image to Category Strip Details »»
|
|||||||||||||||||||||||||||
|
Add Advert Sponsor Image to Category Strip
Developer Last Online: May 2011
Admin CP -> Styles & Templates -> Style Manager -> ? ? -> Forum Home Templates -> forumhome_forumbit_level1_nopost
# if no moderator column leave column span as-is # if moderator column change column span to accommodate extra sapce # single avert(s) on more than one category strip, change X,Y,Z to forum identification number. # multiple avert(s), repeat conditional, change X,Y,Z to forum identification number. # add sponcer .gif to image/misc folder Code:
<tbody>
<tr>
<td class="tcat" colspan="2"
<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
<td class="tcat" colspan="3"
<if condition="in_array($forum[forumid], array(X,Y,Z))">style="background: url($stylevar[imgdir_misc]/sponcer.gif) no-repeat top left;" height="30" width="100%"</if>
</td>
</tr>
</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>
Attachment 64498 If this has been created... Oops! For default vbulletin style Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Revserved
|
|
#3
|
|||
|
|||
|
you should have added center tags to center the image n the cell IMO it would look better
|
|
#4
|
|||
|
|||
|
What I should of did was place the exact image size to fill space instead of slapping the first image I could find.
I will add image that fill space for a preview.
|
|
#5
|
|||
|
|||
|
Can this hack put the sponsore images in thread title/description instead of forum title section?
|
|
#6
|
||||
|
||||
|
do u know how can do this
thank you |
![]() |
|
|