Replies
Ok, 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.
- Brajesh Singh on May 4, 2017 at 3:00 am in reply to: [Resolved] What am I doing wrong? I want to see a grid of galleries when i go to this page: #8975
You are wecome!
Have a great time building your social network 🙂 Hi Olivier,
It seems to be a bug in BuddyPress core as the directory titles for all of these are handled by them. Which of the redis plugin are you using? wp-redis or redis-cache? I will try to recreate and then post on the BuddyPress trac- Brajesh Singh on May 4, 2017 at 1:04 am in reply to: [Resolved] Hide some profile field from Register Form #8971
You are welcome!
- Brajesh Singh on May 4, 2017 at 12:12 am in reply to: [Resolved] What am I doing wrong? I want to see a grid of galleries when i go to this page: #8969
Hi Kim,
Thank you.That is a css issue on our part.
Please put this line in your stylesheet.mpp-g { display: block !important; }That will fix it.
Hope that helps.