Hi Daniel
If I understood you correctly, you are referring to option to display actual map in article.
I actually just need an option to create link which shows map only when clicked.
We have many articles with many listed objects in each article: Restaurants, Hotels, Stores, etc.
So to display map near each object would be too much.
Instead, I would like to be able to add small icon near each object title, which when clicked pops up modal window with location of that object in hotspot map.
There is actualy update to previous issue.
I tried to turn off all SEO settings to off. So when I do it so, if I add this url to icon:
index.php?option=com_hotspots&view=hotspot&category=1&id=1
maps shows in correctly new window. I have few modal options available to choose from so creating modal popups isn't a problem if actual url works.
But if I set all Joomla SEO to yes:
Search Engine Friendly URLs - Yes
Use Apache mod_rewrite - Yes
Add suffix to URLs - Yes
Joomla 1.5.26 default SEO engine turns previous URL it into:
www.ourwebsite.com/component/hotspots/hotspot/1.html?category=1
and this url generates this error message:
"The category that you have selected in the menu settings doesn't exist - please check the id of the category again"
I don't have any SEO components installed, and everything else works OK, so I guess that it must be something in your component which doesn't like how Joomla generates SEO enabled links.