• HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Get in touch
    Get in touch
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    • Sign in
    • Start free trial
    • Get in touch
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    • Documentation
      • Home
      • Read API
      • Write API
      • Plugin Development
    1. Home
    2. asdfasdfasdf
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 3
    • Best 2
    • Controversial 0
    • Groups 0

    asdfasdfasdf

    @asdfasdfasdf

    2
    Reputation
    6
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    asdfasdfasdf Unfollow Follow

    Best posts made by asdfasdfasdf

    • RE: Badges not showing

      How do we display 2 badges for a user like this forum does? Some "staff" users have 2 badges here.

      And I'll add my voice to the many people who have requested automatically displaying badges instead of users having to dig into their settings for it.

      posted in Technical Support
      A
      asdfasdfasdf
    • RE: [FAQ] How to make your forum private

      More necromancy. This probably isn't the most elegant way to do this, but it seems to work, and the other two posted above no longer do.

      <script>
      try {
        if (!app.user.uid && window.location.pathname
          !== '/login' && window.location.pathname
          !== '/register' && !window.location.pathname.startsWith('/reset')) {
          document.location.replace('/login');
        }
      } catch (error) {
        // the page hasn't yet loaded
      }
      window.onload = function () {
        if (!app.user.uid && window.location.pathname
          !== '/login' && window.location.pathname
          !== '/register' && !window.location.pathname.startsWith('/reset')) {
          document.location.replace('/login');
        }
      };
      </script>
      
      posted in NodeBB Development
      A
      asdfasdfasdf

    Latest posts made by asdfasdfasdf

    • RE: Badges not showing

      How do we display 2 badges for a user like this forum does? Some "staff" users have 2 badges here.

      And I'll add my voice to the many people who have requested automatically displaying badges instead of users having to dig into their settings for it.

      posted in Technical Support
      A
      asdfasdfasdf
    • RE: [FAQ] How to make your forum private

      More necromancy. This probably isn't the most elegant way to do this, but it seems to work, and the other two posted above no longer do.

      <script>
      try {
        if (!app.user.uid && window.location.pathname
          !== '/login' && window.location.pathname
          !== '/register' && !window.location.pathname.startsWith('/reset')) {
          document.location.replace('/login');
        }
      } catch (error) {
        // the page hasn't yet loaded
      }
      window.onload = function () {
        if (!app.user.uid && window.location.pathname
          !== '/login' && window.location.pathname
          !== '/register' && !window.location.pathname.startsWith('/reset')) {
          document.location.replace('/login');
        }
      };
      </script>
      
      posted in NodeBB Development
      A
      asdfasdfasdf
    • RE: Fully Private Categories/Posts

      For future reference, this is what you have to do now:

      <url>/admin/manage/privileges/
      Change "Configuring privileges for..." from "Global" to each category. You can then remove all "Guest" privileges.

      posted in General Discussion
      A
      asdfasdfasdf

    Get Started

    • Product
    • Pricing

    Resources

    • Demo Site
    • Answers
    • Docs
    • Bug Bounty

    Company

    • About
    • Blog
    • Contact
    Start Free Trial
    Github Facebook Instagram Twitter
    © 2014 – 2022 NodeBB, Inc. — Made in Canada.
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact
    Menu
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact