Difference between revisions of "Extensions:Submission Addons"

From Lorekeeper Wiki
Jump to navigation Jump to search
Tag: 2017 source edit
Tag: 2017 source edit
Line 1: Line 1:
{{Extensioninfobox|title=Submission Addons|desc=Allows attachment of items and currencies to submissions for consumption|auth=Mercury|status=Stable|github={{Github|user=itinerare|branch=submission-addons}}|migration=yes|package=no}}
+
{{Extensioninfobox|title=Submission Addons|desc=Allows attachment of items and currencies to submissions for consumption|auth=Mercury|status=Stable|github={{Github|user=itinerare|repo=lorekeeper-ext-archive|branch=submission-addons}}|migration=yes|package=no}}
 
<!-- Put a short summary of your extension here! -->
 
<!-- Put a short summary of your extension here! -->
 +
'''This extension is now incorporated into {{Github|user=corowne|branch=modified-main}}.''' The information here is maintained as documentation, and further support is via that branch.
 +
 
This builds upon [[Extensions:Stacked Inventories]]! Not only is much credit due there, it also bears mention that the changes made there are necessarily included in this extension.
 
This builds upon [[Extensions:Stacked Inventories]]! Not only is much credit due there, it also bears mention that the changes made there are necessarily included in this extension.
  
Line 6: Line 8:
  
 
Now also includes the changes from [[Extensions:Rewardable Raffle Tickets]] for the sake of compatibility-- and as they are both reasonably within both the realm of changes made by this extension and scarcely deviating from base Lorekeeper, save for the use of functionality present in [[Extensions:Stacked Inventories]].
 
Now also includes the changes from [[Extensions:Rewardable Raffle Tickets]] for the sake of compatibility-- and as they are both reasonably within both the realm of changes made by this extension and scarcely deviating from base Lorekeeper, save for the use of functionality present in [[Extensions:Stacked Inventories]].
== Installation ==
 
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
 
Before you install this extension, '''process any remaining unprocessed submissions'''. Otherwise, you will need to edit the json in the database before they can be processed.
 
 
Pull the branch, then run <code>php artisan migrate</code>.
 
 
== Configuration ==
 
== Configuration ==
 
<!-- Is any configuration necessary? Describe it here! -->
 
<!-- Is any configuration necessary? Describe it here! -->

Revision as of 14:34, 1 November 2020

Submission Addons
Description Allows attachment of items and currencies to submissions for consumption
Author(s) Mercury
Status Stable
Github itinerare/lorekeeper-ext-archive/submission-addons
LK Version Unspecified
Contains a Migration






This extension is now incorporated into modified-main . The information here is maintained as documentation, and further support is via that branch.

This builds upon Extensions:Stacked Inventories! Not only is much credit due there, it also bears mention that the changes made there are necessarily included in this extension.

This adds the option for users to attach items and currencies to submissions (both via prompts and claims) to be consumed. As with design updates and trades, items are only temporarily "held" and are returned if the submission is rejected. In the event that the submission is accepted, the usual item logs are made both for any awarded and any consumed items, and record of the attached item(s) remains visible on the submission's page-- including source and notes. Currencies, meanwhile, are deducted when attached and returned if the submission is rejected or fully logged if it is accepted.

Now also includes the changes from Extensions:Rewardable Raffle Tickets for the sake of compatibility-- and as they are both reasonably within both the realm of changes made by this extension and scarcely deviating from base Lorekeeper, save for the use of functionality present in Extensions:Stacked Inventories.

Configuration

None necessary.

Usage

Nothing specific.

Troubleshooting

If you encounter errors, please find me in the Lorekeeper discord!

See Also