Hi, just bought the scripts a few days. The component is really great.
However, I'm looking for the way to add multiple picture for the hotspots on the submitting page. (currently, there is only a single image to upload)
I believe, I would have to modify some code on the following file. Correct me if I'm wrong.
...\com_hotspots\views\hotspot\tmpl\form.php
And I will also have to add more fields to the table"hotspots_marker" in the database. (picture1, picture_thumb1 for example)
I would want the current picture upload to use as a logo picture of the hotspot and planning to be able to add about 10 - 15 more picture for the spots.
So when the user click to see a single spot, for example;
...index.php?option=com_hotspots&view=hotspot&catid=1:pubsbars&id=2:&Itemid=171
they will then be able to see all the picture in the image tab on the single view page.
Can you guide me which file need to be modify?
Thank you in advance.