bleodler
06-20-2005, 02:48 AM
I would like to add something similar to the quick style chooser to my forum. I have a custom profile field that allows a member to choose a current mood and have it displayed in the postbit using this code:
<if condition="$post[field8]">
Current Mood: <img src="images/mood/$post[field8].gif" alt="$post[field8]">
</if>
I would like to have a menu similar to the quick style chooser in the footer that would let members quickly change their current mood selection.
Thanks
Brian
<if condition="$post[field8]">
Current Mood: <img src="images/mood/$post[field8].gif" alt="$post[field8]">
</if>
I would like to have a menu similar to the quick style chooser in the footer that would let members quickly change their current mood selection.
Thanks
Brian