14
Hello,
How can I modify to enable debug messages for admin user and another test user (a registered user without admin privilages). And I don't want to show debug messages to other users.
I want this because if I need to debug a live system, I need to test it with an ordinary user and admin user (and even with guest user) and look for debug messages and other users should not see debug messages.
Is it easy to create another debug mode: IP address level debugging ? In this case I can test my live system as admin, any user or not logged in easily. Debugging messages will be shown only for specific IP address. If XOOPS detects my IP, shows debug messages, else does not show any debug message.
Any idea how to implement or hack this?
Thanks