Page 1 of 1

Default Admin User Level

PostPosted: April 1st, 2011, 3:01 pm
by rainleader
My WP admin account isn't authorized to view protected pages for some reason -- does s2Member not make it a level 4 account by default?

Re: Default Admin User Level

PostPosted: April 1st, 2011, 3:11 pm
by Cristián Lávaque
Yes, it does. And it can't be an IP restriction, since those don't apply to Admins.

Do you remember what you did before this problem started?

Re: Default Admin User Level

PostPosted: April 1st, 2011, 3:21 pm
by rainleader
Hmm... I was doing the bbPress integration. Followed the installation video to the "T". When I install the bbPress Integration plugin from s2Member with a Level 0 restriction -- it works fine. If I set the restriction to allow Level 1 members (or above) on my forum, I get redirected to the "Membership Options" page of my blog. Note: this happens on my admin account.

EDIT:

I've specified the authentication keys in the bbPress admin (text fields) from Wordpress but it doesn't appear to be adding those to the bb-config.php file. Here's an excerpt from bb-config.php; should I fill these in?

Code: Select all
define( 'BB_AUTH_KEY', 'put your unique phrase here' );
define( 'BB_SECURE_AUTH_KEY', 'put your unique phrase here' );
define( 'BB_LOGGED_IN_KEY', 'put your unique phrase here' );
define( 'BB_NONCE_KEY', 'put your unique phrase here' );


Also, do I need to install this plugin (http://wordpress.org/extend/plugins/bbp ... tegration/) on the WP side?

Re: Default Admin User Level

PostPosted: April 1st, 2011, 4:20 pm
by Cristián Lávaque
Try this thread about bbPress integration viewtopic.php?f=4&t=1076

Let me know if something there helps you solve it. :)