fontawesome.com

Open to all! Ask other shopowners for help.
Post Reply
MyGamesShop
Contributor
Posts: 131
Joined: Wed Mar 10, 2021 3:02 am
Phoenix Version: v1.1.0.6
Has thanked: 8 times
Been thanked: 5 times

fontawesome.com

Post by MyGamesShop »

Can we update code to the new version please? Currently 6.4.0. available.


Join The Code Co-op to get access to your library in the Code Co-op Forum
14Steve14
Senior Contributor
Posts: 923
Joined: Fri Oct 25, 2019 7:01 pm
Phoenix Version: v1.0.9.1
Has thanked: 17 times
Been thanked: 103 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.
User avatar
burt
Core Team
Posts: 4561
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 413 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>
I am not here to build for you.
I am here to build with you. Let's help each other.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply