Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to edit “You do not have permission to view this forum.”


  • samuelng527
    Participant

    @samuelng527

    Hi,

    Anyone can help me on the below.

    I have set the forum to private, only member can view after login.
    On this private forum page before login, there is an Alert message “You do not have permission to view this forum.”

    How can i change this message? or How can I add a Login form on this page?

    Please advise, many thanks.

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

  • Robin W
    Moderator

    @robin-w

    find
    wp-content/plugins/bbpress/templates/default/bbpress/feedback-no-access.php

    transfer this to your pc and edit the text as desired

    and save

    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

    where %your-theme-name% is the name of your theme

    Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/feedback-no-access.php

    bbPress will now use this template instead of the original

    untested, but of you add

    <?php bbp_get_template_part( 'form', 'user-login' ); ?>

    to the end of that form, it should also show a login


    samuelng527
    Participant

    @samuelng527

    Hi Robin,

    Thank you so much for your advice.

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