Replies
- Brajesh Singh on February 27, 2020 at 12:52 pm in reply to: 'Different default avatar code' does not work with a cloud based server #27927
Hi Carsten,
Thank you for the updates.If you moved the media to cloud, you will need to update the default urls accordingly.
I do not see any other reason or issue.
Regards
Brajesh - Brajesh Singh on February 27, 2020 at 12:50 pm in reply to: Help with logic conditional fields #27926
Hi Ruben,
Welcome to BuddyDev.Please provide more details:-
Which version of BuddyPress are you using? Is it happening with a specific theme/plugin? Do you have any other profile related plugin active?
Thank you
Brajesh - Brajesh Singh on February 27, 2020 at 12:49 pm in reply to: URGENT… notification on blog comment problem #27925
Hi Diky alvian,
Welcome to BuddyDev.The plugin is not aimed at adding comment notification for users. It only adds for the posts. It is not a bug, the feature is limited to notify the post author of any comment and not the comment author of comment reply.
It may be a good idea to extend it for comments in future. If you want to add it now, You will need to almost duplicate the code for comment specific handling.
Regards
Brajesh - Brajesh Singh on February 27, 2020 at 12:40 pm in reply to: [Resolved] Latest PHP version allowed by mediapress file error #27924
Hi Jaume,
You can safely ignore it.it is a false psotove.
here is the complete codeif ( $wpdb->use_mysqli ) { $mysql_ver = @mysqli_get_server_info( $wpdb->dbh ); } else { $mysql_ver = @mysql_get_server_info(); }We use it on the Debug page(status page in dashboard settings) to get mysql server version and it will only be used if mysqli is not being used.
Regards
Brajesh - Brajesh Singh on February 26, 2020 at 5:57 pm in reply to: Restrict Domain Emails uncertain if working properly #27915
Thank you.
I am glad it is working again.I will check the Stop Spammer to see if it can allow bypassing the restriction. Will post in next couple of days.
Regards
Brajesh - Brajesh Singh on February 26, 2020 at 5:56 pm in reply to: 'Different default avatar code' does not work with a cloud based server #27914
Hi Carsten,
I am sorry, I am not sure which code you are using. Please share and I may have a better idea/suggestion on how to get it working.Regards
Brajesh - Brajesh Singh on February 26, 2020 at 5:55 pm in reply to: Buddypress Dynamic User Tab Content #27913
Hi Sean,
I am sorry, I missed to reply.The plugin does not work independently and will need the Profile Tabs pro to work.
Regards
Brajesh Hi Nicola,
Thank you for the question.The post form currently only works with Legacy template pack and is not available with Nouveau.
Since BuddyBoss only uses Nouveau pack, It will not work.
Regards
Brajesh- Brajesh Singh on February 26, 2020 at 5:44 pm in reply to: Can I Add Media Without a Gallery? #27911
Hi Christian,
Thank you for the question.Currently, It is not feasible in MediaPress. It is coming in near future though.
Regards
Brajesh - Brajesh Singh on February 26, 2020 at 5:38 pm in reply to: Substituting MediaElement.js player #27910
Hi Tony,
You will need to override the templates.Please copy the specific templates from mediapress and you can override it in your theme.
We are using the the
wp_video_shortcode()which uses MediaElement js.
Here is guide
https://buddydev.com/mediapress/mediapress-basics/overriding-mediapress-activity-upload-icons/The te,mplate of your interest are:-
mediapress/default/gallery/views/grid-video.phpmediapress/default/gallery/media/views/video.php
mediapress/default/gallery/media/views/lightbox/video.php
Regards
Brajesh