模板变量不会从默认值更新

发布于 2024-11-30 17:40:26 字数 275 浏览 1 评论 0原文

我是 ModX 的新手,但我已经为图像 ( image-1 ) 创建了一个模板变量 (TV) 。

然后我设置一个默认值,并将电视分配给我的 Home_Template,单击“保存”。

在该模板中创建一些简单的 html:

<li>[*image-1*]</li>

正如预期的那样,模板变量在此屏幕上可用。所以我选择要显示的图像并保存。它出现在该模板屏幕的预览中,但不在实际网站上。

有什么想法吗?

I'm new to ModX, but I have created a Template Variable (TV) for an Image ( image-1 ) .

Then I set a default value, and assign the TV to my Home_Template, click save.

Create some simple html in that template:

<li>[*image-1*]</li>

As expected, the template variable is available on this screen. So I select the image I want to display, and save. It appears in the preview for this template screen, but not on the actual website.

Any ideas?

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

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

发布评论

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

评论(1

岛徒 2024-12-07 17:40:26

检查您的缓存设置〜可能最好在开发过程中完全关闭缓存。

还可以尝试调用您的代码片段 &变量为“未缓存”例如:

[!*image*] 

这看起来像进化代码,如果可能的话最好切换到革命。

-肖恩

check your caching settings ~ probably best to turn off caching completely during development.

also try calling your snippets & variables as 'uncached' ex:

[!*image*] 

this looks like evolution code, best to switch to revolution if at all possible.

-sean

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