jweiland / sponsoring
Display and manage sponsoring projects like competitions
Installs: 3 453
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 2
Type:typo3-cms-extension
Requires
- jweiland/maps2: >=8.0.0
- jweiland/service-bw2: >=5.0
- typo3/cms-core: ^10.4.36 || ^11.5.23
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- nimut/testing-framework: ^6.0
- phpspec/prophecy-phpunit: ^2.0
- phpunit/phpunit: ^9.5
- roave/security-advisories: dev-latest
README
With sponsoring
you can create, manage and display projects/promotions like
f.e. a competition.
1 Features
- Create projects with its ID, description and contact person
- Assign an Organizer to a project
- Organizer can be a simple text-field
- You can choose an organizer out of Service BW API (EXT:service_bw2)
- Assign project to a promotion which is based on sys_category in TYPO3
- Add one or more images
- Choose from one of the default promotion types like
Money
andService
and add it to promotion value.
Currently sponsoring
has a hard-coded dependency to EXT:service_bw2. That's why
it will only work for BW in germany.
2 Usage
2.1 Installation
Installation using Composer
The recommended way to install the extension is using Composer.
Run the following command within your Composer based TYPO3 project:
composer require jweiland/sponsoring
This will also install jweiland/maps2
and jweiland/service-bw2
as dependencies
into your TYPO3 system.
Installation as extension from TYPO3 Extension Repository (TER)
Download and install sponsoring
with the extension manager module.
2.2 Minimal setup
- Include the static TypoScript of the extension.
- Create project records on a sysfolder.
- Add sponsoring plugin on a page and select at least the sysfolder as startingpoint.