欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

dedecms v5 跳轉(zhuǎn)網(wǎng)址 直接鏈接而非跳轉(zhuǎn)的實現(xiàn)方法修正版 原創(chuàng)

原創(chuàng)  更新時間:2008年07月07日 19:36:20   原創(chuàng) 作者:  
最近在使用dedecms建站的時候發(fā)現(xiàn)這個問題,如果調(diào)轉(zhuǎn)網(wǎng)址是直接的連接地址,效果就更好了,網(wǎng)上的版本有點來,我也是參考他們的整理出來的
親試整理修改后可用,現(xiàn)提供如下:[dedecms 5.X測試] 


1、列表頁的實現(xiàn): 

/include/inc_arclist_view.php 
查找 
$row['arcurl'] = $this->GetArcUrl( 

在前面加上: 

if($row['redirecturl']) $row['arcurl'] = $row['redirecturl']; else

[無需修改其他地方] 

2、主頁直接跳轉(zhuǎn)的實現(xiàn): 

/include/inc/inc_fun_SpGetArcList.php 

查找 

$row['arcurl'] = GetFileUrl( 

在前面加上: 

if($row['redirecturl']) $row['arcurl'] = $row['redirecturl']; else 

同時再 查找 arc.shorttitle,arc.memberid, 后面加上 arc.redirecturl,

注:此方法并非本人原創(chuàng),是從論壇大伙提供的方法中整理而成,應(yīng)用在自己的站上,無錯通過,特此提供共享。

相關(guān)文章

最新評論