Quote:
Originally Posted by isanda
Still can't get it to show in postbit after reinstall. anybody else have this problem??
|
All you should have to do in order to get it to work in your postbit, is go to your admincp, click on Styles & Templates, then style manager. Now click on the [<< >>] and locate postbit templates, open it........now depending on if your have your postbit at the top, you would select "postbit", if you have your postbit on the side, you would select "postbit_legacy"..
With the correct one open, look for
PHP Code:
<div>
$vbphrase[posts]: $post[posts]
</div>
and directly under that code you put
PHP Code:
<if condition="!empty($post[mood])">
<div>
$vbphrase[my_mood]: <img src="images/mood/$post[mood].gif" border="0" />
</div>
</if>
and that will put the moods in your post bit........