The Joomla! Extensions Directory ™

saurabh.shah

Reviews(2)
 
bysaurabh.shah, September 1, 2012
Gold Picasa Gallery
I was searching for few Gallery for showing picasa albums on the site and came across this extension which helped me to show on the site without any fail. It's very simple and nice solution with bunch of options to show Picasa albums on the site.
bysaurabh.shah, November 27, 2011
Hotspots
This is one of the Excellent Maps component i have used till now. I had few issues after installing the component and after contacting developer it got resolved within few mins. Exellent support i would say.
I have found some bugs and solved it too. Posting fixes here it may help to solve others as well.
1) Links were not able to put into description and was breaking everything
Solution :
Go into phpmyadmin-> go to hotspots_marker table -> click on structure -> find the description field and change it with Text or medium text

2) Wanted to show all hotpots from all category by default. I needed hack.
Solution:
https://compojoom.com/forum/27-hotspots/52-newbie-area/10025-show-all-categories/icons-on-the-map-by-default?p=1#p13370

3) Apply button on hotspot was not working
Solution :
go to administraotr/comopnents/com_hotspots/controllers/hotspots
line 189
switch ($this->_task) {
change it to
switch (JRequest::getCmd('task')) {