You are here

README.txt in Drupal like (Flag counter) 8

Same filename and directory in other branches
  1. 7.3 README.txt
  2. 7 README.txt
  3. 7.2 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Recommended modules
 * Installation
 * Configuration

INTRODUCTION
------------

This module provides Facebook-like "Like" functionality using the Flag and
Lightbox2 modules.

It appends a string to the flag link that displays the number of time a piece of
content has been flagged. Different strings for different flags can be
configured. If Lightbox module is enabled, the count would show up in the modal
window.


REQUIREMENTS
------------

This module requires the following modules:

*Flag (http://drupal.org/project/flag):

Since this module majorly depends on the Flag module, the version numbering of
this module follows that of the Flag module. So 8.x-1.x of this module works
with 8.x-4.x of the Flag module.

*Views(http://drupal.org/project/views):

This module depends on Views to display a list of users who have flagged
content.


RECOMMENDED MODULES
-------------------

*Lightbox2(http://drupal.org/project/lightbox2):

Without Lightbox2, the list of users who have flagged content will show on a
separate page in plain HTML.The 7.x-2.10 version of this
module improves the default behavior to use CTools to display a modal when
Lightbox2 is not present. However,this version of this module has not been
designed to work with Drupal 8, nor is there any plans for porting this
module to Drupal 8. Colorbox 8.x-1.2(https://www.drupal.org/project/colorbox)
has been suggested as an alternative, BUT SO FAR NOBODY HAS TESTED/CONFIRMED
THAT IT WORKS WITH Dlike 8.x-1.x YET.


INSTALLATION
------------

 * Install as you would normally install a contributed Drupal module.
 See: https://goo.gl/2En3aT for further information.

 * You may want to disable Toolbar module since its output clashes with
Administration Menu.


CONFIGURATION
-------------

*Enable module on the module's page

-Go to the edit page of the desired flag. At the bottom of flag settings, enable
Drupal like and configure the strings.

*Enable Lightbox (Highly recommended)

-If Lightbox is enabled on the site, the count would open in a modal window,
else it would redirect to a blank page with the list of users who have flagged
that content.

*Admin may set permissions to restrict the viewing of users list. If a user is
not allowed to access the list of users, he would only see the count.

----------------------------------------------------------------------------------------------

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended modules
  6. * Installation
  7. * Configuration
  8. INTRODUCTION
  9. ------------
  10. This module provides Facebook-like "Like" functionality using the Flag and
  11. Lightbox2 modules.
  12. It appends a string to the flag link that displays the number of time a piece of
  13. content has been flagged. Different strings for different flags can be
  14. configured. If Lightbox module is enabled, the count would show up in the modal
  15. window.
  16. REQUIREMENTS
  17. ------------
  18. This module requires the following modules:
  19. *Flag (http://drupal.org/project/flag):
  20. Since this module majorly depends on the Flag module, the version numbering of
  21. this module follows that of the Flag module. So 8.x-1.x of this module works
  22. with 8.x-4.x of the Flag module.
  23. *Views(http://drupal.org/project/views):
  24. This module depends on Views to display a list of users who have flagged
  25. content.
  26. RECOMMENDED MODULES
  27. -------------------
  28. *Lightbox2(http://drupal.org/project/lightbox2):
  29. Without Lightbox2, the list of users who have flagged content will show on a
  30. separate page in plain HTML.The 7.x-2.10 version of this
  31. module improves the default behavior to use CTools to display a modal when
  32. Lightbox2 is not present. However,this version of this module has not been
  33. designed to work with Drupal 8, nor is there any plans for porting this
  34. module to Drupal 8. Colorbox 8.x-1.2(https://www.drupal.org/project/colorbox)
  35. has been suggested as an alternative, BUT SO FAR NOBODY HAS TESTED/CONFIRMED
  36. THAT IT WORKS WITH Dlike 8.x-1.x YET.
  37. INSTALLATION
  38. ------------
  39. * Install as you would normally install a contributed Drupal module.
  40. See: https://goo.gl/2En3aT for further information.
  41. * You may want to disable Toolbar module since its output clashes with
  42. Administration Menu.
  43. CONFIGURATION
  44. -------------
  45. *Enable module on the module's page
  46. -Go to the edit page of the desired flag. At the bottom of flag settings, enable
  47. Drupal like and configure the strings.
  48. *Enable Lightbox (Highly recommended)
  49. -If Lightbox is enabled on the site, the count would open in a modal window,
  50. else it would redirect to a blank page with the list of users who have flagged
  51. that content.
  52. *Admin may set permissions to restrict the viewing of users list. If a user is
  53. not allowed to access the list of users, he would only see the count.
  54. ----------------------------------------------------------------------------------------------