第一步:
打开 /include/tag.func.php
找到
isset($showpage) or $showpage = 0;
这句。
在其上行或其下行添上
(isset($showcontent) && $MODULE[$moduleid][ 'module ']== 'article ') or $showcontent = 0;
第二步:
找到
if($showcontent){ $query = "SELEC
t t.".preg_replace(
'/,\s*/im
',
't.
',$fields).",c.`content` FROM ".$table." as t left join ".preg_replac
e(
'/(\d+)$/
',
'data_$1
',$table)." as c on t.itemid=c.itemid WHER
e ".$condition.$order." LIMIT ".$offset.",".$pagesize;}else{ $query = "SELECt ".$fields." FROM ".$table." WHER
e ".$condition.$order." LIMIT ".$offset.",".$pagesize;}
第三步:
添加:
showco
ntent=1
{loop $tags $i $t}
{$t[title]}
{$t[content]}{/loop}
简单来说就是这样的标签
{$t[content]}就能调出来了



