Go Back

Module Drupal Illustration Voir sur Drupal.org
Nb téléchargements : 634

Components

  • Code
  • Documentation
  • Miscellaneous
  • User interface

Images



Licence

http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

permet d'avoir un Bouton de retour en arrière, personnalisable

Release

Status : Published
Projects : Modules
Maintenance status : Actively maintained
Development status : Under active development
Supported Branches : 8.x-1.
shield Stable releases for this project are covered by the security advisory policy.

Description

Allows you to add a block to any type of content. This block adds a button that allows us to return to the previous page that we visited on the site or customize the page where we want it to redirect.

Installation

Install this module via composer by running the following command:

composer require drupal/go_back

Basic usage

We have 3 modes of use:

  • Custom URL: It allows us to add a custom url to the block button so that the user can go where we want, the customization is independent for each type of content. This url will be used also if the user comes from outside the site and the smart mode is activated.
  • Smart Mode: The button of the block will take as url the last one of the site that we have visited, we can activate this option for each type of content, in the case that we come from outside the site, the url custom will be url.
  • Particular path: Add a specific route where you want the go back block to appear.


Toutes les informations proviennent du site drupal.org