Forums
-
- Forum
- Posts
-
- Installation
- 28,416
- Troubleshooting
- 62,414
- Themes
- 10,415
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,255
-
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.