Extensions:User Ads
| Description | A short description |
|---|---|
| Author(s) | Author(s) |
| Status | status (such as WIP, testing, stable) |
| Github | branch |
| LK Version | What Lorekeeper version the ext is built on |
Installation
Pull the extension.
Do the following commands once you resolve all conflicts.
php artisan migratephp artisan optimize
Configuration
The user ads are called with @include('layouts._user_ads') in app.blade.php by default. If you move this elsewhere, like the Dashboard, you may have to fiddle with the back end.
You can also adjust the look of the user ads index and the ads itself with these files: resources/views/user_ads/index.blade.php resources/views/user_ads/_user_ads.blade.php