Difference between revisions of "Extensions:User Watching"

From Lorekeeper Wiki
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 correct any merge issues.
+
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

user-watching-v3
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 migrate
  • php artisan update-extension-tracker
  • php artisan optimize x2

Configuration

Usage

Troubleshooting

Images

See Also