如何在Discuz 7.1中给通过WAP发布的帖子加标记
2019-03-12 08:43:06来源: 华军资讯 阅读 ()
Discuz!是康盛创想(Comsenz)公司推出的一款论坛BBS产品,本期教程笔者为大家讲解在Discuz! 7.1下如何给通过WAP发布的帖子加标记。
如果回复或者主题是通过wap发布的,则在帖子信息中显示出来 “该信息来自手机”。
效果图:
一、修改数据库结构
在 Discuz 7.1 后台 => 数据库 => 升级,提交如下SQL:
ALTER TABLE `cdb_posts` ADD `onmobile` TINYINT( 1 ) NOT NULL
二、修改WAP程序
打开论坛根目录下 \wap\include\post.inc.php 文件
找到
$db->query("INSERT INTO {$tablepre}posts (fid, tid, first, author, authorid, subject, dateline, message, useip, invisible, usesig, htmlon, bbcodeoff, smileyoff, parseurloff, attachment)
VALUES ('$fid', '$tid', '1', '$discuz_user', '$discuz_uid', '$subject', '$timestamp', '$message', '$onlineip', '$pinvisible', '0', '0', '0', '0', '0', '0')");
修改为:
$db->query("INSERT INTO {$tablepre}posts (fid, tid, first, author, authorid, subject, dateline, message, useip, invisible, usesig, htmlon, bbcodeoff, smileyoff, parseurloff, attachment,onmobile)
VALUES ('$fid', '$tid', '1', '$discuz_user', '$discuz_uid', '$subject', '$timestamp', '$message', '$onlineip', '$pinvisible', '0', '0', '0', '0', '0', '0','1')");
找到
$db->query("INSERT INTO {$tablepre}posts (fid, tid, first, author, authorid, dateline, message, useip, invisible, usesig, htmlon, bbcodeoff, smileyoff, parseurloff, attachment)
VALUES ('$fid', '$tid', '0', '$discuz_user', '$discuz_uid', '$timestamp', '$message', '$onlineip', '$pinvisible', '1', '0', '0', '0', '0', '0')");
修改为:
$db->query("INSERT INTO {$tablepre}posts (fid, tid, first, author, authorid, dateline, message, useip, invisible, usesig, htmlon, bbcodeoff, smileyoff, parseurloff, attachment,onmobile)
VALUES ('$fid', '$tid', '0', '$discuz_user', '$discuz_uid', '$timestamp', '$message', '$onlineip', '$pinvisible', '1', '0', '0', '0', '0', '0','1')");
保存。
三、修改模板
打开论坛目录下 \templates\default\viewthread_node.htm 文件
找到
{lang guest} {$pluginhooks[viewthread_postheader][$postcount]}{lang poston} $post[dateline]
在此段程序之后添加:
该信息来自手机
保存,更新缓存。
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:网页设计师必用的11个SEO技巧
- 我如何在 16 岁成为全栈开发者? 2019-09-17
- Erlang 二十年,如何在编程语言中占据一席之地? 2019-07-24
- 百度智能小程序“产品实验室”已开通使用Discuz论坛 2019-07-15
- 如何在在非舒适地带实现成长与自我提升? 2019-04-10
- 付费内容?巨额补贴?移动内容产品如何在夹缝中成长 2019-04-10
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash