Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

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

Open
Tonenz16 opened this issue Jul 15, 2021 · 1 comment
Open

Comments

@Tonenz16
Copy link

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
Copy link
Author

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant