ramesh_n33
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Activity Plus] How to maintain gallery? any pluginI will achieve this.
Thank You very muchForum: Plugins
In reply to: [BuddyPress Activity Plus] How to maintain gallery? any pluginThank 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…Forum: Plugins
In reply to: [BuddyPress Activity Plus] How to upload video from local directory ?Thanks for your kind support..
Forum: Plugins
In reply to: [BuddyPress Activity Plus] How to upload video from local directory ?Thank You for your answer.
I can understand whatever you said,for mobile user will expect to upload videos from mobile right ? So why we cannnot allow them. we will do strong restriction for video upload as size=maximum 3MB,type=only .mp4 and 3gp..I know this is possible,dont know how it could be…