discuz 门户页面支持导航顶部固定
discuz 门户页面支持导航顶部固定

目录 网上的方法,在需要顶部固定的页面加一句代码: !--{if empty($_G[setting][disfixednv_forumindex]) }--scriptfixed_top_n...

cola man 2018-12-26 discuz教程
discuz 只调用回复回复楼代码
discuz 只调用回复回复楼代码

在帖子内容页,1楼(主题帖)与回复帖代码: !--{eval $postcount = 0;}-- !--{loop $postlist $post}-- !--{if $rushreply $_GE...

cola man 2018-12-26 discuz教程
discuz X3.2 TAG标签伪静态方法
discuz X3.2 TAG标签伪静态方法

要养成原文件备份的好习惯。 1. 修改帖子内tag标签链接,使其伪静态。 打开template/default(模板风格)/forum/viewthread_node_b...

cola man 2018-12-26 discuz教程
discuz X3.2 门户文章添加自定义字段教程
discuz X3.2 门户文章添加自定义字段教程

数据库操作 表:dz_portal_article_title 增加字段:例 `stick` tinyint(1) DEFAULT 0, `words` smallint(6) NOT NULL DEFAULT 0...

cola man 2018-12-26 discuz教程
discuz3.2 tag标签集合页 标签数量100修改为多个
discuz3.2 tag标签集合页 标签数量100修改为多个

discuz! x3.2的tag集合页面默认只显示100个tag标签,当网站帖子多了以后,可能tag标签也越来越多,100个少了点,可以修改下: 打...

cola man 2018-12-26 discuz教程
discuz 宽窄屏切换代码宽屏与窄屏切换代码$_G['setting']['switchwidthauto']
discuz 宽窄屏切换代码宽屏与窄屏切换代码$_G['setting']['switchwidthauto']

!--{if empty($_G[disabledwidthauto]) $_G[setting][switchwidthauto]}-- a href=javascript:; id=switchwidth onclick=widthau...

cola man 2018-12-26 discuz教程
discuz 切换网页风格样式代码
discuz 切换网页风格样式代码

!--{if $_G[uid] !empty($_G[style][extstyle])}--a id=sslct href=javascript:;{lang changestyle}/a!--{/if}--...

cola man 2018-12-26 discuz教程
discuz 增加diy按钮代码
discuz 增加diy按钮代码

判断后显示diy按钮: !--{if check_diy_perm($topic)}-- $diynav !--{/if}--...

cola man 2018-12-26 discuz教程
discuz 帖子内容页 上一页 下一页代码
discuz 帖子内容页 上一页 下一页代码

p!--{if !IS_ROBOT}--/ppspan class=Apple-tab-span style=white-space:pre /spandiv class=y/ppspan class=Apple-tab-span styl...

cola man 2018-12-26 discuz教程
discuz x3.2附件下载名称增加网站名代码
discuz x3.2附件下载名称增加网站名代码

打开source/module/forum/forum_attachment.php 找到: $thread $attachexists = TRUE; 复制代码 在后面增加 $attach[filename] ...

cola man 2018-12-26 discuz教程