I found I have to declare it in my theme as noted here https://buddypress.trac.wordpress.org/ticket/6570:
bp_set_theme_compat_feature( 'legacy', array(
'name' => 'cover_image',
'settings' => array(
'components' => array( 'xprofile', 'groups' ), /* or you can only use array( 'xprofile' ) to restrict the cover image to users */
'width' => 1170,
'height' => 225,
'callback' => 'swifter_theme_cover_image', /* function that will return to BuddyPress the css to attach to the theme_handle */
'theme_handle' => 'swifter',
),
) );
Alright, found it!!!
After placing the code into functions.php I just had to go to WP-Admin -> Appearance -> Menus and get the menu tab item under BuddyPress 🙂
Cheers!
Goodnight. Since the last update, buddypress not send emails validating new user accounts. I checked the plug smtp.wordpress and working properly. The problem occurs at the time of registration of a new user.
OK AJAX is now working. I use now the $GLOBAL variable from WordPress.
Just the new message, whoch is appended my AJAX, is not correctly dispayed. Will continue to find the problem.
It looks like the AJAX response (new message) is appended right after <form …> and before the next <div ….>
<form id="send-reply" action="<?php bp_messages_form_action(); ?>" method="post" class="standard-form">
<div class="conv-textarea">
<?php //do_action( 'bp_before_message_reply_box' ); ?>
<textarea name="content" id="message_content" class="auto-height" placeholder=""></textarea>
<?php //do_action( 'bp_after_message_reply_box' ); ?>
<div class="conv-bottom">
<?php //do_action( 'bp_after_message_reply_box' ); ?>
<div class="submit">
<input type="submit" name="send" value="<?php esc_attr_e( 'Send Reply', 'buddypress' ); ?>" id="send_reply_button"/>
</div>
<input type="hidden" id="thread_id" name="thread_id" value="<?php bp_the_thread_id(); ?>" />
<input type="hidden" id="messages_order" name="messages_order" value="<?php bp_thread_messages_order(); ?>" />
<?php wp_nonce_field( 'messages_send_message', 'send_message_nonce' ); ?>
</div>
</div>
</form>
Very strange to put a message there.
What happened to the plugin “BP Hide User” from r-a-y? I can’t find it anymore on wordpress.org, it did worke well.
You can’t copy and paste WordPress unfortunately. You’ll need to set up a database and upload the core files then run an install script. Check with your hosting company as a 1-click install might be available.
I think this should be a question for the core team. You should post it on Trac:
https://buddypress.trac.wordpress.org
I am using a wordpress theme – called WOffice.. Should I contact them?
Don’t forget activity comments are different to WordPress post comments so you’ll need to find the right action for those to work.
thats becuase oEmbed is now inbuilt in wp core…this might help https://wordpress.org/plugins/disable-embeds/
using this in my bp setup https://wordpress.org/plugins/wise-chat/ and works very well
if you want p2p individual chat like FB then you need to buy the pro version which is $49
This is a great chat plugin and very facebook-ish, although no video, but chat has multichat function etc.
http://codecanyon.net/item/wordpress-buddypress-users-chat-plugin/10776067
I would like to give suggestions, if buddypress team should be given backend options like select content type (1)HTML email (2)Plain text
because buddypress have not given any hook for changes content type text
You can create an enhancement ticket here using the same login as you use for these forums.
The page you linked to describes how to add a web notification. The example on that page hooks to the bp_activity_sent_mention_email action which means every time bp_activity_sent_mention_email is executed, a web notification will be sent. In your case, you’d still use bp_notifications_add_notification() to send the notification but you will want to send a notification to a particular member only if a friend of that member has a birthday.
The wp_schedule_event() function might be helpful to you: https://codex.wordpress.org/Function_Reference/wp_schedule_event
If you’re already using WordPress then BuddyPress might be a good option because of how tightly integrated the two are. BuddyPress is just a plugin so to get started you simply have to activate it from your WordPress dashboard.
My advice would be to set up a test install and give BuddyPress a try. You’ll then get a feel for if it will meet your exact requirements. Lastly, if BuddyPress core doesn’t have the functionality you need, then you’ll find many plugins in the Plugin Directory written specifically for BuddyPress. Taking a quick look at your requirements, one that you may want to check out is BuddyPress Follow.
WordPress 4.5.1
BuddyPress 2.5.1
Geodirectory framework and Geodirectory’s Modern theme.
Buddypress mails get sent but only using the plain text version. I have modified one of the templates with different wording for HTML and plain text, and no matter what, the system always send the plain text version, so it seems like some part of the system is deciding to just take such version.
My WordPress instance doesn’t have (and very likely won’t have) a local SMTP server so I’m using “Easy WP SMTP” to communicate with Google servers. I also use BP Registration Options to get account validations.
Hi,
read here please: https://buddypress.org/support/topic/buddypress-registration-without-username/
Other solutions (untested):
https://wordpress.org/plugins/smart-wp-login/
https://wordpress.org/plugins/ppress/
There maybe other plugins.
If you don’t have a good php experience, i would recommand you to not alter this sensible WP core part in any way.
hi @artisantopia,
seems you found a bug ! 😉 I tested your issue and got the same behave.
Please report this on Trac and mention your first topic. Trac login use same credentials as here.
I report this on bbPress slack immediatly. (in case of)
Thank you.
Hi,
In the privacy options on the group creation page, I’d like to have the private and hidden group options taken out, as I only want users to have their posts public. How would I go about doing this?
http://thenetwork.cavcaventures.org
I’m on WordPress version 4.5.1 and BuddyPress version 2.5.2