MyBB Support

how do you update FontAwesome version in mybb

Submitted by mongolian50cent, , Thread ID: 30615

Thread Closed
11-03-2017, 10:40 PM
#1
i'm using majestic skin on mybb but the FontAwesome is outdated, i wanna update it to current version, any idea?

RE: how do you update FontAwesome version in mybb

#2
Find out where it's referenced in the HTML(header) and change the ver number in the link.
If it's local you have to download the latest one too.
[Image: InZ3hGx.png]

RE: how do you update FontAwesome version in mybb

OP
#3
in this theme there is no version link

{$stylesheets}
<link rel="stylesheet" href="{$mybb->settings['bburl']}/images/majestic/fonts/fa.css">
<link rel="alternate stylesheet" type="text/css" href="" title="red">
<link rel="alternate stylesheet" type="text/css" href="{$mybb->settings['bburl']}/images/majestic/patterns/green.css" title="green">
<link rel="alternate stylesheet" type="text/css" href="{$mybb->settings['bburl']}/images/majestic/patterns/blue.css" title="blue">
<link rel="alternate stylesheet" type="text/css" href="{$mybb->settings['bburl']}/images/majestic/patterns/yellow.css" title="yellow">
<link rel="alternate stylesheet" type="text/css" href="{$mybb->settings['bburl']}/images/majestic/patterns/orange.css" title="orange">
<link rel="alternate stylesheet" type="text/css" href="{$mybb->settings['bburl']}/images/majestic/patterns/navy.css" title="navy">
<link rel="alternate stylesheet" type="text/css" href="{$mybb->settings['bburl']}/images/majestic/patterns/purple.css" title="purple">
<link rel="alternate stylesheet" type="text/css" href="{$mybb->settings['bburl']}/images/majestic/patterns/teal.css" title="teal">
<link rel="alternate stylesheet" type="text/css" href="{$mybb->settings['bburl']}/images/majestic/patterns/brown.css" title="brown">
<link rel="alternate stylesheet" type="text/css" href="{$mybb->settings['bburl']}/images/majestic/patterns/grey.css" title="grey">
<link rel="alternate stylesheet" type="text/css" href="{$mybb->settings['bburl']}/images/majestic/patterns/pink.css" title="pink">
<link rel="alternate stylesheet" type="text/css" href="{$mybb->settings['bburl']}/images/majestic/patterns/cement.css" title="cement">

RE: how do you update FontAwesome version in mybb

#4
<link href='//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' rel='stylesheet' type='text/css'>

4.7.0 = version

Users browsing this thread: 2 Guest(s)