*Excellent* Installed! thank you TheOGMonsta
For those that have the Moods icon in postbit_legacy:
Code:
<div class="postinfo">$vmoods_postbit</div>
For those that have the blogs count and thanks number in postbit_legacy:
Code:
<div class="postinfo">$template_hook[postbit_userinfo_right_after_posts]</div>
For those that have vb credits in postbit_legacy:
Code:
<if condition="$show['credits_post']">
<div class="postinfo">
$vbphrase[credits]: <span id="cdt_$post[postid]_$post[userid]">$post[credits]</span> <if condition="$show['credits_donate']">[<a href="credits.php?$session[sessionurl]do=manage&u=$post[userid]#donate">$vbphrase[donate]</a>]</if> <if condition="$show['credits_check']">[<a href="credits.php?$session[sessionurl]do=banking&u=$post[userid]">$vbphrase[check]</a>]</if>
</div>
</if>
For those that have the Flags installed in postbit_legacy:
Code:
<if condition="$post[fieldx] != ''"><div class="postinfo"> Country: <img src="images/flags/$post[fieldx].GIF" title="$post[fieldx]" align="center">
</div></if>
As you can see its as simply as adding this code around anything that you want in postbit_legacy to show in postbit:
Code:
<div class="postinfo">BLAH BLAH</div>
Well thats after you install TheOGMonsta modifications
@TheOGMonsta, hope you dont mind me adding this? let me know i can remove, cheers.