Quote:
Originally Posted by hotwheels
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........
|
THANK YOU SO MUCH FOR THIS ADVICE!!!! I've been trying to get this to work for quite awhile - I was adding the code to the postbit_legacy file - I didn't realize that if our postbit was at the top that it had to be in the postbit file. I bet this is a problem a lot of people have had - maybe should be added to the install file???
Anyway, THANKS! Our users are loving this mod already. I guess it pays to read through 33 pages of notes