![]() |
greggk author 9/2/2015 |
Ok, so I got a little bit further on this. |
C
|
chuckbower 9/3/2015 |
Ok, so I got a little bit further on this. I was able to hide, unhide and highlight tabs based on the UserName. Which is great, but some how I need to be able to pull the GroupID from the ugmembers table. I think that's been my problem, it's trying to pull the GroupID from the users table, but since I'm using the Dynamic permission, the GroupID on the user table is empty, and the GroupID on the ugmembers has the correct GroupID I need. Could someone point me into the right direction as to how I can pull that information to this edit page? Thanks.
|
![]() |
greggk author 9/4/2015 |
I was able to finally do this.
|
![]() |
Sergey Kornilov admin 9/4/2015 |
If you use Dynamic Permissions $_SESSION["GroupID"] gives you current user group name. Array |