The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
showing members of a specific usergroup in forumhome template
I'd like to list the members of a specific usergroup on my forumhome template, right after the 'Welcome to our....' phrase:
Code:
<tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]"> <tr> <td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td> <td class="alt1" width="100%"> <div class="smallfont"> <div>$vbphrase[threads]: $totalthreads, $vbphrase[posts]: $totalposts, $vbphrase[members]: $numbermembers</div> <div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div> </div> </td> </tr> </tbody> Thanks! |
#2
|
||||
|
||||
It depends. If they are a primary user group, it's easy. If it's a secondary group, it's a bit trickier.
|
#3
|
||||
|
||||
well, how about for a primary group?
|
#4
|
||||
|
||||
I'm still struggling with this, so I'm going to bump it. I just can't seem to figure out how to simply list all the members of a specific group; i see this above:
Quote:
(I know this is probably super-easy, I just can't seem to figure it out.) Any help? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|