The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
Ummm...what does it do? All I see is a list of usernames
|
#3
|
||||
|
||||
looks like something to do with forum supporters???
|
#4
|
|||
|
|||
yeah, like a showgroup page just with one usergroup. Plus, with a space for numbers.
|
#5
|
|||
|
|||
They aren't just numbers. They are userid in the first column in numerical order, and the corresponding username matching that userid.
Regards, |
#6
|
|||
|
|||
haha....thanks slappy. I feel so stupid....lol
|
#7
|
|||
|
|||
Quote:
|
#8
|
|||
|
|||
yeah, that is what I am talking about. But instread of having like the find column, can I turn that into a number column where I can place each users number? Thanks, YAY! that is what I am talking about...lol.
|
#9
|
|||
|
|||
Well, changing the layout of the page to show certain columns would involve a custom template...so I'm not sure how to do that, but what you see at my forums is just the memberlist with a usergroup filter. If you want all members to be able to see that, then you need to open memberlist.php and either remove or comment out the following lines
Code:
// check permission to do authorizations in this group if (!$leadergroup = $db->query_first_slave(" SELECT usergroupleader.usergroupleaderid, usergroup.title FROM " . TABLE_PREFIX . "usergroupleader AS usergroupleader LEFT JOIN " . TABLE_PREFIX . "usergroup AS usergroup ON (usergroupleader.usergroupid = usergroup.usergroupid) WHERE usergroupleader.userid = " . $vbulletin->userinfo['userid'] . " AND usergroupleader.usergroupid = $usergroupid ")) { print_no_permission(); } http://www.adminfusion.com/forums/me...usergroupid=?? Change ?? to the usergroup id |
#10
|
|||
|
|||
okay, thanks, but what do you mean by comment out?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|