Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] discuz x3.1的插件hook问题

[复制链接]
zc19831108 发表于 2013-10-12 17:24:54 | 显示全部楼层 |阅读模式
我打算在帖子页写个插件,我用钩子viewthread_postaction,在 viewthread_postaction里面调用不到$postlist变量。

代码如下:



  1. if(!defined('IN_DISCUZ')) {
  2.         exit('Access Denied');
  3. }
  4. class plugin_eewbestreply {
  5.          
  6.    
  7. }



  8. class plugin_eewbestreply_forum extends plugin_eeworldbestreply {
  9.    
  10.         public function viewthread_postaction($p) {
  11.                 global $postlist;
  12.                 print_r($postlist);

  13.                 return array('sssssssssssssssssssssss');
  14.         }

  15. }
复制代码



1314学习网 发表于 2013-10-12 20:57:48 | 显示全部楼层
改成 viewthread_postaction_output,再更新缓存
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-15 01:13 , Processed in 0.022673 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表