将页面 ID 传递给 PyroCMS 插件的最佳方法?

发布于 2025-01-07 11:08:58 字数 296 浏览 0 评论 0原文

我开发了一个模块,允许用户将图像上传到一个小画廊小部件。当他们通过管理面板上传图片时,还可以指定图像显示在哪个页面上。这一切都工作正常,我在数据库中有一个表引用带有图像 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 技术交流群。

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

发布评论

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

评论(1

老子叫无熙 2025-01-14 11:08:58

通过 @PyroCMS Twitter 帐户提供的解决方案 -

{{ gallery:render id=page:id }}

Solution provided via the @PyroCMS Twitter account -

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