Wanting to Create a Galery Plugin What is params for plugins

Kirk Sturgulewski Posted in Component Development 8 years ago

Hello,

I am looking to create a Gallery Plug in for this system and I am trying to find out what the parameters are for plug in creation? The idea behind this plug in is to pull the images out of the wall feeds and add them into a sidebar gallery. The idea is then people if they missed a post can still see the images and click on them to see what the images were.

If someone is already working on this idea let me know otherwise what is needed in order to create this as a plug in so it integrates rather than just hard coding the PHP into the site?

Replies
Indonesian Arsalan Shah Replied 8 years ago

It will surely required OSSN codding to implement that type of feature. The steps may involves.

  1. You have to fetch all wall posts of users that are of type file (wall photo, profile photo, cover photo).

  2. You have to create subpage for user profile that display those photos. Once you have done 1st step you can display photos into step 2.