tutorials

  1. SyTry

    Unmaintained Install Font Awesome 5.3.1 icons and use it on your forum

    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"...
  2. SyTry

    Unmaintained [TH] Image Optimizer - French Translation by SyTry 1.1.0 Patch Level 1

    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...
  3. SyTry

    Unmaintained Add Font Awesome icons to the navigation

    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"...
  4. SyTry

    Unmaintained Create a usergroup legend in sidebar

    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"...
  5. SyTry

    Unmaintained [SC] Account Wrapper - Font Awesome 1.0.0

    [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...
  6. SyTry

    Unmaintained [SC] Member View - Font Awesome 1.0.0

    [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...
  7. SyTry

    Unmaintained [SC] Visitor Menu - Font Awesome 1.0.0

    [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...
  8. SyTry

    Unmaintained Status indicator online or offline

    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...
  9. SyTry

    Unmaintained [SC] Sidebar Block - Font Awesome 1.0.0

    [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...
  10. SyTry

    Unmaintained Change the color of the blocks on your sidebar

    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 !
  11. SyTry

    Unmaintained Add Font Awesome icons to your usergroups

    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...
  12. SyTry

    Unmaintained Add Font Awesome icons to your prefix

    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...
  13. SyTry

    Unmaintained Align the titles of your blocks in the sidebar

    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!
  14. TJA

    Stolen Sheep Design

    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...
Top Bottom