Page 1 of 1

fontawesome.com

Posted: Tue Apr 25, 2023 9:11 am
by MyGamesShop
Can we update code to the new version please? Currently 6.4.0. available.

Re: fontawesome.com

Posted: Tue Apr 25, 2023 2:07 pm
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.

Re: fontawesome.com

Posted: Tue Apr 25, 2023 2:48 pm
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>