v1/web/modules/contrib/flag
Gdilove 927f32325b 初始化 2023-11-13 20:36:13 +08:00
..
config 初始化 2023-11-13 20:36:13 +08:00
css 初始化 2023-11-13 20:36:13 +08:00
images 初始化 2023-11-13 20:36:13 +08:00
js 初始化 2023-11-13 20:36:13 +08:00
modules 初始化 2023-11-13 20:36:13 +08:00
scripts/js 初始化 2023-11-13 20:36:13 +08:00
src 初始化 2023-11-13 20:36:13 +08:00
templates 初始化 2023-11-13 20:36:13 +08:00
tests 初始化 2023-11-13 20:36:13 +08:00
.eslintignore 初始化 2023-11-13 20:36:13 +08:00
.eslintrc.json 初始化 2023-11-13 20:36:13 +08:00
.eslintrc.legacy.json 初始化 2023-11-13 20:36:13 +08:00
.eslintrc.passing.json 初始化 2023-11-13 20:36:13 +08:00
.gitignore 初始化 2023-11-13 20:36:13 +08:00
.stylelintrc.json 初始化 2023-11-13 20:36:13 +08:00
JAVASCRIPT.md 初始化 2023-11-13 20:36:13 +08:00
LICENSE.txt 初始化 2023-11-13 20:36:13 +08:00
README.md 初始化 2023-11-13 20:36:13 +08:00
flag.api.php 初始化 2023-11-13 20:36:13 +08:00
flag.info.yml 初始化 2023-11-13 20:36:13 +08:00
flag.install 初始化 2023-11-13 20:36:13 +08:00
flag.libraries.yml 初始化 2023-11-13 20:36:13 +08:00
flag.links.action.yml 初始化 2023-11-13 20:36:13 +08:00
flag.links.menu.yml 初始化 2023-11-13 20:36:13 +08:00
flag.links.task.yml 初始化 2023-11-13 20:36:13 +08:00
flag.module 初始化 2023-11-13 20:36:13 +08:00
flag.permissions.yml 初始化 2023-11-13 20:36:13 +08:00
flag.post_update.php 初始化 2023-11-13 20:36:13 +08:00
flag.routing.yml 初始化 2023-11-13 20:36:13 +08:00
flag.services.yml 初始化 2023-11-13 20:36:13 +08:00
flag.tokens.inc 初始化 2023-11-13 20:36:13 +08:00
flag.views.inc 初始化 2023-11-13 20:36:13 +08:00
flag.views_execution.inc 初始化 2023-11-13 20:36:13 +08:00
package.json 初始化 2023-11-13 20:36:13 +08:00
yarn.lock 初始化 2023-11-13 20:36:13 +08:00

README.md

CONTENTS OF THIS FILE

  • Introduction
  • Requirements
  • Installation
  • Configuration
  • Support requests
  • History and Maintainers

INTRODUCTION

The Flag module allows you to define a boolean toggle field and attach it to a node, comment, user, or any entity type. You may define as many of these 'flags' as your site requires. By default, flags are per-user. This means any user with the proper permission may chose to flag the entity.

REQUIREMENTS

No special requirements.

INSTALLATION

CONFIGURATION

Configuration of Flag module involves creating one or more flags.

  1. Go to Admin > Structure > Flags, and click "Add flag".

  2. Select the target entity type, and click "Continue".

  3. Enter the flag link text, link type, and any other options.

  4. Click "Save Flag".

  5. Under Admin > People, configure the permissions for each Flag.

Once you are finished creating flags, you may choose to use Views to leverage your new flags.

SUPPORT REQUESTS

Before posting a support request, check Recent log entries at admin/reports/dblog

Once you have done this, you can post a support request at module issue queue: https://www.drupal.org/project/issues/flag

When posting a support request, please inform what does the status report say at admin/reports/dblog and if you were able to see any errors in Recent log entries.

HISTORY AND MAINTAINERS

This module was formerly known as Views Bookmark, which was originally was written by Earl Miles. Later versions of Flag were written by Nathan Haug and Mooffie. Flag 8.x was written by socketwench.

Current Maintainers: