Drupal-在灯箱中加载节点?
我应该如何在灯箱中加载节点?
我做到了这一点:
<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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
非常好的解决方案将使用模块contextphp,delta + omega 主题 3.x
Contextphp 条件代码:
Very nice solution will be using modules contextphp, delta + omega theme 3.x
Contextphp condirions code: