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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] DISCUZ x3.2插件钩子问题

[复制链接]
小鱼儿1003 发表于 2014-11-11 17:01:57 | 显示全部楼层 |阅读模式
插件想在 viewthread_postheader 钩子处无法显示东西怎么回事???
  1. function viewthread_postheader(){
  2.                 //帖子页 帖子内容下方
  3.                 global $_G,$post;
  4.                 $html = array();
  5.                 $i =0;
  6.                
  7.                 echo '<pre>';
  8.                 print_r($_post);
  9.                 echo '</pre>';
  10.                
  11.                 foreach($post as $key => $value){
  12.                         if($value['first'] ==1){
  13.                                 $html[] = 'asdfasdf';
  14.                         }else{
  15.                                 $html[] = '';
  16.                         }
  17.                         $i ++;
  18.                 }
  19.                 return $html;
  20.         }
复制代码



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

本版积分规则

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

GMT+8, 2024-9-28 10:20 , Processed in 0.388360 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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