打开 dede/templets/friendlink_main.htm 文件,会看到如下代码 {dede:config.pagesize value=20/} !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.zuola.net/TR/xhtml1/DTD/xhtml1-transitional.dtd html xmlns=http://www.zuol...
打开 include/taglib/arclist.lib.php 文件 找到 if($ctag-GetAtt(cross)==1) 修改为 if($ctag-GetAtt(cross)!=0) 找到 if($arr[crossid]!=) $selquery = Select id,topid From `dede_arctype` where id in({$arr[crossid]}) And id{$typeid} And topid{$typ...