将页面 ID 传递给 PyroCMS 插件的最佳方法?
我开发了一个模块,允许用户将图像上传到一个小画廊小部件。当他们通过管理面板上传图片时,还可以指定图像显示在哪个页面上。这一切都工作正常,我在数据库中有一个表引用带有图像 ID 的页面 ID。我不确定的是如何将页面 ID 传递给插件,以便它可以显示正确的图像。
这里最好的方法/语法是什么?我正在想象这样的事情:
{{ gallery:render id=this_page_id }}
其中 this_page_id 将是页面的唯一 ID。有人能指出我正确的方向吗?
干杯,菲尔
I've developed a module which allows the user to upload images to a little gallery widget. When they upload the pics through the admin panel then can also assign which page the image appears on. This all works fine and I have a table in database referencing page IDs with image IDs. The bit I'm not sure about is how to pass the page ID to the plugin so it can display the correct images.
What would be the best approach/syntax here? I'm imagining something like this :
{{ gallery:render id=this_page_id }}
where this_page_id would be the unique ID of the page. Can anyone point me in the right direction?
Cheers, Phil
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过 @PyroCMS Twitter 帐户提供的解决方案 -
Solution provided via the @PyroCMS Twitter account -