$article[title] 内容页标题调用代码
$article[title] 内容页标题调用代码

h1 class=ph$article[title] !--{if $article[status] == 1}--({lang moderate_need})!--{elseif $article[status] == 2}--({lan...

cola man 2018-12-21 discuz教程
discuz文章的上一篇和下一篇 $article['preaid'] || $article['nextaid']
discuz文章的上一篇和下一篇 $article['preaid'] || $article['nextaid']

!--{if $article[preaid] || $article[nextaid]}-- div class=pren pbm cl !--{if $article[prearticle]}--em{lang pre_article}...

cola man 2018-12-21 discuz教程
论坛信息统计代码分析<!--{if empty($gid)}-->|$todayposts|$postdata[0]
论坛信息统计代码分析<!--{if empty($gid)}-->|$todayposts|$postdata[0]

论坛信息统计代码 主要包含 今日贴子数 | 昨日帖子数 | 帖子数 | 会员 | 新会员 模板中展现的方式: 今日: 0|昨日: 0|帖子: 2|会...

cola man 2018-12-21 discuz教程
论坛信息统计下面的DIY框架区域
论坛信息统计下面的DIY框架区域

!--[diy=diy_chart]--div id=diy_chart class=area/div!--[/diy]-- 论坛信息统计下面的DIY框架区域...

cola man 2018-12-21 discuz教程
$fastpost | forum/forumdisplay_fastpost 帖子列表页底部快速发布区域代码分析
$fastpost | forum/forumdisplay_fastpost 帖子列表页底部快速发布区域代码分析

$fastpost |forum/forumdisplay_fastpost 帖子列表页底部快速发布区域代码分析 !--{if $fastpost}-- !--{template forum/forumdi...

cola man 2018-12-21 discuz教程
论坛板块简介调用代码
论坛板块简介调用代码

论坛板块调用代码如下 !--{if $forum[description]}--p class=xg2$forum[description]/p!--{/if}-- 在默认情况下是只有一横排显...

cola man 2018-12-21 discuz教程
<!--{ad/subnavbanner/a_mu}-->二级导航下面的广告位
<!--{ad/subnavbanner/a_mu}-->二级导航下面的广告位

!--{ad/subnavbanner/a_mu}--这个的作用就是span style=line-height: 1.5;二级导航下面的广告位/span...

cola man 2018-12-21 discuz教程
$_G['cache']['forumlinks'][0] || $_G['cache']['forumlinks'][1] 论坛友情连接代
$_G['cache']['forumlinks'][0] || $_G['cache']['forumlinks'][1] 论坛友情连接代

论坛调用友情链接区块代码如下: !--{if empty($gid) ($_G[cache][forumlinks][0] || $_G[cache][forumlinks][1] || $_G[cache][...

cola man 2018-12-21 discuz教程
文章列表页在模板中是这样写的,看下是否缺失!
文章列表页在模板中是这样写的,看下是否缺失!

!--{if $value[pic]}--div class=atca href=$article_url target=_blankimg src=$value[pic] alt=$value[title] class=tn //a/di...

cola man 2018-12-21 discuz教程
DIY调用帖子使用文章模式查看的模板<!--{subtemplate forum/viewthread_from_nod
DIY调用帖子使用文章模式查看的模板<!--{subtemplate forum/viewthread_from_nod

整体模板位置template/default/forum/viewthread_portal.htm 内容主题的加载区域如下 !--{loop $postlist $postid $post}-- !--{...

cola man 2018-12-21 discuz教程