Difference between revisions of "Extensions:Awards"

From Lorekeeper Wiki
Jump to navigation Jump to search
Tag: 2017 source edit
m
Tag: 2017 source edit
Line 3: Line 3:
 
This extension builds off of the existing code from [[Extensions:Stacked Inventories]], [[Extensions:Submission Addons]], and [[Extensions:Item Entry Expansion]]. (Though these extensions are not required for the awards extension to run.)  
 
This extension builds off of the existing code from [[Extensions:Stacked Inventories]], [[Extensions:Submission Addons]], and [[Extensions:Item Entry Expansion]]. (Though these extensions are not required for the awards extension to run.)  
  
{{Extensioninfobox|title=Awards|desc=Adds an "Awards" System to base LK|auth=Tgi|status=Testing (Character Awards WIP)|github={{Github|user=tjgallaha|branch=Awards_System}}|migration=yes|package=no}}<br />Adds several tables to the DB for awards, and implements the ability to admin-ranks to add + grant awards, as well as granting awards from claims and prompts.
+
{{Extensioninfobox|title=Awards|desc=Adds an "Awards" System to base LK|auth=Tgi|status=Testing (Character Awards WIP)|github={{Github|user=tjgallaha|branch=Awards_System}}|migration=yes|package=no}}<br />
 
==Installation==
 
==Installation==
 
Pull the branch and run <code>php artisan migrate</code>!
 
Pull the branch and run <code>php artisan migrate</code>!

Revision as of 08:15, 26 August 2020

This extension creates a separate "Awards" system for Lorekeeper based off the existing items/inventory system. Awards are stored in the "Award Case" and also displayed on user profiles.

This extension builds off of the existing code from Extensions:Stacked Inventories, Extensions:Submission Addons, and Extensions:Item Entry Expansion. (Though these extensions are not required for the awards extension to run.)

Awards
Description Adds an "Awards" System to base LK
Author(s) Tgi
Status Testing (Character Awards WIP)
Github Awards_System
LK Version Unspecified
Contains a Migration



Installation

Pull the branch and run php artisan migrate!

Configuration

None required.

Optional: if you'd like to change the names of your awards to something else (i.e. trophies, medals, etc) you can change the way it's listed in the following blades: resources/views/world/--> award_categories.blade.php, award_page.blade.php, awards.blade.php, index.blade.php

resources/views/user --> _sidebar.blade.php, awardcase.blade.php, profile.blade.php, award_logs.blade.php

resources/views/home --> _sidebar.blade.php, awardcase.blade.php

Usage

Troubleshooting

After pulling, you may run into a bunch of conflicts. If anything seems broken, go into your files and check for <<<<<< HEAD. Git adds these in when there's conflicts or additions to existing files, and they can cause stuff to break. Remove them, save, and push, and everything should work great.

There may be some stray code from Extensions:Submission Addons as well. Let TGI know on discord if you run into any issues!

See Also