How to add the mood to postbit_legacy???
It show ups ind PM bar, profile but not the postbit_legacy
EDIT-1:
Sorry, i have forget to click install - Now is done
EDIT-2:
Fixet - I added this to postbit_legacy
PHP Code:
<if condition="$vboptions[vmoods_active] AND $post[vmood] != 'none'">
<div>
<span style="vertical-align: middle;">$vbphrase[vmoods_my_mood] </span>
<img style="vertical-align: middle" src="$vboptions[vmoods_images_path]/$post[vmood].gif" border="0" />
</div>