Elxis CMS Forum

Extensions => Components => Topic started by: cfb1972 on October 25, 2010, 15:25:38

Title: IOS Gallery comments to pictures
Post by: cfb1972 on October 25, 2010, 15:25:38
Is there any possibility to add comments to IOS picture gallery?
Title: Re: IOS Gallery comments to pictures
Post by: nikos on October 25, 2010, 23:32:25
In IOS Gallery for any picture you can put multilingual title and description.
Title: Re: IOS Gallery comments to pictures
Post by: webgift on October 26, 2010, 09:46:16
Or you can use that bot Easy Gallery (http://www.elxis-downloads.com/downloads/image-galleries/222.html) on your content items of your site.
More Info about the usage of Easy Gallery bot at Elxis Wiki : http://wiki.elxis.org/wiki/Easy_Gallery

*Content Items must have enabled the comment system ;)
Title: Re: IOS Gallery comments to pictures
Post by: datahell on October 26, 2010, 12:35:56
To be able to comment IOS Gallery pictures you have to:

1. Create a module that will display the comments and the comments form.
2. Add a module position in your template's index.php file that will be displayed bellow IOS Gallery and only on the page that you view images. In this template position you will display the above module.

Now, for the comments. Elxis has an integrated commentary system that can be expanded to any component you wish (it is not just for the content items). So, the development of the module is more like a copy-paste from the component content with a few changes. Not too hard to be build.
Title: Re: IOS Gallery comments to pictures
Post by: cfb1972 on October 26, 2010, 13:51:34
I'll have to look into this as I'm not sure I understand how to virtually do it.
How do you build a module position (in a certain position I mean)?
Title: Re: IOS Gallery comments to pictures
Post by: datahell on October 26, 2010, 18:47:23
To add the module position is the easy part, you do it via the elxis administration console. The hard part is to build the module.