{dede:channelartlist typeid = 3 } {dede:global name = itemindex runphp = yes } $ a = liclass=frist ; $ b = liclass=clear ; if(@ me ==1){@ me =$a;} else{@ me =$b;} {/dede:global} / li {/dede:channelartlist}...
添加到include/extend.func.php里 function gettopname($aid){ global $dsql; $sql = SELECT tt.typename,tt.typedir from arctiny as a join arctype as t on a.typeid = t.id join arctype as tt on t.topid=tt.id where a.id = $aid ; $row = $dsql-GetOne($sql)...
/member/inc/config_space.php 最后 加入以下函数 function count_arc(){ global $dsql,$uid; $sql = SELECT mid,userid FROM `dede_member` WHERE `userid` = .$uid.; $row = $dsql-GetOne($sql); $count = $dsql-GetOne(select COUNT(*) AS dd FROM dede_arch...