![]() |
Here's a couple more things you may want to correct before re-uploading the attachment.
Although you clean the groupid variable at the memberlist_start hook, you never use that version, instead you redeclare $groupid later on, using the unclean version. At memberlist_start Code:
$groupid = $vbulletin->input->clean_gpc('r', 'groupid', TYPE_UINT); Code:
if (intval($_REQUEST['groupid']) > 0) That final part should be: Code:
if (intval($groupid) > 0) Also, although the $do_not_include variable hides the defined usergroups from the options list, members can still randomly try numbers and pull the memberlist for all those usergroups, regardless of the $do_not_include setting (apart from usergroups that are set in the AdminCP to be hidden from the memberlist). If you move the $do_not_include declaration to the top of the plugin, it can also be checked when you check if $groupid > 0. |
good job hassan works great:up:
|
Hasann or somebody else...
Could you send me the file download link via PM or reupload the modified version ? I'm looking this hack for ages... :rolleyes: |
Thanks hasann..
|
in next version will improve this product just wait ;)
|
Cool hack, thanks. If there are no file edits I'll install it.
|
Looks nice. Going to install. Anyway to sort members in the user groups by join date?
Thanks. :up: |
<div align="left">been good thanks, although I have not tried, but nice sharing</div>
|
How about adding usergroup styling to this? :)
|
Great mod, thanks, it was just what I needed.
|
All times are GMT. The time now is 02:13 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|