Difference between revisions of "Extensions:User Ads"
Jump to navigation
Jump to search
Tag: 2017 source edit |
Tag: 2017 source edit |
||
| Line 9: | Line 9: | ||
== Configuration == | == 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 | ||
| + | |||
== Usage == | == Usage == | ||
<!-- Is there anything users should know about using your extension? --> | <!-- Is there anything users should know about using your extension? --> | ||
Revision as of 12:55, 21 January 2026
| 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