Replies
HI George,
Thank you for posting. As always, I appreciate your ideas for the improvement of MediaPress and related plugins.1. We are thinking about it. It will be like sticking with a slider option or do something with views to allow site admins decide the slider options.
2. It’s a good idea. Will certainly add it.
3. Yup. I am not a fan of auto playing videos/audio but we can always have an option in the widget and use the playlist view.
4.We will have shortcodes. The plugin is not yet in released state. So, more features are coming to it. As of custom sidebar, I may be releasing an addon for woosidebars to handle these cases.
5.Yes, we need to revisit it. We will try for a formal release next week and go through it.
6. This is on my priority list. I am working on UI and expect it in a month. I have been waiting as I do not want it to be like the existing solutions. Plan is to allow link/oembed/normal images from web pages, remote sources and so on in a proper manageable and future proof way. Adding support for just youtube and soundcloud is easy but I am going for a more flexible approach.
I will keep you updated about the progress of featured image next week.
Thank you
Brajesh- Brajesh Singh on October 21, 2016 at 10:20 pm in reply to: [Resolved] Add member name (@MemberName) under title on thumbs #6092
Hi Xochi,
Welcome to BuddyDev.In your theme, you should have functions.php, Please put the code there.
PS: For future, Please create a new topic if the topic is too old and reference the relevant link.
Thank you
Brajesh - Brajesh Singh on October 21, 2016 at 10:14 pm in reply to: [Resolved] Auto Activate Auto Login Support Custom Redirect #6091
Hi Deco,
Please use the following code and put it in your bp-custom.php
function buddydev_custom_autologin_redirect( $redirect_url, $user_id) { $redirect_url = site_url( '/welcome-page/' );//assuming that you want to redirect to welcome page return $redirect_url; } add_filter( 'bpdev_autoactivate_redirect_url', 'buddydev_custom_autologin_redirect', 10, 2 );You can change the redirect url to anything you want.
Hope that helps.
- Brajesh Singh on October 21, 2016 at 12:21 pm in reply to: [Resolved] Buddypress Ajax Registration in wp-login.php #6084
Hi David,
Thank you for marking it resolved. HI Terjemk,
Welcome back.Which listing you want to modify? There are listing in
-directory
-shortcode
– widgets
-User/Group Galleries landing pageThese all come from MediaPress template. You can copy files from plugins/mediapress/templates/mediapress to yourtheme/mediapress in relevent path( Please only copy the files you need to modify).
Hope that helps.
- Brajesh Singh on October 19, 2016 at 5:18 pm in reply to: Conditional Profile Fields for BuddyPress Problem #6078
Hi Valarie,
Please send me a copy at [email protected] and I will help.Thank you
Brajesh - Brajesh Singh on October 19, 2016 at 2:22 pm in reply to: Use Facebook-like Activity Stream in other loaction #6076
Hi Rob,
I am sorry but this plugin does not support it outside profile activity. It may be possible to use it in shortcode but it will require significant amount of time. I am sorry but we are in no position to add this functionality at the moment.Thank you
Brajesh - Brajesh Singh on October 19, 2016 at 2:20 pm in reply to: Conditional Profile Fields for BuddyPress Problem #6075
Hi Valarie,
I am glad that you resolved it.This extra field is added by your theme( woffice ). As far as I see, It is perhaps for making notes about the user. Please check if your theme allows disabling it. Since it is a premium theme, we don’t have access to it and we may not help.
I will suggest looking at theme options to see if it allows disabling notes, if not then you can contact the author and ask directly.
Thank you
Brajesh Hi Valarie,
I am sorry but we do not provide this kind of service here. You are using a premium BuddyPress theme and I suggest you ask the theme developers for the assistance.Thank you
Brajesh- Brajesh Singh on October 18, 2016 at 3:04 pm in reply to: [Resolved] BuddyPress Signup Avatar not working with BP Ajax Registration #6064
Hi George,
I am sorry but these are not compatible and will not work.