1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

交流 IP.Download 首页侧边栏最新文档数量修改

Discussion in 'IP.Board中文版' started by admin, 2013-05-28.

  1. admin

    admin 管理员 Staff Member

    Joined:
    2011-11-01
    Messages:
    3,671
    Likes Received:
    2,425
    编辑:upload\admin\applications_addon\ips\downloads\xml\hooks\latestfiles.xml

    找到:
    Code:
    $files = array();
            $files = $idm_api->returnDownloads( 0, 10, 1 );
    修改为:
    Code:
    $files = array();
            $files = $idm_api->returnDownloads( 0, 5, 1 );
    ACP -> System ->Applications & Modules -> Manage Hooks -> Reimport Applications Hooks
     
Loading...