Drupal-在灯箱中加载节点?

发布于 2024-10-31 09:34:06 字数 418 浏览 7 评论 0原文

我应该如何在灯箱中加载节点?

我做到了这一点:

<a href="mysite.com/node/59/lightbox2" rel="lightframe[|width:751px; height:500px;]">Size Dimensions</a>

但我需要主题灯箱,当我将 page-node-lightbox2.tpl.php 复制到我的主题文件夹时,所有灯箱显示的都是文本:

<!--[if lt IE 7]> 

这对我来说不是一个大问题,但只是我的解决方案如果节点 ID 在 url 中,则有效,但我不能使用 url 快捷方式。这让我认为他们一定是更好的方法,但我在任何地方都找不到适合我的文档。

谢谢

How should I load a node in a lightbox?

I managed with this:

<a href="mysite.com/node/59/lightbox2" rel="lightframe[|width:751px; height:500px;]">Size Dimensions</a>

But I need to theme the lightbox and when I copy page-node-lightbox2.tpl.php to my theme folder then all the lightbox shows is the text:

<!--[if lt IE 7]> 

Its not a big problem for me, but my solution only works if the node id is in the url, I cant use the url shortcut instead. This makes me think their must be a better way to do it, but I cant find documentation that works for me anywhere.

Thanks

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

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

发布评论

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

评论(1

新雨望断虹 2024-11-07 09:34:06

非常好的解决方案将使用模块contextphpdelta + omega 主题 3.x

Contextphp 条件代码:

return $_GET['format'] == 'simple';

Very nice solution will be using modules contextphp, delta + omega theme 3.x

Contextphp condirions code:

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