文件名称:JGeo:Joomla地理位置定位器
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-02 05:12:18
JavaScript
Joomla Geolocator插件 为我的客户创建。 首先使用HTML5地理位置,然后再备份到基于IP地址的地理位置。 使用geo.js: : 通过JSession访问数据 找到地理数据后,它将被存储在JSession中。 这使得它可以被任何其他想要在Joomla中访问它的组件访问。 获取用户位置 $session = JFactory::getSession(); // check that the plugin has set the position if ($session->get('jgeo_position_status', false)) { // assuming we have the position available, you can access the json object // the object will be an empt
【文件预览】:
JGeo-master
----.gitignore(16B)
----readme.md(895B)
----jgeo()
--------jgeo.php(2KB)
--------jgeo.xml(889B)
--------language()
--------assets()