Oh...I found the css page..Cheers
My postbit_legacy template has more added things to it:
Quote:
<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>
$template_hook[postbit_userinfo_right_after_posts]
<if condition="$show['infraction']"><div>$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
$template_hook[postbit_userinfo_right]
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
</div>
<if>
<div class="info"> <if condition="$show['reppower']"><div class="info"><span
id="reppower_$post[postid]_$post[userid]"><strong>Reputation:</strong></span>: $post[reppower]</if>
<a href="reputation.php?p=$post[postid]" onclick="return reputation($post[postid])"><img
src="applied/reputation/pos.gif" border="0" alt="Add to $post[username]'s Reputation" /></a>
<a href="reputation.php?p=$post[postid]" onclick="return reputation($post[postid])"><img
src="applied/reputation/neg.gif" border="0" alt="Add to $post[username]'s Reputation" /></a></div><br />
<if condition="!empty($post[mood])">
<div></if>
<!-- START POSTING FREQUENCY MOD -->
<div>Posting Frequency
<table border="0" cellpadding="0" cellspacing="0">
<tr onmouseover="this.title='$post[posts] posts ($post[postsperday] posts per day)'">
<td><img border="0" src="images/polls/bar-l.gif" width="4" height="17"></td>
<td width="100" background="images/polls/bar-bk.gif"><img border="0"
src="images/polls/bar.gif" width="$post[frequency]" height="17"></td>
<td><img border="0" src="images/polls/bar-r.gif" width="4" height="17"></td>
</tr>
</table>
</div>
<!-- END POSTING FREQUENCY MOD -->
|
Could you please do the code for that please