B beinbliss Verified User Joined Aug 25, 2013 Messages 7 Oct 14, 2013 #1 Hello, |*if USER="bob"| Hi bob! |*else| you are not bob |*endif| Is it possible to make it for multiple users? pseudo: |*if USER="bob","tob","etc"| but it doesnt work like this. How to achieve it?
Hello, |*if USER="bob"| Hi bob! |*else| you are not bob |*endif| Is it possible to make it for multiple users? pseudo: |*if USER="bob","tob","etc"| but it doesnt work like this. How to achieve it?
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,453 Location www.poralix.com Oct 15, 2013 #2 Hello, As far as I know you should copy the entire section of IF to check every single username. Or you might want to create a separate reseller and move the desired users to the reseller, and check creator variable instead of username. http://www.directadmin.com/features.php?id=430
Hello, As far as I know you should copy the entire section of IF to check every single username. Or you might want to create a separate reseller and move the desired users to the reseller, and check creator variable instead of username. http://www.directadmin.com/features.php?id=430