The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
Well, you'd probably need a custom plugin to do what you want normally. If you use the image as a background, you can do it by changing the size of the container. For example:
Code:
<if condition="$postsbarwidth=$post['posts']/10"> <div style="background-image:url(images/myrepeatingimage.gif);background-repeat:repeat-x;height:15px;width:{$postsbarwidth}px;padding:0px;"><img src="$vboptions[cleargifurl]" alt="" height="15" width="$postsbarwidth" /></div> </if> Code:
<if condition="$postsbarwidth=intval($post['posts']/10)*15"> I'm sorry, I'm affraid that this is pretty complicated... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|