Okay so i was thinking of adding a pingbox to my forum, which i did. Now i got it working, but it would only work for me. (sends messages to me only) I want to make it send to the members themselves or something, or just use it for staff. Im need help on getting it working for the yahoo things and such. Anyone got any ideas on how it can all work out? Its seems to work fine atm, but i need the pingbox to be for the member only. If condition?
Wrap whatever code you want to display to members with <if condition="$show['member']">YOUR CODE HERE</if>. That should work and if you want it to only show for your staff usergroups try <if condition="is_member_of($vbulletin->userinfo, 1, 2, 3)"> Code here </if> make sure to change the numbers to your staff groups
Okay great got that part. Now i need help on how to get thier own pingboxes to show up. I got it only on mine. But the member must have yahoo pingbox enabled.