tutorial 2.x

  1. VoyagerSDP

    XenForo 2.0 Remove Copyright Footer Completely [No CSS]

    Tested and works perfectly with: iO, iO Dark, UI.X & UI.X Dark For do this currently: 1.- Open app_footer.less 2.- And search: p-footer-copyrightRow 3.- And then remove these lines: Save and it's done
  2. ENXF NET

    Xenforo 2.0 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...
  3. ENXF NET

    Xenforo 2.1 Custom Action Bar for Xenforo 2.1

    Enter code in the extra.less Before: After: .actionBar-action:before { margin-right: 5px; } .actionBar-action--edit:before {.m-faContent("\f040");} .actionBar-action--report:before {.m-faContent("\f071");} .actionBar-action--ip:before {.m-faContent("\f002");}...
  4. ENXF NET

    Xenforo 2.0 Banner Rank

    Banner Rank XF2.1: https://enxf.net/resources/afis-banner-rank.1887/ 1) Add the following code to the extra.less template. /* Afiş genel kodları */ [class*='trgamersafis_'] {font-family:'Exo';border-left: 3px solid rgba(0, 0, 0, 0.2);margin-top: 3px;text-align: center;height: 20px;line-height...
Top