Quote:
Originally Posted by betts02
cheers for this, just 1 thing if possible, how would i add :
Code:
<vb:if condition="$post['field5']"> <div class="smallfont"><b>XBL Gamer-Tag : {vb:raw post.field5}<b></vb:if>
<vb:if condition="$post['field8']"> <div class="smallfont"><b>Clan Tag : {vb:raw post.field8}<b></vb:if>
<vb:if condition="$post['field7']"> <div class="smallfont"><b>Clan URL : {vb:raw post.field7}<b></vb:if>
so it all shows up like your code makes it show ?
I tried in Postbit_legacy but it messes it all up, do i need to do it with the css also ?
any help on where to add this code so it shows would be great
cheers in advance
|
Here:
PHP Code:
<vb:if condition="$post['field5']">
<div class="eti_postbit">
<div class="smallfont">
<b>XBL Gamer-Tag : {vb:raw post.field5}<b></vb:if></div>
<vb:if condition="$post['field8']">
<div class="eti_postbit">
<div class="smallfont">
<b>Clan Tag : {vb:raw post.field8}<b></vb:if></div>
<vb:if condition="$post['field7']">
<div class="eti_postbit">
<div class="smallfont"><b>Clan URL : {vb:raw post.field7}<b></div></vb:if>
-----------------------------------------------------------
Quote:
Originally Posted by alkrida
whay the rank not showing ?
NOT work !!
|
Now work.
PHP Code:
<vb:if condition="$post['rank']">
<div class="eti_postbit">
<span class="rank">{vb:raw post.rank}</span></div></vb:if>