DEDE5.3编辑文章的地方加上 上一篇 下一篇 等

0 个评论
有的时候觉得文章可以不用编辑了,想跳到下一篇,却要回到列表再选择,真麻烦 于是就弄了这个功能 在管理目录(默认是dede)的 article_edit.php 中的 42行?$tags = GetTags($aid);?? 后面添加 //小货添加,取得前后文章ID $next = “Select ID From `dede_archives` where ID>’$aid’? order by ID asc “; $pre = “Select ID From `dede_archives` where ID&...
2009-10-06 / dedecms / 4,380 views浏览
阅读全文