fontawesome.com

Ask the community for help and support.
Post Reply
MyGamesShop
VIP Member
VIP Member
Posts: 55
Joined: Wed Mar 10, 2021 3:02 am
Has thanked: 2 times

fontawesome.com

Post by MyGamesShop »

Can we update code to the new version please? Currently 6.4.0. available.
14Steve14
VIP Member
VIP Member
Posts: 576
Joined: Fri Oct 25, 2019 7:01 pm
Has thanked: 9 times
Been thanked: 49 times

Re: fontawesome.com

Post by 14Steve14 »

You can update the code in your files if you like.

You could then report back if anything else needs changing or updating making the jobs of the core coders easier should they want to add the update.
burt
Lead Developer
Lead Developer
Posts: 2436
Joined: Tue Oct 29, 2019 9:37 am
Has thanked: 50 times
Been thanked: 138 times

Re: fontawesome.com

Post by burt »

Drop a COPY of /templates/default/includes/hooks/shop/siteWide/fontAwesome.php into

/templates/YOUR_TEMPLATE/includes/hooks/shop/siteWide/ so if your template in use was named "XYZ123", the new file would be;

/templates/XYZ123/includes/hooks/shop/siteWide/fontAwesome.php

Then change L19 of that new file as appropriate. The amended L19 per https://cdnjs.com/libraries/font-awesome would be;

Code: Select all

<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js" integrity="sha512-fD9DI5bZwQxOi7MhYWnnNPlvXdp/2Pj3XSTRrFs5FQa4mizyGLnJcN6tuvUS6LbmgN1ut+XGSABKvjN0H6Aoow==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
Gamechanger Addon: Queued Emails, try before you buy.
Post Reply