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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

关于最大好友数限制,使用好友增容卡BUG

[复制链接]
maoqoo 发表于 2013-8-29 09:12:57 | 显示全部楼层 |阅读模式
本帖最后由 maoqoo 于 2013-9-6 12:22 编辑

任何加好友页面,点击加为好友,提示“抱歉,您当前的好友数目达到系统限制,请先删除部分好友”。用户有一张好友增容卡道具,根本就不提示使用好友增容卡。不要说去好友页面点击“我要扩容”按钮,我作为站长找到这个使用道具的地方还花了好久,普通用户根本不清楚,而且系统本身是有判断的,只是为啥不生效。
source\include\spacecp\spacecp_friend.php
  1. $maxfriendnum = checkperm('maxfriendnum');
  2.         if($maxfriendnum && $space['friends'] >= $maxfriendnum + $space['addfriend']) {
  3.                 if($_G['magic']['friendnum']) {
  4.                         showmessage('enough_of_the_number_of_friends_with_magic');
  5.                 } else {
  6.                         showmessage('enough_of_the_number_of_friends');
  7.                 }
  8.         }
复制代码
麻烦帮忙解说一下这段代码 if($_G['magic']['friendnum'])

啥时候 提示enough_of_the_number_of_friends_with_magic 啥时候提示enough_of_the_number_of_friends


我那一直提示enough_of_the_number_of_friends 抱歉,您当前的好友数目达到系统限制,请先删除部分好友


根本就不提示用好友增容卡,多谢!!

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
无效楼层,该帖已经被删除
ARCHY` 发表于 2013-9-6 19:01:05 | 显示全部楼层
谢谢反馈  已经收集反馈给官方相关人员了
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-3-9 20:05 , Processed in 0.025403 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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