I would like to create two type of awards: Medals, given to pilots when they reach a certain number of flight hours and PIREPs, and events awards, manually given to pilots when they participate in a event. I need to show up theses awards in pilot profile divided into to groups: Medals and Events.
Is there any piece of code I could use to do it? Thanks in advance.
I would like to create two type of awards: Medals, given to pilots when they reach a certain number of flight hours and PIREPs, and events awards, manually given to pilots when they participate in a event. I need to show up theses awards in pilot profile divided into to groups: Medals and Events.
Is there any piece of code I could use to do it? Thanks in advance.
You can check the default award classes to have a better understanding how it works, and then you can create your own classes as you wish.
For displaying them separately in pilot profile you need to edit the blade file(s) of your theme as you wish. You can use some filtering within the loops or anything else matching your needs.
Hi ! I understand how award classes works but I don’t know how to set them to be shown up in these two groups. I’ve edited the default skin but awards are show all together. This is the code of my profile/index.blade.php