问题标签 [modx-getresources]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
340 浏览

modx-revolution - Why is modx getResources and phpthumbof showing the same thumb nail for different resources?

I have a getResources call that shows 6 items on my homepage:

it does work showing 6 thumbs [for vehicles] but it shows the same thumb for each vehicle!

The output tag looks like:

Note that nothing is cached [!]

  • getResources does work correctly and returns six different images if I remove the phpthumbof bit
  • I've cleared all the different caches several times
  • [[!++gallery.files_url]] just returns the gallery path [/assets/gallery/]
  • [[!getgalleryAlbumCover? &id=`[[!+tv.vehiclegallery]] returns the actual name of the album cover
  • the /assets/components/gallery/cache/ directory is writable.

Why is it showing the same thumb for all 6 vehicles?

0 投票
1 回答
519 浏览

modx - Modx:如何使用 [[*published]]?

我正在使用 getResources 来显示资源列表,例如:

请注意,我正在使用showUnpublished.

现在,我想向已发布的资源添加一个类,因此在我的 getResources 模板块(listtemp)中,我有:

所以我希望这应该产生:

或者

但这不会发生 -[[*published]]无论资源是否已发布,都只会返回“1”。

谁能帮我吗?

0 投票
1 回答
785 浏览

modx - 将 AND 和 OR 条件与 getResources tvFilters 结合使用?

我正在结合表单和 PHP 来创建一种搜索。

我正在使用 getResources 的 tvFilters 来显示搜索结果,例如:

这有点工作。但是我需要想出一种方法来使用组合的 AND 和 OR 条件,比如在 SQL 中,例如:

显然,我尝试过使用括号,例如:

但我没有运气。

有人知道是否有办法实现这一目标吗?

0 投票
1 回答
1388 浏览

code-snippets - Modx - 获取当前上下文

我有两个上下文,我使用一个片段来获取当前上下文。该片段工作正常,但是当我在getResources调用中使用它时,它没有传递片段值。

上下文片段是

有人可以告诉我如何做到这一点。

0 投票
1 回答
410 浏览

modx-revolution - MODX 获取资源过滤器

我需要过滤我的 getResources,以便过滤资源的 [[*longtitle]] 与使用 getResources 片段的资源的 [[*pagetitle]] 匹配。

这可以做到吗?

谢谢

0 投票
1 回答
1359 浏览

modx - 如何按指定顺序对 Modx getResources 进行排序?

我们如何按照“资源”属性中指定的顺序对 modx getResources 调用进行排序?

我有:

其中: HomePageUpcomingEvents 是一个逗号分隔的 id 列表,我想按特定顺序显示:6405、6154、6991

0 投票
1 回答
106 浏览

modx - 日期电视格式在 getResources 模板块中的显示方式不同

我正在使用具有自定义格式的日期电视:%b %e, %Y显示为:May 6, 2015

但是,我在让它在 getResource 块中正确显示时遇到问题,例如:[[+tv.NewsDate]].

日期出现但不遵循自定义格式。它恢复为默认值。

关于如何实现这一目标的任何想法?

0 投票
2 回答
257 浏览

modx - modx getResources 电视

我有一个基于 ModXCMS 2.1.4 的体育俱乐部页面。对于运动课程的列表,我有 appr。30 不同的文件。每个都有模板变量,如 abteilung、Wochentag、Startzeit 等。 tv.Wochentag 包含 Montag、Dienstag、Mittwoch、Donnerstag、Freitag、Samstag、Sonntag 作为工作日。

现在我的问题:输出没有按变量排序。这是我的代码:

最后,我想按 Wochentag(工作日)和 StartZeit(开始时间/时间)进行排序。我做错了什么?有没有人对此有任何暗示。

提前致谢

基督教

0 投票
1 回答
53 浏览

modx - getResources:按 &resources 属性订购资源的方式?

我想按照我在属性中的顺序订购资源,$resources例如:

2,6,3,8

但这似乎与菜单索引无关。

有谁知道实现这一目标的方法?

我的 getResources 调用:

0 投票
2 回答
455 浏览

modx - 如何使用 getResources 显示文章中的模板变量?

我想使用“getResources”在我的主页上显示“文章”额外的文章。

这是我主页的代码:

这是我的sample.ArticlesLatestPostTpl

我的模板变量是[[*myimage]]

但是我看不到文章的模板变量。相反,我看到了主页的模板变量。

有人可以帮助我吗?