Drupal - 代码可以在 page.tpl.php 中运行,但不能在块中运行

发布于 2024-10-28 12:58:56 字数 331 浏览 1 评论 0原文

以下代码在我的 page.tpl.php 中工作正常,但我无法让它在块中工作:

<?php if (function_exists('twitter_pull_render')) { print twitter_pull_render('@ahmednuaman', $title = NULL, $num_items = 5); } ?>

我尝试了完整的 html 和 php 输入格式。我尝试删除开始和结束 php 标签。我尝试关闭所有输入过滤器。

任何人都知道为什么这不起作用?我之前没有尝试过将 php 放在一个块中,所以我可能做错了。 谢谢

The following code works fine in my page.tpl.php but I cant get it to work in a block:

<?php if (function_exists('twitter_pull_render')) { print twitter_pull_render('@ahmednuaman', $title = NULL, $num_items = 5); } ?>

Ive tried full html and php input formats. Ive tried removing the opening and closing php tags. Ive tried turning off all my input filters.

Anyone have any ideas why this isn't working? I havn't tried putting php in a block before so I might be doing it wrong.
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风情万种。 2024-11-04 12:58:56

结果 php 输入模块被禁用,但 php 输入过滤器仍然显示为该块的选项。

Turns out the php input module was disabled, but the php input filter still showed up as an option for the block.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文