What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

  • This area is dedicated to the support of our xF1 add-ons. For xF2, please use the dedicated area: HERE.

Support XF2 Update

Hi
Nop i plan to update it but i dont know when
XF2 is just go out so we need update all our addons so ... ;)
 
Uninstall it before upgrade to xf2 if needed
Anyway all table for this addon are prefixed by xfa_map
 
Maybe in xf_user table but i dont think i use another xf table in this addon
I will look tomorrow if i can and i will tell you ;)
 
3 tables are altered with this addon

Code:
  // xf_user
            $db->query("ALTER TABLE `xf_user` ADD `xfa_map_allow_position_map` tinyint(1) null default '0'");
            $db->query("ALTER TABLE `xf_user` ADD `xfa_map_actd` tinyint(1) null default '0'");

            // xf_user_profile
            $db->query("ALTER TABLE `xf_user_profile` CHANGE `location` `location` VARCHAR(250) NOT NULL DEFAULT ''");

            // xf_user_group
            $db->query("ALTER TABLE `xf_user_group` ADD `xfa_map_icon` varchar(250) NOT NULL default ''");
            $db->query("ALTER TABLE `xf_user_group` ADD `xfa_map_exclude` tinyint(1) null default '0'");
            $db->query("ALTER TABLE `xf_user_group` ADD `xfa_map_exclude_filters` tinyint(1) null default '0'");

but don't take care of xf_user_profile table
You must only remove field of xf_user table and xf_user_group table
 
Did you thought about using an OpenSource Map like OpenMap? Maybe something without Google?
 
That sounds really good. I got my wallet and wait for it.. :D

Btw, i tried it by myself but i'm failed.. :(

Screenshot 2018-12-02 18.27.45.png
 
Top