What is the Script/Code/Tag for module visibility? 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

    What is the Script/Code/Tag for module visibility?

    AdmiralJuicy
    AdmiralJuicy
    Forumember


    Male Posts : 125
    Reputation : 0
    Language : English

    What is the Script/Code/Tag for module visibility? Empty What is the Script/Code/Tag for module visibility?

    Post by AdmiralJuicy October 19th 2018, 1:14 am

    Hello everyone,

    I'm making some HTML pages because the portal has reached the maximum amount of pages. The members for my website have exclusive features and so I use a separate module that they can see but the guests can't, I'm wondering if it's possible to have this same feature on a custom HTML page by using a tag/code/script.

    Here's a picture that helps illustrate my problem:
    https://i.servimg.com/u/f82/11/41/61/02/exampl11.png

    Thanks in advance!
    SLGray
    SLGray
    Administrator
    Administrator


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

    What is the Script/Code/Tag for module visibility? Empty Re: What is the Script/Code/Tag for module visibility?

    Post by SLGray October 19th 2018, 1:19 am

    So you what guests to see it?  Is this only occurring to members using a mobile device?



    What is the Script/Code/Tag for module visibility? Slgray10

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


    Male Posts : 125
    Reputation : 0
    Language : English

    What is the Script/Code/Tag for module visibility? Empty Re: What is the Script/Code/Tag for module visibility?

    Post by AdmiralJuicy October 19th 2018, 1:24 am

    I want guests to not see the extras tab, but I don't know how to do it in an html page.
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    What is the Script/Code/Tag for module visibility? Empty Re: What is the Script/Code/Tag for module visibility?

    Post by Draxion October 19th 2018, 2:14 am

    Is this HTML page a completely separate page or does it also have the header and footer, too?
    AdmiralJuicy
    AdmiralJuicy
    Forumember


    Male Posts : 125
    Reputation : 0
    Language : English

    What is the Script/Code/Tag for module visibility? Empty Re: What is the Script/Code/Tag for module visibility?

    Post by AdmiralJuicy October 19th 2018, 2:17 am

    It's using the header and footer.
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    What is the Script/Code/Tag for module visibility? Empty Re: What is the Script/Code/Tag for module visibility?

    Post by Draxion October 19th 2018, 2:24 am

    If you have a certain area have a specific id that you want guests not to see, you can use this script.
    Code:
    if (_userdata["session_logged_in"] == 0) {
     // do something
    }

    In the script, 0 means the user isn't logged in, 1 means the user is logged in.
    AdmiralJuicy
    AdmiralJuicy
    Forumember


    Male Posts : 125
    Reputation : 0
    Language : English

    What is the Script/Code/Tag for module visibility? Empty Re: What is the Script/Code/Tag for module visibility?

    Post by AdmiralJuicy October 19th 2018, 6:16 pm

    Thanks, I'll see what I can do with this, and before I mark the issue as solved, I'd like to ask the reasoning behind there being a limit to portal pages/modules but seemingly no limit to html pages?
    SLGray
    SLGray
    Administrator
    Administrator


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

    What is the Script/Code/Tag for module visibility? Empty Re: What is the Script/Code/Tag for module visibility?

    Post by SLGray October 19th 2018, 6:51 pm




    What is the Script/Code/Tag for module visibility? Slgray10

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


    Male Posts : 125
    Reputation : 0
    Language : English

    What is the Script/Code/Tag for module visibility? Empty Re: What is the Script/Code/Tag for module visibility?

    Post by AdmiralJuicy October 19th 2018, 7:01 pm

    SLGray wrote:There is a limit on HTML pages.

    https://help.forumotion.com/t1709-some-limits-of-forumotion-forum

    What is it?
    I only this error message.
    Code:
    ISorry, but only users granted special access can read topics in this forum.
    SLGray
    SLGray
    Administrator
    Administrator


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

    What is the Script/Code/Tag for module visibility? Empty Re: What is the Script/Code/Tag for module visibility?

    Post by SLGray October 19th 2018, 7:19 pm

    Oh, sorry.

    HTML Pages: 500 pages



    What is the Script/Code/Tag for module visibility? Slgray10

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