destoon程序 禁止同一个会员发布重复信息

当前已发布会员、分站、商城、供应、求购、行情、公司、展会、文章、信息、品牌、团购、图库、专题、视频、下载、人才、知道等模型……禁止同一个会员发布重复信息: 已供应为例子:打开文件module/sell/sell.class.php在代码function pass($post)前面增加一个title_exists函数:functiontitle_exists($title){$condition="title='$title'";return$this-db-get_

DESTOON列表页获取文章内容的方法

include/global.func.php 加入以下函数function content($itemid) {global $db;$row = $db-get_one("SELECt * FROM {$db-pre}sell_data_5 WHERe itemid=$itemid");return $row['content'];}在循环标签中使用{content($t[itemid])} 调用

让网站支持多QQ客服添加方法

把QQ客服写入配置,就不用去模板中修改,简单方便,易用。案例如图: 方法简单易用:在 api/trade/setting.inc.php 里找到如图:(这个文件官方基本不更新,所以放心加。) 添加下方代码 trtd class="tl"售前QQ1/tdtd名称nbsp;input name="setting[qq1name]" type="text" value="?php echo $qq1name;?" size=&quo

送给多城市或开设分站的朋友

看到好多站有类似猜您可能在西安, 点击进入西安站如图:所有搞了类似一个小功能,希望对需要的哥们AND妹妹有用。第一步 -在 extend.func.php 内加入以下函数function get_ip2city($ip){global $db;$city = ip2area($ip);if(is_array($all_city = cache_read('allcity.php'))){foreach($all_city as $k = $v){$v['name']

destoon让供应也支持资讯一样的关键词功能 tag加入TAG自动生成

供应(sell)本身是有 tag字段的,不知道为啥被官方在后台阉割了,现在我们加上这一功能1、找到module\sell\admin\template\edit.tpl.php在 47行处加上trtd class="tl"span class="f_hid"*/span 关键词(Tag)/tdtdinput name="post[tag]" type="text" size="60" value="

346655709