- This topic has 1 reply, 2 voices, and was last updated 12 years, 2 months ago by .
Viewing 4 reply threads
Viewing 4 reply threads
- You must be logged in to reply to this topic.
Home › Forums › Mikmag WordPress theme › Buddypress Profile Privacy Missing
Tagged: buddyress mikmag profile privacy
One of the gig features of Buddypress v1.6 was the Profile Privacy Settings (http://codex.buddypress.org/releases/version-1-6/) It appears that the MikMag Theme does not support this.
Has any got this working?
Thanks
Tom
Extract that might assit: [http://bpdevel.wordpress.com/2012/03/16/profile-field-visibility-in-bp-1-6/]
While the visibility filtering does not happen at the template level itself, the markup that allows users to modify profile visibility does require theme-level changes. The two key files are: /members/single/profile/edit.php (see the block beginning if ( bp_current_user_can( ‘bp_xprofile_change_field_visibility’ ) )) and /registration/register.php. In each case, you should be able to simply copy and paste the relevant blocks from bp-default; if you need to support older versions of BP, you may want to wrap it in a if ( function_exists( ‘bp_xprofile_get_privacy_levels’ ) ) check. Note that if your theme does not provide the proper markup for users to customize their profile field visibility, fields will default to the admin-provided visibility level, which itself defaults to Public. Thus, the feature degrades gracefully in the absence of theme support.
Hi Tom,
Our developers looked into Buddypress / Mikmag theme. They’re preparing an update right now, which will be available asap.
Best wishes,
Helen
Thanks Helen.
Please keep us posted as to when the new verison will be available.
Thanks
Tom
Hi Tom,
We’ll certainly inform you all. You’re also able to receive an automatic notification via Themeforest if a theme you’ve bought there has been updated.
Best wishes,
Helen