al-jadeed.ca
09-06-2010, 07:22 PM
Hello everyone,
thanks for the efforts that you guys are putting into developing this great software and at the same time helping people who want to develop their own forum.
so as the title show I need help with showing specific text if the logged in user was from user group # 1 (admin) because I programmed a points system for vBulletin (exterior plugin) and I really need to add this feature so what I'm basically doing is adding another field to the popup menu when you press on a username
what I want to do is show a HTML code if the logged in user was admin
Thanks and wish to get answers ASAP.
--------------- Added 1283809432 at 1283809432 ---------------
don't bother !!
I figured it out :)
really easy
<if condition="$show['admincplink']">
whatever
</if>
thanks for the efforts that you guys are putting into developing this great software and at the same time helping people who want to develop their own forum.
so as the title show I need help with showing specific text if the logged in user was from user group # 1 (admin) because I programmed a points system for vBulletin (exterior plugin) and I really need to add this feature so what I'm basically doing is adding another field to the popup menu when you press on a username
what I want to do is show a HTML code if the logged in user was admin
Thanks and wish to get answers ASAP.
--------------- Added 1283809432 at 1283809432 ---------------
don't bother !!
I figured it out :)
really easy
<if condition="$show['admincplink']">
whatever
</if>