The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Hi Mum,
Try this > http://www.vbulletin.com/forum/showthread.php?t=197563 This will allow you to add a custom page... then its a simple matter of using if statements to pull information from the database Here is an example (this will show a member's name if they are a member of usergroup 20) and then show an image: <if condition="$post[usergroupid] == 2 and is_member_of($post, 41)"><img src="images/misc/supporter.gif"></if> This will get you a list but then pulling the other information i am not sure how to do this. I hope this helps... i don't have time to work it out right now but its on my to do list. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|