Temporary CSS-only solution to "hide" Memberlist page from guests

  • Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Radio

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,503
    7,742
    321
    localhost
    Heisenberg submitted a new resource:

    - Temporary CSS-only solution to "hide" Memberlist page from guests

    As of this time, there is no permissions to restrict guests from viewing Memberlist page. Here is a temporary solution.to "hide" the content using CSS.

    Code:
    [/I][/B][B][I].logged-out .memberlist-widget .widget-content {
        display: none;
    }
    
    .logged-out .memberlist-widget:before {
        content: "Sorry, you are not authorized to view this page.";
    }[/I][/B][B][I]

    Note that this just hides the content on the screen. Computer savvy users may find a way to see it using page...

     
    Last edited: