https://github.com/ayecode/flarum-restrictions
Custom flarum restrictions for our forum
https://github.com/ayecode/flarum-restrictions
Last synced: 6 months ago
JSON representation
Custom flarum restrictions for our forum
- Host: GitHub
- URL: https://github.com/ayecode/flarum-restrictions
- Owner: AyeCode
- Created: 2025-01-15T10:10:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T18:34:48.000Z (11 months ago)
- Last Synced: 2025-06-20T13:00:39.928Z (7 months ago)
- Language: PHP
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AyeCode Flarum Restrictions
A Flarum extension to restrict content based on EDD licenses.
## Installation
```bash
composer require ayecode/flarum-restrictions
```
## Features
- Restrict access to specific tags based on EDD product licenses
- Controls viewing and replying permissions
- Integrates with WordPress and EDD license system
## Configuration
1. Install the extension via composer
2. Enable it in the Flarum admin panel
3. Configure tag restrictions in the settings
## License
This extension is licensed under the MIT License.
## Changelog
= 0.1.9 =
* added GD core forum to open forums
= 0.1.7 =
* Alert notice shows on general forum and topics - FIXED
* Remove debugging - CHANGED