Replies
- Brajesh Singh on October 5, 2018 at 12:09 pm in reply to: [Resolved] Allow user to upload images #17850
No problem. I hope it is working now.
Regards
Brajesh - Brajesh Singh on October 5, 2018 at 10:19 am in reply to: [Resolved] Allow user to upload images #17842
Hi Saxena,
You can do the same for MediaPress but there is a catch. The name of folders are different.
Here is what I suggest.
1. Download mediapress-mater.zip
2. unzip it
3. Rename directory to mediapress. Most probably unzipping will name it mediapress-master4. Zip the renamed file
5. Delete old plugin
6. Upload newUpgrading plugins don’t remove old galleries. They will work.
Regards
Brajesh - Brajesh Singh on October 5, 2018 at 9:41 am in reply to: [Resolved] Allow user to upload images #17840
No Problem.
I am glad I could help.
PS:- Once you have activated the plugin, if you visit the gallery edit screen in dashboard, you will see option(checkbox) to enable it for that gallery.
Regards
Brajesh - Brajesh Singh on October 5, 2018 at 9:38 am in reply to: [Resolved] Allow user to upload images #17838
Hi Saxena,
Yes, you will need to download and install that plugin and then enable it per gallery. - Brajesh Singh on October 5, 2018 at 5:27 am in reply to: [Resolved] Allow user to upload images #17832
Hi Saxena,
For 1st approach, you can use the shortcodes as I have mentioned above.
For second, you can create a gallery, set it as global gallery using the plugin
https://github.com/mediapress/mpp-global-shared-gallery
and then use the uploader shortcode to let everyone upload. For first approach, you don’t need the uploader shortcode.
Regards
Brajesh - Brajesh Singh on October 5, 2018 at 5:15 am in reply to: [Resolved] Allow user to upload images #17830
Hi Saxena,
1. Yes, the issue was fixed in the following commit
https://github.com/buddydev/mediapress/commit/6aa6ce846fc344c9030c9553f12eacf23bb979abI have yet to release this on wp.org
2. For [mpp-uploader gallery_id=695]. It will only allow the user wo created it or the site admin to upload.
For sitewide gallery, there are 2 approach that works
1. Let users create gallery and upload to their gallery
2. Or let all users upload to single gallery. In this case, you will need to use the MediaPress Global Shared Gallery addon.If I understand correctly, you want to go with approach 1?
About MediaPress Release:- There is one more feature that I need to add in current release. Optimized loading of the media in the lightbx. Currently it loads all media from context which is not optimized if your gallery has hundreds of images. I am paginating the loading and then will release MediaPress.
Thank you
Brajesh - Brajesh Singh on October 5, 2018 at 5:09 am in reply to: [Resolved] a bug on bp simple frontend post #17828
You are welcome.
- Brajesh Singh on October 5, 2018 at 5:09 am in reply to: [Resolved] buddyBlog comments not entering buddyPress activity feed #17827
Hi Richard,
Please seehttps://codex.buddypress.org/plugindev/post-types-activities/
Also, Please ,ake sure you are not using any code from here
Regards
Brajesh - Brajesh Singh on October 4, 2018 at 6:37 pm in reply to: BuddyPress Avatar Moderator. Not replace old avatar with placeholder #17821
Hi Max,
The Old avatar preserving will come around first week of November(or a week before it).Thank you
Brajesh - Brajesh Singh on October 4, 2018 at 6:32 pm in reply to: [Resolved] buddyBlog comments not entering buddyPress activity feed #17820
Hi Richard,
Are you using a custom post type for BuddyBlog? That seems the only explanation as I am using posts post type and the tracking is working for me.https://i.imgur.com/xDCZYIX.png
BuddyPress needs us to do a few things extra to enable the activity tracking for custom post type.