国产一本视频在线播放|日韩精品制服丝袜一区|久久久综合精品成人国产|亚洲精品白丝喷白浆无码|亚洲欧美日韩在线综合直播|a级欧美乱理伦片在线播放|国产精品美乳福利在线观看|在线无码一区二区三区不卡国产

設為首頁加入收藏業(yè)務一覽表公司歷程公司介紹聯(lián)系我們
當前位置網(wǎng)站運營 >> 如何在Discuz 7.1中給通過WAP宣布的帖子加標記

如何在Discuz 7.1中給通過WAP宣布的帖子加標記

Discuz!是康盛創(chuàng)想(Comsenz)公司推出的一款論壇BBS產(chǎn)品,本期教程筆者為大家講解在Discuz! 7.1下如何給通過WAP宣布的帖子加標記。

假如回復或者主題是通過wap宣布的,則在帖子信息中顯示出來 “該信息來自手機”。

后果圖: 

一、修正數(shù)據(jù)庫結(jié)構(gòu)

在 Discuz 7.1 后臺 => 數(shù)據(jù)庫 => 升級,提交如下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]

在此段程序之后添加:

該信息來自手機

保留,更新緩存。

[來源:原創(chuàng)] [作者:嵊州新時代建站] [日期:10-02-01] [閱讀:]
阳曲县| 荣昌县| 巴中市| 兴业县| 滕州市| 拜泉县| 丰台区| 禄劝| 石台县| 星座| 肇州县| 昂仁县| 军事| 昌都县| 武威市| 临猗县| 宜州市| 元阳县| 都兰县| 托克逊县| 五峰| 鱼台县| 兴隆县| 夏邑县| 漠河县| 文安县| 五原县| 五峰| 从江县| 铁岭县| 桃源县| 嘉兴市| 定州市| 建水县| 镇康县| 临朐县| 常山县| 文化| 保定市| 山阴县| 瓮安县|