https://github.com/wapplersystems/typo3-guestbook
TYPO3 guestbook extension, back to the past
https://github.com/wapplersystems/typo3-guestbook
guestbook typo3 typo3-cms-extension typo3-extension
Last synced: 28 days ago
JSON representation
TYPO3 guestbook extension, back to the past
- Host: GitHub
- URL: https://github.com/wapplersystems/typo3-guestbook
- Owner: WapplerSystems
- License: gpl-2.0
- Created: 2021-10-04T11:26:02.000Z (over 3 years ago)
- Default Branch: release/v12
- Last Pushed: 2024-06-10T13:20:36.000Z (11 months ago)
- Last Synced: 2025-03-05T01:48:19.069Z (about 2 months ago)
- Topics: guestbook, typo3, typo3-cms-extension, typo3-extension
- Language: PHP
- Homepage:
- Size: 1.21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TYPO3 Extension ``ws_guestbook``
## Features
- Based on extbase & fluid, implementing best practices from TYPO3 CMS
- Frontend template based on Twitter Bootstrap
- Uses form extension
- Adjustable privacy page
- Uses form_crshield extension for spam protection
- Honeypot with the help of the form extension
- Adjustable mandatory fields
- Confirm/Decline of new entries by frontend too## Usage
### 1) Installation
#### Installation using Composer
The recommended way to install the extension is by using [Composer][1]. In your Composer based TYPO3 project root, just do `composer require wapplersystems/ws_guestbook`.
#### Installation as extension from TYPO3 Extension Repository (TER)
Download and install the extension with the extension manager module.
### 2) Minimal setup
1) Include the static TypoScript of the extension.
2) ....## Credits ##
* Sven Wappler
* Franziska Krug[1]: https://getcomposer.org/