Replies
- Brajesh Singh on December 8, 2016 at 10:04 pm in reply to: Formating BuddyBlog to work properly with my theme #6746
Hi Justin,
is video a new post type? are the video categories custom taxonomy? How do you manage it?If the video categories are normal category then they will be available for the posts? Are you able to use video category for normal posts from the Admin dashboard?
Thank you
Brajesh Thank you and have a great day to you too.
Regards
Brajesh- Brajesh Singh on December 8, 2016 at 10:01 pm in reply to: [Resolved] Working on my site – need some feedback #6743
Hi Joshua,
I am replicating it on on of my test sites and will get back to you in an hour or so.Thank you
Brajesh - Brajesh Singh on December 8, 2016 at 10:00 pm in reply to: [Resolved] Conditional Logic Plugin #6742
Hi Dave,
Thank you for posting. I just sent a reply to your email.You do not need the conditional fields plugin for this project. I will be looking at this plugin at the end of this month for further extension( I am not sure if we will have multiple conditions or not yet).
Thank you
Brajesh Hi George,
It should be gallery_id not gallery-id.Please check the documentation here
https://buddydev.com/mediapress/topics/getting-started/shortcodes/mediapress-uploader-shortcode/Please do let me know if that works for you or not?
Thank you
Brajesh- Brajesh Singh on December 7, 2016 at 9:39 pm in reply to: My Initial Feedback on Community-Builder #6728
Hi Graham,
Thank you for the details.
Since WordPress 4.7 released today and BuddyPress 2.7.3 will be releasing today, I am planning another release on 9th(The theme works with WordPress/BuddyPress, The release is just for making some new enhancements)I will be taking care of the 1,5,6(I am looking on 6, if that is the case, I need to investigate it) and the Geo Directory support.
Can you please clarify me about the ajax registration bit. I had it tested before release but I may be missing something there. Will appreciate any pointing there. By login, do you mean the Right panel login form?
Thank you
Brajesh - Brajesh Singh on December 7, 2016 at 9:06 pm in reply to: [Resolved] Working on my site – need some feedback #6727
Hi Joshua,
Can you please give it a try after updating the redirect url/site idfunction buddydev_signup_page_redirect() { $redirect_to_url = "https://account.artofwargaming.net/signup"; //please change $account_site_id = 3;//please change if ( bp_is_register_page() && ! get_current_blog_id() == $account_site_id ) { wp_redirect($redirect_to_url, 301);//permanent redirect exit(0); } } add_action( 'bp_template_redirect', 'buddydev_signup_page_redirect' );Please do let me know if it works or not?
Thank you
Brajesh - Brajesh Singh on December 7, 2016 at 8:53 pm in reply to: [Resolved] Working on my site – need some feedback #6725
Hi Joshua,
I am posting the code today. If you can get the site id of the accounts sites( you can from Network ASdmin->Sites screen), Our implementation will be super easy. I will post here with a dummy id for now.Thank you
Brajesh Hi Daryl,
Welcome to BuddyDev.Thank you for posting the question. At the moment, MediaPress does not support generating thumbnails from Video. In future, we do have plans to add a free or paid plugin that allows converting videos/extracting thumbnails.
The problem is, to extract thumbnail you need executable like FFMPEG and a way to maintain a queue. This is going to need significant time and is low on our priority.
Here is a solution though. Any plugin that works with WordPress uploaded videos and extract thumbnails will work with MediaPress out of the box.
I had a look at the list but none of the current plugins have proper support for queuing and that’s why I am not making any suggestion here.
Regards
Brajesh- Brajesh Singh on December 7, 2016 at 8:42 pm in reply to: Missing some traductions in BuddyBlog #6722
Hi Herve,
Have you had the chance to look at the translation?Thank you
Brajesh