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教程
discuz! x3.2模板common目录文件详细名称说明
discuz! x3.2模板common目录文件详细名称说明

/template/default/common公共模板目录全局加载 block_forumtree.htmDIY论坛树形列表模块 block_thread.htmDIY帖子模块调用文件 ...

cola man 2018-12-26 discuz教程
discuz 修改网站前端页面“积分”名称
discuz 修改网站前端页面“积分”名称

目录 打开source/language/lane_template.php 找到credits=积分, 把文字换成需要的命名即可。...

cola man 2018-12-26 discuz教程
discuz 内容页TAG代码$post[tags]
discuz 内容页TAG代码$post[tags]

文件:template/default/forum/viewthread_node_body.htm 内容页的标签调用代码如下: p!--{if empty($_G[disabledwidthauto]) $...

cola man 2018-12-26 discuz教程