让我们一起成长
分享价值,同步成长
添加到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 = […]
我们知道,在文章页调用前后文章的链接和标题,dedecms默认上一篇和下一篇的标签分别为{dede:prenext get=pre/} {dede:prenext get=next/}。有时出于需要,我们只需要链接而不用标题,要怎么操作 […]
解决在列表页调用副栏目,但列表页文章不显示方法: 打开 /include/taglib/arclist.lib.php,原代码如下: if($CrossID==) $orwheres[] = arc.typeid IN (.GetSonIds($typeid).); else $orwheres[] = arc.typeid IN (.GetSon […]
本例以文章模型为列子 0 添加 联动类型 地区 1 plus/search. php ?php require_once(dirname(__FILE__)./../include/common.inc.php); require_once(DEDEINC./arc.searchview.class.php); $pagesize = (isset($pagesize) is_numeric($pagesi […]
dede软件模型的软件发布之后,在软件详情界面可以直接生成软件的下载链接,并且下载之后该软件的下载次数会更新,如下图: 这是因为软件模型的软件地址 字段使用的是系统专用类 […]