Community Support Forums — WordPress® ( Users Helping Users ) — 2011-10-01T03:56:00-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=14552 2011-10-01T03:56:00-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14552&p=42038#p42038 <![CDATA[Re: S2member + buddypress registration troubles]]>

I replied in your other thread.

Statistics: Posted by Cristián Lávaque — October 1st, 2011, 3:56 am


]]>
2011-09-29T06:04:13-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14552&p=41909#p41909 <![CDATA[Re: S2member + buddypress registration troubles]]>
If you are asking me what my question is, it's posted over here: http://www.primothemes.com/forums/viewtopic.php?f=4&t=15339#p41828

This reply was a statement about how buddypress registers users differently based on whether Multisite is enabled or not. I'm jumping into the forums and trying to help.

Thanks for asking.
~Cam

Statistics: Posted by crazycoolcam — September 29th, 2011, 6:04 am


]]>
2011-09-29T01:33:08-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14552&p=41883#p41883 <![CDATA[Re: S2member + buddypress registration troubles]]> Statistics: Posted by Cristián Lávaque — September 29th, 2011, 1:33 am


]]>
2011-09-27T07:13:03-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14552&p=41684#p41684 <![CDATA[Re: S2member + buddypress registration troubles]]>
If I remember correctly, if BP is installed without Mutlisite enabled, then users are added as subscribers.

Statistics: Posted by crazycoolcam — September 27th, 2011, 7:13 am


]]>
2011-08-20T20:34:58-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14552&p=32536#p32536 <![CDATA[Re: S2member + buddypress registration troubles]]> Statistics: Posted by Cgoguen — August 20th, 2011, 8:34 pm


]]>
2011-08-20T16:37:06-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14552&p=32498#p32498 <![CDATA[Re: S2member + buddypress registration troubles]]>
https://wordpress.org/extend/plugins/user-role-editor/
https://codex.wordpress.org/Roles_and_C ... pabilities
http://buddypress.org/community/groups/ ... ress-roles

Statistics: Posted by Cristián Lávaque — August 20th, 2011, 4:37 pm


]]>
2011-08-20T14:32:06-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14552&p=32475#p32475 <![CDATA[Re: S2member + buddypress registration troubles]]> Statistics: Posted by Cgoguen — August 20th, 2011, 2:32 pm


]]>
2011-08-20T13:50:20-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14552&p=32470#p32470 <![CDATA[Re: S2member + buddypress registration troubles]]> Statistics: Posted by Cgoguen — August 20th, 2011, 1:50 pm


]]>
2011-08-19T22:54:06-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14552&p=32432#p32432 <![CDATA[Re: S2member + buddypress registration troubles]]>
In your code I see a single-quote missing after level0.

Code:
add_action('bp_setup_nav', 'remove_member_profile_nav', 15);
function remove_member_profile_nav() {
    if (!current_user_can('access_s2member_level0'))
        bp_core_remove_nav_item('profile');
}
 


I hope that helps.

Statistics: Posted by Cristián Lávaque — August 19th, 2011, 10:54 pm


]]>
2011-08-19T20:37:51-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14552&p=32413#p32413 <![CDATA[Re: S2member + buddypress registration troubles]]>
This is an example of the conditional I am trying to use. (placed in my theme’s functions.php file)

Code:
`function remove_member_profile_nav() {
        if (!current_user_can('access_s2member_level0)) {
   bp_core_remove_nav_item( 'profile' );
        }
}
add_action( 'bp_setup_nav', 'remove_member_profile_nav', 15 );`

Statistics: Posted by Cgoguen — August 19th, 2011, 8:37 pm


]]>
2011-08-17T22:29:58-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14552&p=32212#p32212 <![CDATA[Re: S2member + buddypress registration troubles]]> Subscriber, which equals to s2Member's Level 0.

What do you mean he doesn't show up in s2Member? s2Member doesn't list users, WP does and if he has an account, he should be listed under WP Admin -> Users -> All Users.

Does that help?

Statistics: Posted by Cristián Lávaque — August 17th, 2011, 10:29 pm


]]>
2011-08-17T07:27:21-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14552&p=32128#p32128 <![CDATA[Re: S2member + buddypress registration troubles]]> Statistics: Posted by Cgoguen — August 17th, 2011, 7:27 am


]]>
2011-08-17T01:26:02-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14552&p=32077#p32077 <![CDATA[Re: S2member + buddypress registration troubles]]> WP Admin -> s2Member -> General Options -> Custom Registration Fields/Options.

About multisite, s2Member in each blog will be in its own scope, you can configure s2Member for one and have it work in another. How the users management between the blogs in the network and the main blog is, I'm not very sure of, but s2Member doesn't alter the WP behavior as far as I know.

I hope that helps. :)

Statistics: Posted by Cristián Lávaque — August 17th, 2011, 1:26 am


]]>
2011-08-15T15:32:55-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14552&p=31985#p31985 <![CDATA[S2member + buddypress registration troubles]]> Statistics: Posted by Cgoguen — August 15th, 2011, 3:32 pm


]]>