Hello,
We would like to remove the "events" link from the Googlemap but keep the module installed. I searched for this link in database, but without success. Can you help us ? Thank you in advance
Hello, We would like to remove the "events" link from the Googlemap but keep the module installed. I searched for this link in database, but without success. Can you help us ? Thank you in advance |
Go to the World Map admin section ( http://www.yourdomain.com/m/wmap/administration/ ) and uncheck Events. Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
When we uncheck Events, (+ clean cache server) ... The link is always visible Where this link is in Database ? Thanks in advance |
I have not tested but the below should work (clear cache after) : UPDATE `bx_wmap_parts` set `enabled`=0 where `part` = 'events' Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
we had similar issues. The items persisted despite unchecking. The `bx_wmap_parts` did contain the entries to delete. |