discuz核心函数库function_core的函数注释
discuz核心函数库function_core的函数注释

/*** 系统错误处理* @param type $message 错误信息* @param type $show 是否显示信息* @param type $save 是否存入日志* @param...

cola man 2018-12-21 discuz教程
Discuz调用用户勋章方法
Discuz调用用户勋章方法

$user_medal = C::t(common_member_medal)-fetch_all_by_uid($_G[uid]); foreach($user_medal as $k=$value){ $us_medal = reset...

cola man 2018-12-21 discuz教程
discuz帖子截取简介str_replace函数和messagecutstr函数组合使用
discuz帖子截取简介str_replace函数和messagecutstr函数组合使用

正文截取简介 str_replace(array(\r, \n), , messagecutstr(strip_tags($v[message]), 250)); 复制代码...

cola man 2018-12-21 discuz教程
discuz模板开发无缓存开启方法
discuz模板开发无缓存开启方法

在开发模板的时候,每次更改都需要到后台更新缓冲,这是一件很痛苦的事情,为了方面开发,可以使用下面的方法来设置! 设置以后...

cola man 2018-12-21 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-21 discuz教程
阿里云提示 Didcuz memcache+ssrf GETSHELL漏洞 修复方法
阿里云提示 Didcuz memcache+ssrf GETSHELL漏洞 修复方法

使用阿里云的同学最近可能都收到了,阿里云给出的警告! 漏洞名称如下: Didcuz memcache+ssrf GETSHELL漏洞 那么DZ起点网在这给...

cola man 2018-12-21 discuz教程
discuz实现手机版播放优酷.swf视频教程
discuz实现手机版播放优酷.swf视频教程

此教程仅适合视频链接为:一下格式的视频引用 http://player.youku.com/player.php/sid/XMTYzNjQzNjE2MA==/v.swf 复制代码 修改...

cola man 2018-12-21 discuz教程
discuz getuserprofile($field) 获取当前用户扩展字段
discuz getuserprofile($field) 获取当前用户扩展字段

getuserprofile($field) 复制代码 获取当前用户扩展字段 可以使用的扩展字段: count = array(extcredits1,extcredits2,extcredi...

cola man 2018-12-21 discuz教程
$article['related']Discuz 门户文章内容页的相关文章
$article['related']Discuz 门户文章内容页的相关文章

Discuz 门户文章内容页的相关文章 默认模板路径 template\default\portal\view.htm 其代码为 !--{if $article[related]}-- div i...

cola man 2018-12-21 discuz教程
详细分析 Discuz 中的showmessage()函数 及 用法
详细分析 Discuz 中的showmessage()函数 及 用法

函数所在文件: function_core.php 所在路径 source/function/ 源代码: function showmessage($message, $url_forward = , $val...

cola man 2018-12-21 discuz教程