Quote:
Originally Posted by Brainfried
How do I get the gifts to work? :lost: I am rather new at this. I got it installed and it looks cool! Just havent figured out the gifts yet.
And another thing, maybe there should be a dropdown menu from Eshop in the navbar? Makes it easier to give gifts!  Also, the gifts doesnt show anywhere unless you open the users profile. Could be me making a mess of things.  A "give gift to" button by the avatar would also be a good thing.
Anyways, great work and great support!!!
|
You purchase a gift for another user by going to Misc. Options, then Give Gifts.
I was thinking the same thing for the eShop navbar link too. Will probably have something for it in the next release.
The gifts should show up in the postbit providing you made the following template edit inside postbit or postbit_legacy:
Then Find:
Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
Add Below:
Code:
<if condition="$show['gifts']"><div>$post[gifts]</div></if>
-CMX