Hello,
Today I share with you a tutorial made by @SyTry to add the Font Awesome 5.3.1 Icons !
Tutorial requested by @Niro ! ;)
In your template PAGE_CONTAINER find :
<head>
Add this after :
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css"...
TODO IMAGE
Today I share with you the translation of [TH] Image Optimizer made by @SyTry !
Installation tutorial :
Log into your AdminCP : Appearance.
Import a language : select the translation.
Overwrite : Français (FR).
Click Import.
Version : 1.1.0 Patch Level 1
In case of problem, or...
Hi,
Today I share a tutorial under xenForo 2.0 : Add Font Awesome icons to the navigation !
Go in your language here :
/admin.php?languages/
Search : nav.
Then select the element of your choice :
Here is the default code I use :
<i class="fa fa-newspaper-o fa-large fa-fixed-width"...
Hi,
Today I share a tutorial under xenForo 2.0 : Create a usergroup legend in sidebar !
Create a new template named usergroup_legend :
<div class="block"{{ widget_data($widget) }}>
<div class="block-container">
<h3 class="block-minorHeader"><i class="fa fa-user"...
[SC] Account Wrapper - Font Awesome
I wanted to do a tutorial but it was very long : that's why I made an extension !
This extension is small because it only applies template modifications :
Installation :
Download and unzip it.
Copy the src/addons/SyTryC/AccountWrapperFA directory to your...
[SC] Member View - Font Awesome
I wanted to do a tutorial but it was very long : that's why I made an extension !
This extension is small because it only applies template modifications :
Installation :
Download and unzip it.
Copy the src/addons/SyTryC/AccountWrapperFA directory to your...
[SC] Visitor Menu - Font Awesome
I wanted to do a tutorial but it was very long : that's why I made an extension !
This extension is small because it only applies template modifications :
Installation :
Download and unzip it.
Copy the src/addons/SyTryC/VisitorMenuFA directory to your...
Hi,
Today I share a tutorial under xenForo 2.0 : Status indicator online or offline !
In your template message_macros find :
<span class="message-userArrow"></span>
Add this before :
<xf:if is="$user.isOnline()">
<div class="onlineON">Online</span></div>
<xf:else />
<div...
[SC] Sidebar Block - Font Awesome
I wanted to do a tutorial but it was very long : that's why I made an extension !
This extension is small because it only applies template modifications :
Installation :
Download and unzip it.
Copy the src/addons/SyTryC/SidebarBlockFA directory to your...
Hi,
Today I share a tutorial under xenForo 2.0 : Change the color of the blocks on your sidebar!!
Add this in your template EXTRA.less :
/*color bloc sidebar*/
.block-minorHeader {
background-color: #0f3652 !important;
color: #FFF !important;
}
Screen :
If you have question, ask me !
Hi,
Today I share a tutorial for version 2.0 of xenForo : add Font Awesome icons to your usergroups!
Here is the basic code to add in your EXTRA.less template :
/*add fa to your usergroups*/
.username--style3:before {
font-family: "FontAwesome";
content: "\f013";
color: inherit;
padding-right...
Hi,
Today I share a tutorial under xenForo 2.0 : Add Font Awesome icons to your prefix !
To begin add this in your template EXTRA.less :
/*adding fa icon to prefix*/
.fa:before{
font-family:FontAwesome;
margin-right:3px
}
Then in the prefix of your choice check other CSS class. Add...
Hi,
Today I share a tutorial under xenForo 2.0 : align the titles of your blocks in the sidebar!
Add this code in your template EXTRA.less :
/*aligns the text of the sidebars blocks*/
.block-minorHeader {
text-align:center;
}
Screen :
If you have questions I am here!
http://stolensheep.design
Stolen Sheep Design - embracing the stereotypes of Liverpool and Wales and bringing you XenForo customisations, add-on support and style tweaks.
At SSD, we offer a range of tutorials, add-ons and styles, as well as supplying documentation and guides on the many ways...