kaz1844 (@kaz1844)

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • here’s what I did to get a page in wordpress in my navigation bar that redirects to the bbpress part of my site: set up a page template and made sure it was selected when I set up the forum page in wordpress – the template simply included redirection code:

    <?php

    /*

    Template Name: Forum Section

    */

    ?>

    <?php

    header( ‘Location: http://www.yourdomain.com/your-forum-name-directory&#8217; ) ;

    ?>

    In reply to: WordPress Integration

    hey gerikg – Yes, I’ve cleared cache/cookies with each attempt, and tried from multiple machines/browsers –

    In reply to: WordPress Integration

    hey I am having troubles here too: my issue – I have generated the eight secret keys in both config files, made sure user role for user 1 is keymaster in database, using same table prefix in both config files, done the bbpress integration plugin in wp – combed the forums and thought I was following to a t all the instructions – left out www from all entered URLs – and here is what i keep running into (sixth install now):

    I can log into bbpress as keymaster, but when I try to log in to wordpress, it says: You do not have sufficient permissions to access this page.

    needless to say, i want to scream. From the above info, any thoughts on what could be throwing this off? I’m really frustrated that there seems to be no current section of bbpress documentation that thoroughly goes through, step by step, given the large amount of issues people seem to be running into with integration. thanks.

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