solhuebner (@solhuebner)

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

  • solhuebner
    Participant

    @solhuebner

    I think you should sell it and so be able to improve it over time 🙂 but the bbPress urgently needs a better look (mobile look is bad in nearly all themes or they just hide things) and this site here also need a mobile version… Crazy in these days to only offer a desktop view…


    solhuebner
    Participant

    @solhuebner

    Please share!

    bbPress really deserves a better GUI (also for mobile)!

    Kind regards

    In reply to: Large Forum – Slow?

    solhuebner
    Participant

    @solhuebner

    Hi,

    2.6 is supposed to be faster but it looks like development is somehow stuck.

    And I would love to see some Discourse features to be ported to bbPress as it could be better on mobile devices but I can not even find such as paid plugins…

    Kind regards

    PS: I am still not sure which forum to use as I am a bit disappointed about bbPress. Not about the development but on the missing information on its future and the new version like why is it delayed, what to do against that, where is help most needed…


    solhuebner
    Participant

    @solhuebner

    Try adding

    function subscribed_by_default() {
    	echo '<script type="text/javascript">jQuery("#bbp_topic_subscription").prop("checked",false);</script>';
    }
    
    add_action('bbp_theme_after_topic_form_subscriptions', 'subscribed_by_default');
    add_action('bbp_theme_after_reply_form_subscription', 'subscribed_by_default');
    

    to your functions.php

Viewing 4 replies - 1 through 4 (of 4 total)