Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugin – Member List


_ck_
Participant

@_ck_

cocotrp, you can exclude IDs by modifying the mysql queries and changing

WHERE user_status = 0

to

WHERE user_status = 0 AND user_id NOT IN (1,2,3,4)

1,2,3,4 are the user_id’s you don’t want to be displayed.

Skip to toolbar