Code visible only under conditions 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.
3 posters

    Code visible only under conditions

    Niko
    Niko
    Helper
    Helper


    Male Posts : 3243
    Reputation : 252
    Language : English, Italian, French
    Location : Italy

    Solved Code visible only under conditions

    Post by Niko March 10th 2014, 4:10 pm

    Hello guys,

    another issue..
    what's wrong? the CODE HERE appears, but always! and not only if the member is logged in and if the post number is equal to 1

    (and only on the home page)

    Code:
    $(window).load(function() {
        if (typeof _userdata === "undefined") return;
        if (_userdata["user_posts"] == '1' ||  _userdata["session_logged_in"] == '1') {
           $('#fa_toolbar').before('CODE HERE');
        }
                });

    can you help me?
    I want to view the code only if posts=1 and if you are logged in

    thanks guys  Mr. Green


    Last edited by Niko! on March 10th 2014, 4:41 pm; edited 1 time in total
    Rhino.Freak
    Rhino.Freak
    Helper
    Helper


    Male Posts : 1248
    Reputation : 104
    Language : English
    Location : Mumbai, India

    Solved Re: Code visible only under conditions

    Post by Rhino.Freak March 10th 2014, 4:29 pm

    Im not sure, but I believe that || is OR, you must make it && .. but thats a guess.
    Niko
    Niko
    Helper
    Helper


    Male Posts : 3243
    Reputation : 252
    Language : English, Italian, French
    Location : Italy

    Solved Re: Code visible only under conditions

    Post by Niko March 10th 2014, 4:38 pm

    Nope  Confused Crying or Very sad Crying or Very sad

    solved  Mr. Green 
    Rhino.Freak
    Rhino.Freak
    Helper
    Helper


    Male Posts : 1248
    Reputation : 104
    Language : English
    Location : Mumbai, India

    Solved Re: Code visible only under conditions

    Post by Rhino.Freak March 10th 2014, 4:42 pm

    Can you post what was the problem?
    Niko
    Niko
    Helper
    Helper


    Male Posts : 3243
    Reputation : 252
    Language : English, Italian, French
    Location : Italy

    Solved Re: Code visible only under conditions

    Post by Niko March 10th 2014, 4:44 pm

    Rhino.Freak wrote:Can you post what was the problem?

    using && instead of ||  Mr. Green 
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Code visible only under conditions

    Post by SLGray March 10th 2014, 7:32 pm

    Problem solved & topic archived.



    Code visible only under conditions Slgray10

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