Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Paul Hughes

    (@paulhughes01)

    Hi there!

    By default the plugin loads a packaged template for the forum page that plays well with most themes, but not all. Try adding the following line to the bottom of your theme’s functions.php file and it will load the forum in your default template, so your sidebar should display properly as it would on other pages. Let me know if that doesn’t do what you’re wanting!

    add_filter( 'muut_use_packaged_forum_template', '__return_false' );

    Thread Starter Sami Niemi

    (@digiapuri)

    Thank you Paul. This allmost does it. It seems to hide the default sidebar of moot. However, I cannot get muut widgets to work. I have added some moot widgets to my wordpress sidebar, but they don’t show up. I also added “search” widged and it seems to show, but none of the moot widgets doesn’t. Any suggestions?

    By the way, what are the webhooks and do I need to activate them?

    Plugin Author Paul Hughes

    (@paulhughes01)

    The webhooks are required for the Trending Topics and Latest Comments widgets, but the other three should show; are none of the widgets working—all five? Or just those two.

    Let me know!

    Thread Starter Sami Niemi

    (@digiapuri)

    I tryed four muut widgets. None of them was working ??
    Other than Muut widgets are working.

    Plugin Author Paul Hughes

    (@paulhughes01)

    Just sent you an e-mail about some non-public details. ??

    Plugin Author Paul Hughes

    (@paulhughes01)

    Glad we solved it over e-mail! To anyone else reading this, the solution is adding the following block to your theme’s functions.php file:

    add_filter('muut_force_online_widget_display', '__return_true' );
    add_filter('muut_force_channel_embed_widget_display', '__return_true' );
    add_filter('muut_force_my_feed_widget_display', '__return_true' );

    Those three widgets are hidden by default on the main Forum page, since in most cases the actual forum UX probably provides the functionality required. ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Customized sidebar design’ is closed to new replies.