• GitHub
  • Documentation
  • Discord
  • Tip
search
  • chevron_right Threads
  • label Support

New added cetegories doesn't display

zmrenwu
May 7, 2018
chat_bubble_outline 5
  • check_circle
  • link
    zmrenwu
    Members 5 posts
    May 7, 2018, 10:25 a.m. May 7, 2018, 10:25 a.m.
    link

    Misago is awesome! I delopy a misago forum to my vps and add some categories on admin panel, but they all doesn't show on forum. It's the issue related to cache? I use the default cache settings that is locmem cache. Can't misago support django default cache?

  • link
    einarf
    Devs & Contributors 23 posts
    May 7, 2018, 6:22 p.m. May 7, 2018, 6:22 p.m.
    link
    @zmrenwu

    Misago is awesome! I delopy a misago forum to my vps and add some categories on admin panel, but they all doesn't show on forum. It's the issue related to cache? I use the default cache settings that is locmem cache. Can't misago support django default cache?

    You probably run multiple processes, so local cache would not be a good idea since you have one cache per process. It needs to be one global cache for all threads.

  • link
    rafalp
    Project Lead 2028 posts
    May 7, 2018, 7:23 p.m. May 7, 2018, 7:23 p.m.
    link

    @einarf is correct that LocMem cache is messy in production deployments, but actual issue that @zmrenwu experiences seems to be lack of permissions to see those forums.

    Misago defaults to acting that content doesn't exist at all if user has no permission to see it. You should go to admin control panel, then "Permissions" and lastly "User Roles". Here three roles interest you:

    • Guest (all not-signed in users)
    • Members (all signed in users)
    • Moderators (only selected users have this role)

    You should see "Categories permissions" for each of those roles:

    Zrzut ekranu 2018-05-03 o 16.43.28.png

    This will tell you what "Category role" users with this role have for each category on your forum. Here you can see "Moderator" role having moderator permissions in "News" and "Releases" categories:

    Zrzut ekranu 2018-05-03 o 16.45.13.png

    Zrzut ekranu 2018-05-03 o 16.45.13.png

    PNG, 127.0 KB, uploaded by rafalp on May 7, 2018.

    Zrzut ekranu 2018-05-03 o 16.43.28.png

    PNG, 177.3 KB, uploaded by rafalp on May 7, 2018.

  • link
    rafalp
    Project Lead 2028 posts
    May 7, 2018, 7:30 p.m. May 7, 2018, 7:30 p.m.
    link
    check_box

    Marked as best answer by May 8, 2018, 10:09 a.m..

    When creating new category or editing existing, you can make Misago copy other category permissions to it via "Copy Permissions" option:

    Zrzut ekranu 2018-05-07 o 19.28.44.png

    Zrzut ekranu 2018-05-07 o 19.28.44.png

    PNG, 91.5 KB, uploaded by rafalp on May 7, 2018.

  • link
    zmrenwu
    Members 5 posts
    May 8, 2018, 2:04 a.m. May 8, 2018, 2:04 a.m.
    link

    @rafalp @einarf Thanks! That solve my problem. Could you tell me what cache backend that misago-project.org used?

  • link
    rafalp
    Project Lead 2028 posts
    May 8, 2018, 10:10 a.m. May 8, 2018, 10:10 a.m.
    link

    This site uses memcached for caching.

arrow_upward Go to top
  • This site uses cookies to gather statistical data for use in traffic analysis.
  • GitHub
  • Documentation
  • Discord
  • Tip
  • Terms of service
  • Privacy policy
powered by misago