etatus
Forum Replies Created
-
Hello,
I allow users to register in Settings. The link you share redirects to my buddypress registration page.
Just a clue, I am using the plugin “Buddypress Simple Terms and Conditions” and the its checkbox is shown perfectly at the end of the Buddypress registration form.
I think they are using this action:
add_action('bp_before_registration_submit_buttons', 'tandc_display_checkbox',1,1);Forum: Plugins
In reply to: [BuddyPress Messaging Control] Limit messaging for new usersI’m interesting in this feature too.
Forum: Plugins
In reply to: [BuddyPress Activity Privacy] abandoned – someone picking up the slack?I think this is a “must have” plugin if you use BuddyPress to have a minimun control of activity privacy. It works partially, so maybe it is possible to fix it. I guess some of the issues could be related to the fact the plugin doesn’t support Noveau templates at all.
I hope there is a chance to update it.
I think the issue is quite clear:
In line 166 from file includes/search-types/class.BBoss_Global_Search_Groups.php it’s mentioned a template that doesn’t exist in templates/loop directory:
$template = 'nouveau' == bp_get_theme_compat_id() ? 'loop/group-nouveau' : 'loop/group';The same occurs with activity-nouveau and member-nouveau templates.
I read nouveau support was included in 1.1.9, so maybe you upgraded to 1.2.0 from a previous version without including nouveau templates.