Replies
Hi Justin,
I had a look at the pages again.In your theme you have a blog-template.php
Please post its content on paste bin and link me. I can extract some section from it and post the new posts.php for you.
Thank you
BrajeshThank you for marking it as resolved.
I have replied to your last question on the other thread
https://buddydev.com/support/forums/topic/removing-drop-box-from-activity-stream/
Regards
Brajesh- Brajesh Singh on May 4, 2017 at 10:21 pm in reply to: [Resolved] Removing Drop box from activity stream #8999
Hi Randlel,
Please use the following css#mpp-upload-dropzone-activity { display:none !important; }Hope that helps.
Hi Lulu,
Did you delete the old one? Also, is there any caching plugin active? if yes, Please clear it.And if that does not work too, Can you please link me to the screenshot of the screen?
Thank you
BrajeshOk, I am able to upload audio from activity.
Please try doing it with the tester account.
I am using chrome 56 from Ubuntu.
Ok, Let me try the audio. As you might have seen from my profile, it was photo not audio. Just one moment and I will get back to you.
Hi Randlel,
I just checked your site and I was able to upload on activity stream. Please check.It seems you have the media types enabled now.
Also, if you are writing a plugin, We will be happy to assist you to get it working.
Thank you
Brajesh- This reply has been marked as private.
You are welcome.
All the best with your project.Regards
BrajeshHi Swati,
I am sorry i could not reply earlier.Can you please remove the older code for Pm and try this
function filter_message_button_link( $link ) { $user_id = bp_get_member_user_id(); if ( ! $user_id ) { return $link; } $link = wp_nonce_url( bp_loggedin_user_domain() . bp_get_messages_slug() . '/compose/?r=' . bp_get_member_user_login() ); return $link; } add_filter( 'bp_get_send_private_message_link', 'filter_message_button_link', 1, 1 ); function display_private_message_button() { if ( bp_get_member_user_id() != bp_loggedin_user_id() ) { bp_send_message_button(); } } add_action( 'bp_directory_members_item', 'display_private_message_button' );It is working for me and should work for you too.
Please check and let me know.