View Full Version : contributor page
Takamine334
12-11-2004, 07:55 PM
This is really simple. I know how to make vb pages, all I need to know is how do I get a certain usergroup to be listed on a page. I have a usergroup called, Contributors. What is the code to get them listed on a page I have called contributors.php?
Takamine334
12-11-2004, 07:56 PM
would it be something like <if condition=$show['contributor']>
or something like that? I don't know.
Zachariah
12-11-2004, 11:03 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=61082" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=61082</a> ?? works for me. Its per user not a usergroup.
Takamine334
12-12-2004, 01:47 AM
yeah, I'm already using that.
Takamine334
12-12-2004, 05:21 PM
anyone? no one knows the code?
ericgtr
12-12-2004, 06:03 PM
anyone? no one knows the code?
in a php file you would use something like:
<if condition="$post[usergroupid] == 4">
</if>
In a template it would be:
<if condition="is_member_of($post, 48)">
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.