Difference between revisions of "Extensions:User Watching"
Jump to navigation
Jump to search
Tag: 2017 source edit |
Tag: 2017 source edit |
||
| Line 3: | Line 3: | ||
Adds a simple watching feature for users to watch other users to see their gallery submissions on the dashboard and on their own Watching page underneath the user submenu in the navigation bar. | Adds a simple watching feature for users to watch other users to see their gallery submissions on the dashboard and on their own Watching page underneath the user submenu in the navigation bar. | ||
== Installation == | == Installation == | ||
| − | Pull and | + | Pull the extension and deal with any conflicts that will arise. |
| + | Do the following commands once you resolve all conflicts. | ||
| + | * <code>php artisan migrate</code> | ||
| + | * <code>php artisan update-extension-tracker</code> | ||
| + | * <code>php artisan optimize</code> x2 | ||
== Configuration == | == Configuration == | ||
Revision as of 16:38, 25 February 2026
| Description | Adds a simple watching feature for users to watch others and see their gallery submissions. |
|---|---|
| Author(s) | Camyza |
| Status | stable |
| Github | extension/user-watching-v3 |
| LK Version | 3.0.0 |
| Contains a Migration | |
Adds a simple watching feature for users to watch other users to see their gallery submissions on the dashboard and on their own Watching page underneath the user submenu in the navigation bar.
Installation
Pull the extension and deal with any conflicts that will arise.
Do the following commands once you resolve all conflicts.
php artisan migratephp artisan update-extension-trackerphp artisan optimizex2