使Joomla的模块更加人性化(Humanize module for joomla)

作者:Wupei  |  发表时间:  |  所属分类:Joomla

Joomla默认的mod_latestnews和mod_mostread模块效果不是太好,通过添加一些语句可以达到更好的效果,比如显示文章的分类,文章的创建日期,文章的发布日期…等

现总结如下:

说明 SQL语句(在Select后添加) 变量(直接使用显示)
文章创建日期 a.created $row->created
文章标题 a.title $row->title
阅读次数 a.hits $row->hits
文章所属分类 cc.name AS category $row->category
文章所属单元 s.name AS section $row->section
文章所属分类ID a.catid $row->catid
文章所属单元ID a.sectionid $row->sectionid
文章ID a.id $Itemid
     
Docman中的分类显示   $row->cat_title

Trackback from your site.

请在这里留言: