Group Test by Ange Tuteur Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
2 posters

    Group Test by Ange Tuteur

    TamDonCo
    TamDonCo
    Forumember


    Posts : 427
    Reputation : 2
    Language : English

    Solved Group Test by Ange Tuteur

    Post by TamDonCo Fri 19 Aug - 20:51

    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 Sat 20 Aug - 3:03; edited 2 times in total
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51501
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Group Test by Ange Tuteur

    Post by SLGray Fri 19 Aug - 20:57

    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.
    TamDonCo
    TamDonCo
    Forumember


    Posts : 427
    Reputation : 2
    Language : English

    Solved Re: Group Test by Ange Tuteur

    Post by TamDonCo Sat 20 Aug - 3:03

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

    Thanks anyway
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51501
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Group Test by Ange Tuteur

    Post by SLGray Sat 20 Aug - 3:23

    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.