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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[使用] 品牌空间,我的个人使用和修改分享记录!

[复制链接]
taihom 发表于 2011-11-6 12:17:57 | 显示全部楼层 |阅读模式
本帖最后由 taihom 于 2011-11-6 12:38 编辑

品牌空间,我的个人使用和修改分享记录,怕自己忘记,在这这里做记录。

1、在修改类config.php 的地址信息后,地图不能定位,如果品牌空间是UTF-8的情况下,可以将config.php保存成UTF8编码,上传覆盖,即可解决。

2、加入视频展示,参考:
商铺店铺页面增加宣传视频~【难度系数★★】
https://discuz.dismall.com/thread-2434567-1-1.html

3、商家的LOGO在商家资料中变形,修改:
\templates\store\default\intro.html.php
找到 <img src="$shop[subjectimage]" 把高度约束去掉即可。

4、品牌空间2.1地图模式下,显示折扣有误的BUG解决方法:
https://discuz.dismall.com/thread-2484847-1-1.html

5、在商家详细资料中,加入发送短信息给店长的功能,方便用户联系:
\templates\store\default\intro.html.php
在:
            <!--{if $shop['applicantqq']}-->
            <tr>
                <th>$lang['kefu']:</th>
                <td><a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin={$shop[applicantqq]}&site=qq&menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=2:{$shop[applicantqq]}:46" alt="{$lang[qq_1]}" title="{$lang[qq_2]}" class="vm"></a></td>
            </tr>
            <!--{/if}-->

后面加入:

            <!--{if $_G['uid']}-->
            <tr>
                <th>$lang['kefu']:</th>
                <td><span style=" cursor:pointer;">$lang['sendpmtoowner']</span></td>
            </tr>
            <!--{/if}-->

更新即可。如果需要在首页商家基本资料显示中也要如此显示,则要在:
\templates\store\default\sidebar.html.php
\templates\store\default\index.html.php
两个文件中
找到 <!--{if $shop['applicantqq']}--> 的 <!--{/if}-->最后加上上述代码:



6、在商家资料中,如果没有折扣,就不显示折扣这一行:
\templates\store\default\intro.html.php
找到
            <tr>
            <th>$lang['intro_card']:</th>
            <td>$shop['discount']</td>
            </tr>

修改为:
            <!--{if $shop['discount']}-->
            <tr>
            <th>$lang['intro_card']:</th>
            <td>$shop['discount']</td>
            </tr>
            <!--{/if}-->

7、






评分

2

查看全部评分

腐朽的木头 发表于 2011-11-6 12:51:47 | 显示全部楼层
不错 支持下楼主
回复

使用道具 举报

qzg40737 发表于 2011-11-6 12:51:55 | 显示全部楼层
赞一个  加油!溜达溜达网倾情赞助 http://www.ppwant.cn
回复

使用道具 举报

shaoshuai168 发表于 2011-11-6 12:53:11 | 显示全部楼层
楼主辛苦啦 顶起来
回复

使用道具 举报

feebird 发表于 2011-11-6 16:39:48 | 显示全部楼层
越来越多的人共享。好事情。
回复

使用道具 举报

lldsc 发表于 2011-11-6 17:27:33 | 显示全部楼层
{:soso__66587583958106938_1:}
回复

使用道具 举报

liuman 发表于 2011-11-7 08:33:16 | 显示全部楼层
            <!--{if $_G['uid']}-->
            <tr>
                <th>$lang['kefu']:</th>
                <td><span style=" cursor:pointer;">$lang['sendpmtoowner']</span></td>
            </tr>
            <!--{/if}-->
这样不能发信息吧?都没有发信息的链接,只是有那么一个相关文字。
回复

使用道具 举报

 楼主| taihom 发表于 2011-11-7 14:52:03 | 显示全部楼层
本帖最后由 taihom 于 2011-11-7 14:52 编辑
liuman 发表于 2011-11-7 08:33
$lang['kefu']:
                $lang['sendpmtoowner']
...


这里的系统过滤了JS代码,本来是有JS的。一个鼠标点击事件。
回复

使用道具 举报

rstar 发表于 2011-11-7 15:09:13 | 显示全部楼层
支持一个哇!~~~~~~
回复

使用道具 举报

liuman 发表于 2011-11-7 17:39:34 | 显示全部楼层
taihom 发表于 2011-11-7 14:52
这里的系统过滤了JS代码,本来是有JS的。一个鼠标点击事件。

试过了,这样只能显示文字,不能发短信息。
过滤就无效,必须加回去onclick="pm_send('{$shop[uid]}');
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-17 07:51 , Processed in 0.036332 second(s), 6 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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