I'd like to be able to display all the members from a certain usergroup in my 'What's Going On?' box. (ie, listing all of the members from a 'donating' usergroup on my front page, regardless of online status, etc. Just a simple listing.)
Is there an easy way to do this?
For instance, in this code (forumhome template):Is there any easy way to list all the members from usergroup x, right after the vbphrase[welcome_to_our...]?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>



Reply With Quote

Bookmarks