Difference between revisions of "Extensions:Gallery Recent Submissions"
m (Consistency Fix) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
| '''<u>THIS EXTENSION IS PART OF v3.0.0</u>''' | | '''<u>THIS EXTENSION IS PART OF v3.0.0</u>''' | ||
|- | |- | ||
− | | This extension has been merged into the | + | | This extension has been merged into the v3.0.0 branch as [https://github.com/corowne/lorekeeper/commit/b42da34f101bac1ba5fe338ec816a4d914ebe0c3 Show All Recent Submissions]. |
|- | |- | ||
| You will not be able to download this. This wiki page is only for referencing purposes. | | You will not be able to download this. This wiki page is only for referencing purposes. | ||
Line 17: | Line 17: | ||
In the <code>config/lorekeeper/extensions.php</code> file, find: | In the <code>config/lorekeeper/extensions.php</code> file, find: | ||
<syntaxhighlight lang="html">// Show All Recent Submissions - Speedy</syntaxhighlight> | <syntaxhighlight lang="html">// Show All Recent Submissions - Speedy</syntaxhighlight> | ||
− | Under <code>'show_all_recent_submissions' =></code> you will find the following | + | Under <code>'show_all_recent_submissions' =></code> you will find the following options: |
<code>'enable' => 0</code> If set to 1, it will enable this extension and all options below. | <code>'enable' => 0</code> If set to 1, it will enable this extension and all options below. | ||
Line 36: | Line 36: | ||
== Troubleshooting == | == Troubleshooting == | ||
− | + | Create a new thread in the #general-help channel of the Discord! | |
− | + | You can always try tagging me (see my [[User:Speedy|user page]]), as I'm semi-active on the server, but a new thread is your best bet. | |
− | |||
− | |||
== Images == | == Images == | ||
− | < | + | <gallery> |
+ | File:Recent Submissions button and link.png|The sidebar link and button link. | ||
+ | File:Recent Submissions top of page.png|Recent Submissions page. | ||
+ | </gallery> | ||
+ | Both images are sourced from [https://www.mhoats.com/ Realm of Mynros], where the extension is already running. | ||
== Version History == | == Version History == | ||
Line 54: | Line 56: | ||
== See Also == | == See Also == | ||
− | + | * [[Updating:_to_3.0.0]] |
Latest revision as of 09:22, 25 March 2024
Description | View all recent gallery submissions in one go! |
---|---|
Author(s) | Speedy |
Status | stable |
Github | SpeedyD/lorekeeper |
LK Version | 3.0.0 dev |
Is part of LK v3.0.0's release | |
THIS EXTENSION IS PART OF v3.0.0 |
This extension has been merged into the v3.0.0 branch as Show All Recent Submissions. |
You will not be able to download this. This wiki page is only for referencing purposes. |
Adds a new page that shows all recent gallery submissions in one go. Even potentially adds a widget on the frontpage, if required!
Contents
Installation
As this extension is part of v3.0.0, you will want to perform any actions required to update properly. But there are no other installation steps otherwise.
Configuration
In the config/lorekeeper/extensions.php
file, find:
// Show All Recent Submissions - Speedy
Under 'show_all_recent_submissions' =>
you will find the following options:
'enable' => 0
If set to 1, it will enable this extension and all options below.
'links' =>
This section specifies which links will be visible.
'sidebar' => 1 This shows a link in the sidebar of the gallery. Set it to 0 to remove it.
|
'indexbutton' => 1 This shows a button on the index page of the gallery. Set it to 0 to remove it.
|
'section_on_front' => 0
If set to 1, it will display a recent submissions section on the front page!
Usage
It simply shows all recent gallery submissions, regardless of gallery folder. Easy to see everything new in one go!
Can even use the same search functions you would in specific folders, and it goes all the way to the oldest submission.
Troubleshooting
Create a new thread in the #general-help channel of the Discord!
You can always try tagging me (see my user page), as I'm semi-active on the server, but a new thread is your best bet.
Images
Both images are sourced from Realm of Mynros, where the extension is already running.
Version History
- *1: Initial creation.
- *2: Cleanup.
- *3: Further cleanup- turns out there was code from another extension.
- *4: Even further cleanup- turns out there was MORE code from another extension.
- *5: Improved the frontpage widget and added check in controller code so it won't run if not enabled!
(This extension has never had a tracker update, and never will.)