
Originally Posted by
stagebrace
Q: Is there any proposed support for this to work with more than 1 admin account.
A: Use the SQL IN Operator for multiple id's.
WHERE admin_id in ('1','2')
Q: Is there any reason why it does not use the template override system?
A: I have not found the template override system to work in the modules folders.
Hi again,
Haven't tried to implement this until now, can you confirm the line should read:
PHP Code:
WHERE admin_id in ('1','2')
I was getting an error when i changed to code to the above.