Replies
- Brajesh Singh on March 8, 2016 at 12:34 pm in reply to: [Resolved] BP Auto Activate Autologin Redirect To Profile On Signup #2935
Hi Francesco,
Thank you for asking.
yes, you can do that easily.add_filter( 'bpdev_autoactivate_redirect_url', 'redirect_to_edit_profile', 10, 2 ); function redirect_to_edit_profile( $profile_url, $user_id ) { return "http://yoursite.com/yourcustomurl"; //or you may use the $user_id to build a dynamic url }
Please put the above code and change the url to anything.
That will work.
- Brajesh Singh on March 7, 2016 at 12:36 pm in reply to: [Resolved] MediaPress Error after installing WPML #2928
Hi Leo,
Thank you.
Yes, I know, They are the invalid translations.Internally, we use taxonomy(say mpp-type) for media type and then we use terms “_photo”, “_audio”, “_video” to have galleries classified as photo/audio/video.
Similarly, we use two other taxonomies (All the status are terms and so are the components).These are for internal use and are never available/visible to the user/siteadmin, so these should not be translated.
- Brajesh Singh on March 7, 2016 at 12:13 pm in reply to: [Resolved] MediaPress Error after installing WPML #2925
Hi Leo,
The only thing we need is to disable translation for the three taxonomies used by MediaPress. They are for the internal purpose and will have no effect on overall translations.If you can get some idea from wpml team about it, I will be happy to add the support quickly.
- Brajesh Singh on March 7, 2016 at 9:04 am in reply to: My problem or a bug? Comments in lightbox #2923
Hi,
Thank you for the comment.Can you please enable the comment on gallery page? All the uploads from Activity are assumed as an activity of the gallery(wall gallery activity).
Can you Please check that?Thank you
Brajesh - Brajesh Singh on March 7, 2016 at 8:12 am in reply to: [Resolved] Images appear in gallery/gallery-name/manage/edit.. not in gallery/gallery-name #2922
Hi Paul,
I am sorry for the inconvenience.May I ask you for 2 more things:-
1. Please visit the MediaPress->All Galleries in the dashboard and then click on edit Gallery for the gallery having issues
2. Visit The edit Media tab, is it showing correct status? Status of the gallery?
3. Try clicking save/update under the media list and does that make it visible on the front end?
Thank you
Brajesh - Brajesh Singh on March 7, 2016 at 8:05 am in reply to: [Resolved] Display multiple post types on Posts tab (BuddyBlog) #2921
Hi MC,
I am glad you have got it but here is a solution if anyone needs it in future.1. Copy buddyblog/template/buddyblog/posts.php to yourtheme/buddyblog/posts.php then change this line
'post_type' => buddyblog_get_posttype(),
to
'post_type' => array( buddyblog_get_posttype(), 'post-type-2', 'post-type-3'),
That’s all it is required.
- Brajesh Singh on March 6, 2016 at 10:36 pm in reply to: My problem or a bug? Comments in lightbox #2916
Hi Again,
I have fixed it in our development repository on github
https://github.com/buddydev/mediapress/commit/33d2170903e08dc39ac89fc724aeae35ab4d1c94It was happening since BuddyPress was scoping the activity to the displayed user if we did not pass any user id.
Please allow me to push a release on wp.org on Wednesday as I want to have a few enhancements and feature in the release.
Thank you
Brajesh Thank you for the kind words. I am glad it is working 🙂
- Brajesh Singh on March 6, 2016 at 10:22 pm in reply to: My problem or a bug? Comments in lightbox #2914
Hi,
Thank you for the post and you are right.
There is an issue. I tested and can confirm it.Working on a fix and will update you soon about this.
Thank you for letting me know about it.
Brajesh
Hi Joost,
Thank you for the details.
Please give me a day to look into it. We may have some solution.