discuz论坛  添加好友任务 没有进度,进度一直为0的解决办法: 
 打到这个文件 \source\class\task\task_friend.php 如下: 
 
 
 
 
修改代码如下:- function csc($task = array()) {
 
 -                 global $_G;
 
  
-                 if(getuserprofile('friends') >= 100) {
 
 -                         return true;
 
 -                 }
 
 -                 // return array('csc' => 0, 'remaintime' => 0);  去掉以前的代码
 
 -                  return array('csc' => getuserprofile('friends'), 'remaintime' => 0); 
 
 -         }
 
  复制代码 |   
 
  
 |