如何去除小云个人资料中的积分显示

图片[1]-如何去除小云个人资料中的积分显示-FancyPig's blog
 

本教程由美咖网的站长提供,站长帮发布,转载请注明。

你是否还在纠结小云APP中的积分显示?是否曾为多余的积分显示而苦恼?本教程可以帮您解决以上问题。

首先,我们找到mobcent/app/components/web/UserUtils.php,搜索mobcent_personage_integral

删除以下代码

$statisticalInfos[] = array('type' => 'credits', 'title' => Yii::t('mobcent', 'mobcent_personage_integral', array()), 'data' => (int)$space['credits']);

总积分就神奇的消失了,当然还没有完……
 
我们在找到mobcent\app\controllers\user\UserInfoAction.php,同样去除

$statisticalInfos[] = array('type' => 'credits', 'title' => Yii::t('mobcent', 'mobcent_personage_integral', array()), 'data' => (int)$space['credits']);

去除后你会发现个人空间中的积分显示就被去掉了
 
最后在dz后台小云客户端插件的扩展积分中关闭即可。
图片[2]-如何去除小云个人资料中的积分显示-FancyPig's blog
好了,以上教程到此结束了,喜欢请转发给你的朋友!

© 版权声明
THE END
喜欢就支持一下吧
点赞0赞赏 分享
评论 共1条

请登录后发表评论

    • 头像豆豆0