Forum Replies Created
-
<?php wp_head(); ?>
will be enough to load all scripts@craigreilly it seems you have mapped login page as members template, from BuddyPress page mapping option select members page as for members and keep login page separate
@lilipilon you can try https://wbcomdesigns.com/downloads/bp-modify-member-directory-header/
it gives the option to select fields which you are willing to display at the member directory or single-member header. It will work with any standard BuddyPress theme.@woahmazing you can override the template inside the child theme and apply custom design
try Anti-Spam by CleanTalk
it’s using medium editor, you can try it with ACF and https://wordpress.org/plugins/acf-medium-editor-field/ and create any type of frontend form submission.
@baligias71 after clicking on upload avatar at mobile you will get the option for the camera.
@begood321 to keep logs of all sent messages you can try https://wordpress.org/plugins/email-log/
@tonygao BuddyPress does not have any inbuilt shortcode for any xprofile field.
@mbaysf it’s your theme-specific customization, display post tab is not BuddyPress default feature.
@socialdigita On number 2 BuddyPress Moderation Pro it has the option to limit all new posted activities get approved by admin first https://prnt.sc/w8og4i, for activity comments, it can also cover it, you will have to contact plugin support for it.
@chocolateteapot https://wordpress.org/plugins/username-changer/ you can use it to change the username
for the mass message you can try https://wordpress.org/plugins/bp-better-messages/
@socialdigita theme support can help on it better.
function vap_loading_lazy_attribute_remove_actions() { remove_filter( 'bp_get_activity_content_body', 'bp_core_add_loading_lazy_attribute' ); remove_filter( 'bp_activity_comment_content', 'bp_core_add_loading_lazy_attribute' ); } add_action( 'bp_init', 'vap_loading_lazy_attribute_remove_actions' );
above can help to disable lazy load from activities, you can add inside child theme functions.php or using the code snippet plugin
@alersn with BuddyPress Create Group Types you will have two group type menus in the group section at the backend one with plugin and 2nd with BP itself you can create group type with any of option for now. Except for the menu display, there is no functionality conflict.
Filter option and tab options at the group directory page at the front are coming with BuddyPress Create Group Types which is not included in the core feature with BP v7.0.0 at present.
We will try to add those features in BP core and remove the plugin from wp.org or work on the plugin to have better compatibility.that seems a very old issue, might be theme specific which is using deprecated codes
https://buddypress.trac.wordpress.org/ticket/7842@tanyagreaser as an alternative approach you can delete buddypress folder from wp-content/plugins path using ftp
@priskabroese try to cross check at your staging site with default wp theme.
@yaesew you can try to redefine cover image size which can match as per your theme cover dimension.
@adjunkten try to test other regular emails using wp emails
@electroinvention any public activity can be shared on social media, most network use OG data which is publically available at a URL, for private site OG data is not available publically for any activity URL, that’s why it will send to login link.
@billysgtr create an xprofile field with the website name and you can display it at user profile if you are willing to display at member header using https://wbcomdesigns.com/downloads/bp-modify-member-directory-header/