Quote:
Originally Posted by Alfa1
Is it possible to only display the user name history to moderators and admins?
|
Sure, edit the "Member Profile: Display Username History Tab" plugin to the following:
Code:
if(is_member_of($vbulletin->userinfo, X,Y,Z)){
require_once(DIR . '/dbtech/username_change/includes/hooks/member_complete.php');
}
Change X,Y,Z to the usergroups that you'd like to be able to see the tab.