首页 期权学习期权知识正文

帝国cms登陆状态下调用显示会员收到的短消息数量

xiaojiucai 期权知识 2020-08-18 541 0

1、在ememberloginloginjs.php中查找“ $mhavelogin=1; ”在其下面加上

$user=islogin();

2、在“$mhavelogin=1;”下的 “//数据”下加上

$msgcount=$empire->gettotal("select count(*) as total from phome_enewsqmsg  where  to_username='$user[username]'");

3、在JS调用登陆状态模板中调用

  <?=$msgcount?>

即可实现调用具体信息数

注意:上面的修改顺序:先修改3再修改1、2 (因为先修改1、2再修改3时loginjs.php文件会被替换成原来的文件内容)

统计新消息条数(把上面的2替换即可)

$msgcount=$empire->gettotal("select count(*) as total from phome_enewsqmsg  where haveread='0' and to_username='$user[username]'");

原文链接:https://www.qiquanji.com/post/8318.html

本站声明:网站内容来源于网络,如有侵权,请联系我们,我们将及时处理。

版权声明

本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。