Hey there ramesh_n33,
Unfortunately this is not possible out of a box with BuddyPress Activity Plus. The images are stored in /wp-content/uploads/bpfb/ folder.
You could use plugins such as this one https://wordpress.org/plugins/add-from-server/ to try import images from your server directly to WP.
You’d also have to manually add them into some sort of gallery.
Best regards,
Bojan
Thank you for you reply.
Can i use the following manual format to build gallery ?
1.Getting all activity content’s posted by user_id.
2.Filter the content,which has media files by your regular expression
(‘/\[bpfb_images\](.*?)\[\/bpfb_images\]/s’) as per media type
3.Getting media details content stored as
‘[bpfb_images]
26_0-68005500-1441776641_gold_banner_clipart.png
[/bpfb_images]’;
4.Forming gallery by that media files.
Is it correct way ? tell me your suggestion…
Hey there ramesh_n33,
Sorry for the late response.
This is pretty much what you should in order to achieve this. I had to double check with our developer just to make sure and he confirmed as well.
This would be a correct way of doing this.
Best regards,
Bojan
I will achieve this.
Thank You very much