Active
Project:
User List
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 May 2010 at 17:11 UTC
Updated:
24 May 2010 at 13:57 UTC
update of 5.x issue #257269: don't display certain users and roles
Comments
Comment #1
decibel.places commenteda bit of jQuery can hide specific usernames without hacking the module:
<script>$("div.user_list a:contains('admin1'), div.user_list a:contains('Applicator2'), div.user_list a:contains('Consumer'), div.user_list a:contains('rgoya'), div.user_list a:contains('testprofile')").hide()</script>add to the theme page.tpl.php file