測(cè)試系統(tǒng)5.X可用,其他未測(cè)試.
1、列表頁的實(shí)現(xiàn):
/include/inc_arclist.php
查找
$row['arcurl'] = $this->GetArcUrl(
在前面加上:
if($row['redirecturl']) $row['arcurl'] = $row['redirecturl']; else
[無需修改其他地方]
2、主頁直接跳轉(zhuǎn)的實(shí)現(xiàn):
/include/inc/inc_fun_SpGetArcList.php
查找
$row['arcurl'] = GetFileUrl(
在前面加上:
if($row['redirecturl']) $row['arcurl'] = $row['redirecturl']; else
同時(shí)再 查找 arc.shorttitle,arc.memberid, 后面加上 arc.redirecturl,
新聞熱點(diǎn)
疑難解答
圖片精選