Forums

Join
bbPress Support ForumsThemesNotices on private forum

Info

Notices on private forum

  1. Hi.

    I am setting up a forum here: http://rebeccapersson.com/klub-sunde-born/

    The forum is only for members. So for people not logged ind, they just get this message: "Oh bother! No forums were found here!" in danish of course.

    This is not very useful and does not encourage guests to sign up. Is there a good way of throwing other content ind instead of this message?

    I know I can go through all forum theme files and add stuff myself, but this is tedious and repetitious. Is there a better way of doing this from functions.php file?

    Thanks
    Vayu

  2. I see you're using Genesis - so you could hook in via functions.php or Simple Hooks Plugin and just add some content/message after that notice.

    bbPress already has a shortcode for registering: [bbp-register]
    So you might add that via Simple Hooks which supports placing of shortcodes.

    -Dave :)

  3. You must log in to post.