Statistics: Posted by Cristián Lávaque — May 19th, 2011, 10:57 am
Statistics: Posted by airpilot — May 19th, 2011, 6:02 am
Statistics: Posted by Cristián Lávaque — April 29th, 2011, 4:54 pm
Statistics: Posted by Cristián Lávaque — April 29th, 2011, 4:50 pm
Statistics: Posted by Jason Caldwell — April 29th, 2011, 4:06 pm
Statistics: Posted by Mikey3D — April 28th, 2011, 7:00 am
Statistics: Posted by Mikey3D — April 26th, 2011, 8:50 am
If the person who wants a customization can't figure it out himself, and what we suggest is not enough
<?php if ( is_user_logged_in() && (current_user_can('administrator') || current_user_can('editor'))) : ?> <a class="button" href="<?php echo bp_get_root_domain() . '/' . BP_GROUPS_SLUG . '/create/' ?>"><?php _e( 'Create a Group', 'buddypress' ) ?></a>
<?php else: ?>
<?php if ( is_user_logged_in() && (current_user_can('subscriber') || current_user_can('contributor') || current_user_can('author'))) : ?> <a class="button" href="<?php echo bp_get_root_domain() . '/payment-page' ?>"><?php _e( 'Create a Group', 'buddypress' ) ?></a><?php endif; ?>
<?php endif; ?></h3>
Statistics: Posted by Mikey3D — April 25th, 2011, 4:17 pm
Statistics: Posted by Cristián Lávaque — April 25th, 2011, 3:41 pm
Statistics: Posted by Mikey3D — April 25th, 2011, 11:30 am
Statistics: Posted by Jason Caldwell — April 25th, 2011, 9:58 am
Statistics: Posted by Mikey3D — April 25th, 2011, 9:37 am
<?php if ( is_user_logged_in() && (current_user_can('administrator') || current_user_can('editor'))) : ?> <a class="button" href="<?php echo bp_get_root_domain() . '/' . BP_GROUPS_SLUG . '/create/' ?>"><?php _e( 'Create a Group', 'buddypress' ) ?></a>
<?php else: ?>
<?php if ( is_user_logged_in() && (current_user_can('subscriber') || current_user_can('contributor') || current_user_can('author'))) : ?> <a class="button" href="<?php echo bp_get_root_domain() . '/payment-page' ?>"><?php _e( 'Create a Group', 'buddypress' ) ?></a><?php endif; ?>
<?php endif; ?></h3>
Statistics: Posted by Mikey3D — April 22nd, 2011, 8:23 pm
Statistics: Posted by Jason Caldwell — April 20th, 2011, 11:19 pm
Statistics: Posted by Mikey3D — April 20th, 2011, 10:44 am
Mikey3D wrote:
I have try settings:
1) S2Member > General Options > URL Restrictions > /groups/create/
2) S2Member > General Options > Membership Option Page > Demo
3) S2Member > General Options > Open Registration > Yes
Above setting, it doesn’t works as I expected when the user (Contributor) clicked the /groups/create/ link.
Membership Levels provide incremental access:
* A Member with Level 4 access, will also be able to access Levels 0, 1, 2 & 3.
* A Member with Level 3 access, will also be able to access Levels 0, 1 & 2.
* A Member with Level 2 access, will also be able to access Levels 0 & 1.
* A Member with Level 1 access, will also be able to access Level 0.
* A Subscriber with Level 0 access, will ONLY be able to access Level 0.
* WordPress® Subscribers are at Membership Level 0. If you're allowing Open Registration, Subscribers will be at Level 0 ( a Free Subscriber ). WordPress® Administrators, Editors, Authors, and Contributors have Level 4 access, with respect to s2Member. All of their other Roles/Capabilities are left untouched.
Statistics: Posted by Jason Caldwell — April 8th, 2011, 11:27 pm
Statistics: Posted by Cristián Lávaque — April 8th, 2011, 10:09 pm
Statistics: Posted by Mikey3D — April 8th, 2011, 4:47 pm