Skip to:
Content
Pages
Categories
Search
Top
Bottom

How register the users

  • @xavierartot

    Participant

    Hello,
    In my forum I found the widget login but where is the register one?
    The people can’t create a topics now?
    Thanks
    BbPress 2.5.7 – WP 4.4.2

Viewing 4 replies - 1 through 4 (of 4 total)
  • @robkk

    Moderator

    There is these shortcodes you can use.

    https://codex.bbpress.org/shortcodes/

    @xavierartot

    Participant

    I add this short code in a text widget, but it doesn’t work?
    I tried in the forum too?
    thanks

    @robkk

    Moderator

    the text widget in WordPress doesnt allow shortcodes by default.

    you can add this PHP code snippet to your child themes functions.php or a functionality plugin to allow it do so though.

    add_filter('widget_text', 'do_shortcode');

    @xavierartot

    Participant

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar