SimpleUsers icon indicating copy to clipboard operation
SimpleUsers copied to clipboard

problem in users.php, how to insert an if and not show admins in table

Open Tonenz16 opened this issue 3 years ago • 1 comments

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!

Tonenz16 avatar Jul 15 '21 08:07 Tonenz16

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!

Tonenz16 avatar Jul 15 '21 08:07 Tonenz16