Lookin For Some Help

Discussion in 'vBulletin Discussions' started by Ak Worm, Oct 7, 2009.

  1. Ak Worm

    Ak Worm Grand Master

    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?
     
  2. Michael

    Michael Regular Member

    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 :)
     
  3. Ak Worm

    Ak Worm Grand Master

    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.
     
  4. Ak Worm

    Ak Worm Grand Master

    I think i got this all worked out, and i will add instructions later on how to add this.
     
  5. Michael

    Michael Regular Member

    It would make a nice article IMO :D
     

Share This Page