Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[七号楼]Uchome2.0 ★★商家点评 ★★要的留下邮箱[已提供下载]

  [复制链接]
 楼主| 强子arp 发表于 2009-9-10 19:07:47 | 显示全部楼层
javascript:void(prompt('',gApplication.getMap().getCenter()));
然后回车一下。这时,你将得到一个弹出式的坐标,这个坐标就是你需要找的经度和纬度


--------------- 是啊,我得到坐标了呀,下步呢?把 ...
ppluntan 发表于 2009-9-10 18:12



shop_new.htm

var center = new GLatLng(21.85399074047579, 111.96619749069214);

OK????
回复

使用道具 举报

900net 发表于 2009-9-10 19:18:04 | 显示全部楼层
真的是很贵的啊  没钱 帮你顶了
回复

使用道具 举报

gxingy 发表于 2009-9-10 19:44:22 | 显示全部楼层
我狂顶 买了好几个版本的 都有问题  版主能否发给我一份  171106395@qq.com 这是我邮箱! 谢啦!
回复

使用道具 举报

zntoo 发表于 2009-9-10 21:32:48 | 显示全部楼层
879133223@qq.com谢谢楼主
回复

使用道具 举报

wshsky 发表于 2009-9-10 23:10:02 | 显示全部楼层
楼主要修改数据库吗
回复

使用道具 举报

ppluntan 发表于 2009-9-10 23:18:22 | 显示全部楼层
发现两个问题:

一、我所在城市是县级市,而楼主插件种默认只到地区级城市,这样出现一个问题:我把县级市的坐标加入shop_new.htm以后,发布店铺,只要选择“所在地区”(只有地级市),那么就会自动找地图,取代了我所在县级市的地图,造成无法标记地图。

二、楼主插件说明是这样的:
在admincp.php:
第一处:
$acs = array(
        array('index','config','privacy', 'spam', 'network', 'usergroup', 'credit', 'profilefield', 'profield', 'ad', 'sitefeed', 'userapp', 'app'),
        array('tag', 'mtag', 'space', 'name', 'report'),
        array('cache', 'task', 'censor', 'stat', 'block', 'cron'),
        array('blog','album', 'pic', 'comment', 'thread', 'post', 'doing', 'feed', 'share')
);
修改成(最后一行array('base','pingdao','neirong','shop','reviews','shoptags')为增加的。同时记得在上一行'share')后加个逗号 )


--------然而,在标准的UCHOME2.0代码不是这样的,而是

$acs = array(
        array('index','config', 'privacy', 'ip', 'spam', 'hotuser', 'defaultuser', 'usergroup', 'credit', 'magic', 'magiclog', 'profield', 'ad', 'userapp'),
        array('tag', 'mtag', 'event', 'report', 'space'),
        array('cache', 'network', 'profilefield', 'eventclass', 'click', 'task', 'censor', 'stat', 'block', 'cron', 'app', 'log'),
        array('feed', 'blog', 'album', 'pic', 'comment', 'thread', 'post', 'doing', 'share', 'poll')
);


----------- 像这个'poll'是删除还是不删除?还有其他不同的代码,都该怎么办?是整段全部替换吗?那又会影响原来系统吗?
回复

使用道具 举报

agoer 发表于 2009-9-10 23:20:00 | 显示全部楼层
感谢LZ分享,留个邮箱
a-goer@tom.com
回复

使用道具 举报

ppluntan 发表于 2009-9-10 23:20:18 | 显示全部楼层
发现两个问题:

一、我所在城市是县级市,而楼主插件种默认只到地区级城市,这样出现一个问题:我把县级市的坐标加入shop_new.htm以后,发布店铺,只要选择“所在地区”(只有地级市),那么就会自动找地图,取代了我所在县级市的地图,造成无法标记地图。

二、楼主插件说明是这样的:
在admincp.php:
第一处:
$acs = array(
        array('index','config','privacy', 'spam', 'network', 'usergroup', 'credit', 'profilefield', 'profield', 'ad', 'sitefeed', 'userapp', 'app'),
        array('tag', 'mtag', 'space', 'name', 'report'),
        array('cache', 'task', 'censor', 'stat', 'block', 'cron'),
        array('blog','album', 'pic', 'comment', 'thread', 'post', 'doing', 'feed', 'share')
);
修改成(最后一行array('base','pingdao','neirong','shop','reviews','shoptags')为增加的。同时记得在上一行'share')后加个逗号 )


--------然而,在标准的UCHOME2.0代码不是这样的,而是

$acs = array(
        array('index','config', 'privacy', 'ip', 'spam', 'hotuser', 'defaultuser', 'usergroup', 'credit', 'magic', 'magiclog', 'profield', 'ad', 'userapp'),
        array('tag', 'mtag', 'event', 'report', 'space'),
        array('cache', 'network', 'profilefield', 'eventclass', 'click', 'task', 'censor', 'stat', 'block', 'cron', 'app', 'log'),
        array('feed', 'blog', 'album', 'pic', 'comment', 'thread', 'post', 'doing', 'share', 'poll')
);


----------- 像这个'poll'是删除还是不删除?还有其他不同的代码,都该怎么办?是整段全部替换吗?那又会影响原来系统吗?
回复

使用道具 举报

lingxin 发表于 2009-9-11 00:21:38 | 显示全部楼层
给我一份吧
konglingxin_58@163.com
回复

使用道具 举报

lei40251 发表于 2009-9-11 02:46:58 | 显示全部楼层
麻烦给发一份
lei40251@163.com
谢谢
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-9-21 19:50 , Processed in 0.424550 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表