We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 46886
    • 1,154 Posts
    Ok so things are moving forward a bit, and the next challenge is the mod bar. I can see it in the templates, and I have myself as an admin in the system settings, but no mod bar appears.

    Here is the code in the wrapper template:
    <body id="forumbody-[[+controller.controller]]" class="forums[[+discuss.user.id:notempty=` a-loggedin`]]">
    
    [[+discuss.user.isModerator:is=`1`:then=`
        <div class="dis-sticky-actions"><div class="full-width">[[+threadactionbuttons]]</div></div><!-- / moderator bar-->


    What am I missing?

    This question has been answered by paulp. See the first response.

    [ed. note: nuan88 last edited this post 10 years, 1 month ago.]
      • 46886
      • 1,154 Posts
      Hmm I need to make sure those div classes are handled in the css...
      • discuss.answer
        • 22840
        • 1,572 Posts
        It will only show when there is something to moderate, try going into a post and see if it appears at the bottom of the page.
          • 46886
          • 1,154 Posts
          Ah yes! So you are right! I was expecting something at page top. Its a bit more subtle than I expected heh, or maybe I just didn't look closely enough...hmmm...

          Ok, great! That's one problem ticked off the list! Thank you!!