ralkage/flarum-ext-ad-management
最新稳定版本:v2.0.0-beta.8
Composer 安装命令:
composer require ralkage/flarum-ext-ad-management
包简介
Comprehensive ad management system for Flarum with zones, analytics, and ad owner self-service.
README 文档
README
A comprehensive ad management system for Flarum forums. Supports image banners, HTML/JS ads, and Google AdSense with zones, analytics, an approval workflow, and a user self-service portal.
Features
- Ad Zones — Named positions (
header,below_header,between_posts,sidebar,above_footer,footer,custom) with optional dimension constraints - Ad Types — Image banners, raw HTML/JS, and Google AdSense units
- Rotation — One random ad per zone per page load (randomized each visit)
- Analytics — Per-ad impression and click tracking with daily breakdowns and CTR
- Approval Workflow — User-submitted ads queue for admin review before going live; optional approval for image changes
- Email Notifications — Expiration reminders and performance reports via cron, with customizable templates
- Admin Notifications — Instant email alert when a user submits an ad for review
- Rate Limiting — Anti-fraud protection on click and impression tracking endpoints
- Group Visibility — Show ads only to specific member groups; hide ads for premium groups
- Post Shortcodes — Embed any zone inline in discussion posts:
{myadvertisements[zone_name]} - Image Processing — Automatic resizing to zone dimensions; optional compression via PHP GD or reSmush.it API
- GDPR Compliance — Purge old click records with the built-in console command
Requirements
- Flarum
^1.8 - PHP
^8.0with GD extension (for image resizing/compression) - PHP
curlextension (optional, for reSmush.it API compression)
Links
Installation
composer require ralkage/flarum-ext-ad-management
Then enable it in your Flarum admin panel under Extensions.
Quick Start
- Go to Admin → Ad Management → Zones and create a zone (or use a built-in default zone).
- Go to Advertisements and create your first ad.
- Set up the cron job for email notifications:
0 8 * * * php /var/www/flarum ad-management:send-notifications >> /dev/null 2>&1 - (Optional) Grant the Submit Advertisements permission to allow forum members to submit ads for review.
Console Commands
| Command | Description |
|---|---|
php flarum ad-management:send-notifications |
Send expiration reminders and performance reports |
php flarum ad-management:purge-clicks [days] |
Delete click records older than N days (default: 90) for GDPR compliance |
Documentation
See ADMIN_GUIDE.md for full configuration and usage documentation.
License
MIT — see LICENSE.
统计信息
- 总下载量: 151
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-03-25