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教程
discuz 发帖时间在viewthread.php模板中的调用代码
discuz 发帖时间在viewthread.php模板中的调用代码

因为模板改动,将viewthread_node.php的发帖时间复制到了viewthread.php模板中使用,$post[dateline],结果,调用的是最后回帖时...

cola man 2018-12-26 discuz教程
discuz 关于默认配色出错的问题
discuz 关于默认配色出错的问题

今天在改动扩展配色时遇到了一个问题,默认配色变成了扩展配色,导致无法切换回默认配色。 1.更新缓存无效。 2.默认配色的样式在...

cola man 2018-12-26 discuz教程
discuz 帖子列表页调用摘要代码
discuz 帖子列表页调用摘要代码

需要修改文件/source/module/forum/forum_forumdisplay.php 第812行左右找到: $threadids[$threadindex] = $thread[tid]; 复制...

cola man 2018-12-26 discuz教程
discuz 元素上下单行滚动效果
discuz 元素上下单行滚动效果

效果:竖排列表 元素上下滚动 上一行显示 下一行消失 代码: ul id=tu87_index_comments_tips style=height:305px;overflow: hid...

cola man 2018-12-26 discuz教程
discuz 帖子内容页调用tag标签代码$post[tags]
discuz 帖子内容页调用tag标签代码$post[tags]

内容页的标签代码所在文件:template/default/forum/viewthread_node_body.htm 代码: !--{if $post[first] ($post[tags] || $re...

cola man 2018-12-26 discuz教程
discuz 宽窄屏切换按钮代码
discuz 宽窄屏切换按钮代码

设置了宽屏和窄屏可以自由切换的时候,输出宽屏和窄屏的切换按钮。 p!--{if empty($_G[disabledwidthauto]) $_G[setting][switch...

cola man 2018-12-26 discuz教程
discuz! x3.2调用作者最新帖子
discuz! x3.2调用作者最新帖子

代码来源于某个模板,只能调用作者发布在图片列表模式下的主题,而且只有管理员发的帖子才显示。不懂为什么。 代码: !--{eval $...

cola man 2018-12-26 discuz教程