SimpleUsers
SimpleUsers copied to clipboard
problem in users.php, how to insert an if and not show admins in table
hello, I would like to hide in the table all the admins, to do so I would like with a condition, example:
if($SimpleUsers->getInfo('reseller ')){ //hide admins in table (as a parameter).. }else{}
I can not understand, I chew recently php, I'm only getting this problem in your whole project. You called the users in the table, via:
I can't do what I want XD
Would you be so kind as to give me some tips? thanks in advance and nice project!
hello, I would like to hide in the table all the admins, to do so I would like with a condition, example:
if($SimpleUsers->getInfo('reseller ')){ //hide admins in table (as a parameter).. }else{}
I can not understand, I chew recently php, I'm only getting this problem in your whole project. You called the users in the table, via:
echo $userId['uUsername']; ?>
I can't do what I want XD
Would you be so kind as to give me some tips? thanks in advance and nice project!