Quote:
Originally Posted by carmichael1973
Or if you want to set this for multiple users use this:
Code:
<if condition="in_array($userinfo[userid], array(1,2,3))">You Cannot Login As This User<else /><a href="$vboptions[forumhome].php?$session[sessionurl]u=$userinfo[userid]&admin_log_in_as_user=$userinfo[userid]">$vbphrase[log_in_as_user]</a></if>
I have tested it, and it does work!!! 
|
sorry to be such a noob but where exactly do i modify and enter this code