saurabh.shah
Results 1 - 2 of 2
bysaurabh.shah, September 1, 2012
bysaurabh.shah, November 27, 2011
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')) {
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')) {



