The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Group Test by Ange Tuteur

2 posters

Go down

Solved Group Test by Ange Tuteur

Post by TamDonCo August 19th 2016, 8:51 pm

Hi Ange Tuteur

I saw this code from topic "How to test for group membership"
https://help.forumotion.com/t140646-how-to-test-for-group-membership?highlight=check+group

but it only works in first case and last, the middle case "MOD" does not work, can you help me what is wrong here ?

Code:
(function($) {
  $.get('/groups', function(d) {
    if ($('a[href*="/g1-"]', d)[0]) alert('ADMIN');
    else if ($('a[href*="/g2-"]', d)[0]) alert('MOD');
    else alert('MEMBER');
  });
})(jQuery);


Last edited by TamDonCo on August 20th 2016, 3:03 am; edited 2 times in total
TamDonCo
TamDonCo
Forumember

Posts : 427
Reputation : 2
Language : English

http://nhomcho.forummotion.com/

Back to top Go down

Solved Re: Group Test by Ange Tuteur

Post by SLGray August 19th 2016, 8:57 pm

When you are posting codes, please use the code tags.
Code:
[code][/code]


Group Test by Ange Tuteur Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51481
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Group Test by Ange Tuteur

Post by TamDonCo August 20th 2016, 3:03 am

I found the problem , I have to enable usergroups to work

Thanks anyway
TamDonCo
TamDonCo
Forumember

Posts : 427
Reputation : 2
Language : English

http://nhomcho.forummotion.com/

Back to top Go down

Solved Re: Group Test by Ange Tuteur

Post by SLGray August 20th 2016, 3:23 am

Problem solved & topic archived.
Please read our forum rules: ESF General Rules


Group Test by Ange Tuteur Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51481
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum