Drupal:如何*始终*在我的视图顶部显示特定节点?

发布于 2024-08-29 07:27:40 字数 72 浏览 2 评论 0原文

我正在 Drupal 中使用视图。

我想始终在视图顶部显示特定节点,而不管其他排序标准如何。

谢谢

I'm using Views in Drupal.

I would like to show a specific node always on top of my View regardless of other sort criterias.

thanks

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

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

发布评论

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

评论(3

树深时见影 2024-09-05 07:27:40
  1. 在视图中 - 添加排序类型:“节点:粘性” - 降序。
  2. 在节点添加/编辑中,单击发布选项中的“粘性在列表顶部”。
  1. in Views - add sort type: "Node: Sticky" - descending order.
  2. In node adding/editing click on "Sticky at top of lists" in Publishing options.
雨后彩虹 2024-09-05 07:27:40

尼基特是对的。出于这个原因,粘性被内置到默认内容类型中。但您必须将其添加到您的排序类型中。

或者,如果您已经将 Sticky 用于其他用途,则可以添加自己的 CCK 类型并按该类型进行排序。

或者,例如,如果您按发布日期排序,则将发布日期覆盖为过去或将来的某个时间,具体取决于您的排序方式,但这是一种黑客行为。

Nikit is right. Sticky is built into the default content types for just this reason. But you have to add it to your sort type.

Or, you could add your own CCK type and sort by that, if you're already using Sticky for something else.

Or, if you're sorting by post date, for example, override the post date to be sometime far in the past or future, depending on how you're sorting, but that's a hack.

马蹄踏│碎落叶 2024-09-05 07:27:40

好吧,请确保排序标准位于排序标准列表的顶部。 ;)

Well, make sure that sort criteria is at the top of your sort criterias list. ;)

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