• <tfoot id='FZi49'></tfoot>
    • <bdo id='FZi49'></bdo><ul id='FZi49'></ul>

    1. <small id='FZi49'></small><noframes id='FZi49'>

      <i id='FZi49'><tr id='FZi49'><dt id='FZi49'><q id='FZi49'><span id='FZi49'><b id='FZi49'><form id='FZi49'><ins id='FZi49'></ins><ul id='FZi49'></ul><sub id='FZi49'></sub></form><legend id='FZi49'></legend><bdo id='FZi49'><pre id='FZi49'><center id='FZi49'></center></pre></bdo></b><th id='FZi49'></th></span></q></dt></tr></i><div id='FZi49'><tfoot id='FZi49'></tfoot><dl id='FZi49'><fieldset id='FZi49'></fieldset></dl></div>
      <legend id='FZi49'><style id='FZi49'><dir id='FZi49'><q id='FZi49'></q></dir></style></legend>
      1. drupal 视图对这个用例有用吗

        Is a drupal View useful for this use case(drupal 视图对这个用例有用吗)
          <bdo id='VAi3d'></bdo><ul id='VAi3d'></ul>
          <tfoot id='VAi3d'></tfoot>

          <small id='VAi3d'></small><noframes id='VAi3d'>

              <tbody id='VAi3d'></tbody>

                <i id='VAi3d'><tr id='VAi3d'><dt id='VAi3d'><q id='VAi3d'><span id='VAi3d'><b id='VAi3d'><form id='VAi3d'><ins id='VAi3d'></ins><ul id='VAi3d'></ul><sub id='VAi3d'></sub></form><legend id='VAi3d'></legend><bdo id='VAi3d'><pre id='VAi3d'><center id='VAi3d'></center></pre></bdo></b><th id='VAi3d'></th></span></q></dt></tr></i><div id='VAi3d'><tfoot id='VAi3d'></tfoot><dl id='VAi3d'><fieldset id='VAi3d'></fieldset></dl></div>
                1. <legend id='VAi3d'><style id='VAi3d'><dir id='VAi3d'><q id='VAi3d'></q></dir></style></legend>

                  本文介绍了drupal 视图对这个用例有用吗的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我有一个要呈现给用户的节点列表.然后用户选择 3,我需要记住这个决定,以便稍后我可以将它们显示在一个较小的列表中(您的选择列表).

                  I have a list of nodes that I want to present to the user. The user then picks 3 and I need to remember that decision so I can present them in a smaller list later (your choices list).

                  为了显示节点的完整列表,我将仅使用视图来获取所有已发布的节点.

                  To present the full list of nodes, I will just use views to get all published nodes.

                  问题是我如何存储这 3 个选择,以便我可以将它们拉到您的选择列表"中?我应该使用什么结构来保存它们?创建一个名为 list 的内容类型或使用视图.不确定,或者这个用例有更合乎逻辑的东西?

                  The question is how do I store those 3 choices so I can pull them in the "your choices list"? What structure should I use to save them? create a content type called list or use views. Not sure, or there's something more logical for this use case?

                  推荐答案

                  你肯定想仔细看看 标志模块.它为标记"(或标记)节点、用户和评论以及良好的视图集成提供了一个灵活的系统.

                  You most definitely want to take a closer look at the Flag module. It provides a flexible system for 'flagging' (or marking) nodes, users and comments, along with good views integration.

                  使用它,您可以创建一个收藏夹"标志,将其设置为每个用户",您的用户可以使用它来标记节点.通过视图集成,您可以通过多种方式在这些标志上创建自定义视图过滤,因此您可以轻松创建显示这些收藏夹的页面和块.

                  Using this, you could create a flag 'favorite', set it as 'per user' and your users can use this to mark nodes. With the views integration, you can create custom views filtering on those flags in many ways, thus you can easily create pages and blocks that display those favorites.

                  我不确定它是否支持限制,例如每个用户开箱即用的三个标志,但它也带有一个 API,所以你应该能够影响这样的事情(虽然不能保证;)

                  I'm not sure if it supports a limitation to e.g. three flags per user out of the box, but it also comes with an API so you should be able to influence things like that (no guarantee, though ;)

                  您可能还想检查以下内容,但我没有使用它们的经验,所以不知道它们是否合适和/或符合您的要求:

                  You might also want to check the following, but I have no experience using them, so no idea if they are good and/or fit your bill:

                  • 收藏节点模块
                  • 收藏夹模块

                  这篇关于drupal 视图对这个用例有用吗的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                  PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                  mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                  Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                  Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                  Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)
                    <tbody id='hNBYE'></tbody>
                  • <bdo id='hNBYE'></bdo><ul id='hNBYE'></ul>
                            <tfoot id='hNBYE'></tfoot>

                            <small id='hNBYE'></small><noframes id='hNBYE'>

                            <i id='hNBYE'><tr id='hNBYE'><dt id='hNBYE'><q id='hNBYE'><span id='hNBYE'><b id='hNBYE'><form id='hNBYE'><ins id='hNBYE'></ins><ul id='hNBYE'></ul><sub id='hNBYE'></sub></form><legend id='hNBYE'></legend><bdo id='hNBYE'><pre id='hNBYE'><center id='hNBYE'></center></pre></bdo></b><th id='hNBYE'></th></span></q></dt></tr></i><div id='hNBYE'><tfoot id='hNBYE'></tfoot><dl id='hNBYE'><fieldset id='hNBYE'></fieldset></dl></div>

                          • <legend id='hNBYE'><style id='hNBYE'><dir id='hNBYE'><q id='hNBYE'></q></dir></style></legend>