• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.4.3 Latest
Buy Hosting
A

asdfasdfasdf

@asdfasdfasdf
About
Posts
3
Topics
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

    Badges not showing
  • A asdfasdfasdf

    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.


  • [FAQ] How to make your forum private
  • A asdfasdfasdf

    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>
    

  • Fully Private Categories/Posts
  • A asdfasdfasdf

    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.

  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
  • Login

  • Don't have an account? Register

  • Login or register to search.