Quote:
Originally Posted by PGAmerica
I installed this and it works. However, I have 2 issues.- I want to put the mood graphic in a custom place in my postbit. I do not want to use "$template_hook[postbit_userinfo_left]" or "$template_hook[postbit_userinfo_right]". Can I break it away from using these? I want to place the mood right under my user title without the surrounding box.
- In the ACP, I told it to show 150 moods per page and although I only have 120 moods, it still breaks it up into 2 pages. Ideas?
|
Can't help you with 2, but I did that for 1, and also changed it to where the moods are actual smilies instead of the long bars. You have to edit the plus_mood_postbit template. For example, this is mine:
Code:
<br />
<div align="left"><legend><b><a href="http://www.siteurl.com/profile.php?do=editmood">$vbphrase[plus_mood]</a></legend>:</b> <img class="inlineimg" src="images/images_mood/$usermood[img].gif" alt="$usermood[alt]" border="0" />
</div>
And then edit your postbit_legacy or whatever you're using and move that template hook to where you want it.