×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Disable Auto Fill on Hotspots?

Disable Auto Fill on Hotspots? 11 years 8 months ago #17334

  • Daniel Montemayor
  • Daniel Montemayor's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Hello, i have one question, i need to manually fill information for my locations, but hotspots autofill it every time i change something in it, is there a way to disable it?

Thanks!

Disable Auto Fill on Hotspots? 11 years 8 months ago #17381

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
It autofills what? Street address??? In version 3.1 the sticky marker is saved as param - this way when you edit a hotspot it won't try to modify the street address again.

Kind regards,
Daniel

Disable Auto Fill on Hotspots? 11 years 8 months ago #17388

  • Eliecer Marchante
  • Eliecer Marchante's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 493
  • Karma: 11
  • Thank you received: 13
Hi Daniel,

For someone using hotspot for first time is ok. The problem is that I already have a database created, and that 'automatic autofill' is messing around with the old information from the database. Pretty much, I have to re-enter the information again for every single spot (considering that this geocode system is not 100% accurate). Is there any way to make is automatically OFF in order to don't make the work already done twice?
The following user(s) said Thank You: Daniel Montemayor

Disable Auto Fill on Hotspots? 11 years 8 months ago #17396

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Go into phpmyadmin -> sql tab and execute the following query:
UPDATE `#__hotspots_marker` SET params='{"sticky":"0"}' where params = "";

replace #_ with your table prefix. This will set the sticky param to 0 for all hotspots that you haven't yet edited.

Regards,
Daniel
The following user(s) said Thank You: Daniel Montemayor

Disable Auto Fill on Hotspots? 11 years 8 months ago #17403

  • Daniel Montemayor
  • Daniel Montemayor's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Solved! :D Thanks!
  • Page:
  • 1
Time to create page: 0.109 seconds