基于 drupal 节点的 cck 字段在视图中创建自定义菜单

发布于 2024-10-13 07:16:53 字数 153 浏览 2 评论 0原文

我有一系列委员会,每个委员会都有多种类型的内容,例如:主页、成员页面、链接页面以及带有名称的 cck 字段,我想根据以下值在每个委员会页面的视图中创建一个菜单块cck 字段中的名称并将唯一的一个块打印到所有页面。他们是在视图中使用令牌来完成此任务的一种方法,或者是一个单独的模块来完成此任务。

I have a series of committees each one has multiple types of content ex: home page, members page, links page along with a cck field with the name I would like to create a menu block in views for each committees pages based on the value of the name in the cck field and print the only one block to all the pages. is their a way to use tokens in views to accomplish this or a separate module that will accomplish this.

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

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

发布评论

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

评论(2

旧话新听 2024-10-20 07:16:53

最简单的方法可能是创建一个块视图,显示每个委员会的 cck 字段的 li 列表。然后您可以将其设置为菜单的样式。

The easiest way may be to just create a block view that displays an li list of the cck field for each committee. You can then style this like your menu.

各自安好 2024-10-20 07:16:53

在继续查看使用视图参数和默认 php 参数后,我找到了一种方法,我为每个委员会创建了一个 if elseif 语句。

I found a way to do it after continuing to look using views arguments and default php argument i created an if elseif statement for each committee.

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