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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

QQ登陆不显示的都来看看这个

[复制链接]
hnvod 发表于 2011-9-27 10:30:11 | 显示全部楼层 |阅读模式

x2钩子加载的规则是:
在source\class\class_template.php文件
  • $headerexists = preg_match("/{(sub)?template\s+[\w\/]+?header\}/", $template);
  • ...省略部分...
  • $headeradd = $headerexists ? "hookscriptoutput('$basefile');" : '';

复制代码

如果可以匹配到"/{(sub)?template\s+[\w\/]+?header\}/",则加载钩子"hookscriptoutput('$basefile');"。


你prize/index.htm文件里加载头部的代码为:
  • <!--{subtemplate common/header_prize}-->

复制代码

不满足上面的匹配规则,导致无法加载钩子。

将header_prize.htm改为prize_header.htm,代码里通过prize_header进行调用。

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

本版积分规则

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

GMT+8, 2024-11-24 23:49 , Processed in 0.019029 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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