Discuz! X3.4触屏版上传图片尺寸修改及图像质量增强教程
Discuz! X3.4触屏版上传图片尺寸修改及图像质量增强教程

Discuz! X3.4的触屏版是应用的html5 canvas接口进行处理图片的。 我们要修改的文件位于:/static/js/mobile/buildfileupload.js ...

cola man 2018-12-27 discuz教程
Discuz!个人资料完成进度代码
Discuz!个人资料完成进度代码

!--{eval $profileprogress = DB::result(DB::query(SELECT profileprogress FROM .DB::table(common_member_status). WHERE uid...

cola man 2018-12-27 discuz教程
discuz 去掉内容图片提示下载方法(去除图片提示下载附件)
discuz 去掉内容图片提示下载方法(去除图片提示下载附件)

找到template\default\forum\discuzcode.htm 搜索到代码 img{if $attach[price] $_G[forum_attachmentdown] $_G[uid] != $attach...

cola man 2018-12-27 discuz教程
discuz 个人资料页广播添加验证码
discuz 个人资料页广播添加验证码

目录 在文件根目录下找到相关文件,路径如下: source/module/home/home_follow.php 打开home_follow.php?大概在?170行 找到以下...

cola man 2018-12-27 discuz教程
discuz 个人资料页加权限
discuz 个人资料页加权限

1.进入文件夹 ./source/include/space/ 打开space_profile.php 2.在该文件第21行下,添加以下代码: if(in_array($_G[groupid], ...

cola man 2018-12-27 discuz教程
discuz X3.2diy调用指定日期帖子
discuz X3.2diy调用指定日期帖子

依然是用自定义可diy页面来测试的,自定义页面的制作之前发过,网上也有很多教程,这里只贴下模板代码: !--{template common/he...

cola man 2018-12-27 discuz教程
discuz 首页调用门户文章带分页
discuz 首页调用门户文章带分页

之前一直琢磨首页分页,想要wordpress那种效果,根据网上的教程尝试过很多遍都没有成功,此方式非diy。 门户首页模板index.htm顶...

cola man 2018-12-27 discuz教程
discuz 帖子查看次数$_G[forum_thread][views]
discuz 帖子查看次数$_G[forum_thread][views]

在Discuz中,出现在帖子列表页中时,默认表示调用主题的查看次数 后面通常跟{lang show}一起出现: {lang show}: $_G[forum_thre...

cola man 2018-12-27 discuz教程
discuz! 调用楼主所在会员组名代码
discuz! 调用楼主所在会员组名代码

调用会员组代码$post[authortitle],默认只在viewthread_node.htm中生效,单独使用在viewthread_node.htm中调用的是最后回帖作者...

cola man 2018-12-27 discuz教程
Discuz! 帖子外链自动添加nofollow的方法
Discuz! 帖子外链自动添加nofollow的方法

让系统自动把外链都加上nofollow属性,修改方法如下: 1. 打开目录source/function/function_discuzcode.php文件,查找parseurl函...

cola man 2018-12-27 discuz教程