Jump to content

"If" for other secondary groups


aXen

Recommended Posts

Hello,

Code for style.
I am looking for "if", which checks the user's group (also secondary groups) and displays the code for that group.

 

Link to comment
Share on other sites

31 minutes ago, aXen said:

Hello,

Code for style.
I am looking for "if", which checks the user's group (also secondary groups) and displays the code for that group.

  

You need to give more info then that.

i

if(user.secondary_group) {
do stuff 
}

This for PHP, is it for Javascript, what are you trying to gain.

If you can't really write more then 1 or 2 lines of help text, then I can't really write more then

if(!helpful) {
return "Can't help user"
} else {
return "Sure I can help"
}

 

  • Like 1

VAEfvMI.png

Liked what i posted remember to feed me a cookie ->
Or you can add a cookie to myCookieJar

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...