Skip to content

colorcube/bookmark_pages

Repository files navigation

Bookmark Pages TYPO3 Extension

This is a TYPO3 extension that provides bookmarks functionality of local pages for logged in frontend users.

IMPORTANT

This extension has a new maintainer: https://github.com/buepro/typo3-bookmark_pages

Usage

TypoScript and fluid templates are just examples. Adapt it to your needs.

In the example templates there's nothing shown if the user is not logged in.

Further information: https://docs.typo3.org/p/colorcube/bookmark-pages/master/en-us/

Dependencies

  • TYPO3 6.2 - 8.7

Installation

Installation using Composer

In your Composer based TYPO3 project root, just do composer require colorcube/bookmark-pages.

Installation as extension from TYPO3 Extension Repository (TER)

Download and install the extension with the extension manager module.

Contribute