The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
HOw do you do this? trying to alter mod a slight bit, want to change something
- What I am trying to do is instead of having the sports images go downward, I'd like it if there was a way to make them go across adn then carry over if they were to go onto the content section of the post. Ya dig? Is there any way to do that? Here is some of my postbit legacy code, from where I inserted the code. Code:
<div class="smallfont"> <br /> $post[crowns]$post[champtext]<br /> <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if> <if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if> <if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if> <div> $vbphrase[posts]: $post[posts] </div><br /> <!-- My Teams --> <if condition="!empty($post[nbateam])"> <div> <img src="$vboptions[bburl]/images/nba/$post[nbateam].gif" border="0" /> </div> </if> <if condition="!empty($post[nflteam])"> <div> <img src="$vboptions[bburl]/images/nfl/$post[nflteam].gif" border="0" /> </div> </if> <if condition="!empty($post[mlbteam])"> <div> <img src="$vboptions[bburl]/images/mlb/$post[mlbteam].gif" border="0" /> </div> </if> <if condition="!empty($post[nhlteam])"> <div> <img src="$vboptions[bburl]/images/nhl/$post[nhlteam].gif" border="0" /> </div> </if> <if condition="!empty($post[ncaateam])"> <div> <img src="$vboptions[bburl]/images/ncaa/$post[ncaateam].gif" border="0" /> </div> </if> <!-- My Teams --><br /> $template_hook[postbit_userinfo_right_after_posts] <if |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|