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教程
discuz x3.2调用tag标签和相关帖子数量代码
discuz x3.2调用tag标签和相关帖子数量代码

!--{eval $mtags = DB::fetch_all(SELECT a.tagid, a.tagname, count(b.tagid) as tag_count FROM .DB::table(common_tag). a LE...

cola man 2018-12-27 discuz教程
discuz 文章列表页调用远程图片
discuz 文章列表页调用远程图片

之前的帖子里写过调用上传的图片,这里再加上调用多张远程图片。 上传的原图是存在表pre_portal_attachment(门户文章附件表)里...

cola man 2018-12-27 discuz教程
discuz x3.2 删除本主题最后由xx于xx编辑 移到正文下面
discuz x3.2 删除本主题最后由xx于xx编辑 移到正文下面

帖子里的最后由xx于xx编辑这种备注性的提示信息显示在帖子顶部占用很大位置,非常别扭。 可以把它移到帖子正文底部。 1.打开/sou...

cola man 2018-12-27 discuz教程