style

  1. ENXF NET

    XF 1 Tip Snow Effect

    Guide to make your forum with falling Snow flakes Step 01 : Create a custom .js file Open Notepad++ and paste the codes below and save as .js file (Eg. Snow.js) // CREDITS: // Snowmaker Copyright (c) 2003 Peter Gehrig. All rights reserved. // Distributed by http://www.hypergurl.com //...
  2. ENXF NET

    XF 1 Tip Remove unneeeded elements from the login page

    Overview This guide will show you how to remove the header, breadcrumbs & footer on login pages. Go to the template "login_page" and replace everything with this: <xen:title>{xen:phrase log_in}</xen:title> <style type="text/css"> #header { display: none; } .footer { display: none; }...
  3. ENXF NET

    XF 1 Tip Easy And Correct Style Installation

    Description This is a very simple tutorial by @Caldexi that contains A few steps that will ensure your options and custom fixes are not erased! INSTALLATION Import a style and give it a unique name, should look like this (disable user selection): Create a new child style and set the parent...
  4. ENXF NET

    XF 1 Tip XenForo Proper Theme Installation, Upgrading, and Usage

    Table of contents: Intro Conventional Installation The problem The solution (with an example) Upgrading/Whats the point to organizing like this? Checking for outdated templates Summary Video Hey everyone, today I'm going to walk through proper theme installation. Not everyone may agree, but...
  5. ENXF NET

    XF 1 Tip HTML for Belgium Flag in Header

    The below code will display a flag for Belgiums in the top right block of your header. Open the ad_header template in the style(s) you are using and paste the following code. The CSS is included in the code so you can customize to suite your needs (ie: remove the box shadow for dark themes...
  6. ENXF NET

    XF 1 Tip Creating custom user group banner CSS

    These instructions will explain how to create your own custom CSS for user banners. Give the banner a title: Choose a class name for your custom class, in this example we are using my-style. Add it to the custom CSS field for the user group, like so: If you want the banners to wrap around...
  7. ENXF NET

    XF 1 Tip AdX (via FORUMCAST) for XenForo Forums - One Way to Do It

    I decided to write out how I do my AdX (via FORUMCAST) ad placements. This is primarily meant to be a resource to myself for those times that I experiment and forget how to return to my defaults. I'm sharing it here for others who may want to do something similar. There is no warranty that...
  8. ENXF NET

    XF 1 Tip Creating custom thread prefix CSS

    This resource is not affiliated with XenForo Ltd. I'm sure lots of people will want to create their own thread prefix CSS, so this thread will help you do that. The following code should be added to EXTRA.css In the example below we're going to create two classes; CTA1 and CTA2. Of course you...
  9. ENXF NET

    XF 1 Tip Adsense Placement for XenForo Forums - One Way to Do It

    I decided to write out how I do my Adsense placements. This is primarily meant to be a resource to myself for those times that I experiment and forget how to return to my defaults. I'm sharing it here for others who may want to do something similar. The goals of this method are to achieve a...
  10. ENXF NET

    XF 1 Tip Creating custom style: guide to beginners, best practices, tips and tricks

    So, I've been making styles for XenForo for over 2 years now and have some experience to share with you, my beloved style makers. Requirements for readers: You need a basic understanding of html and css. Internet has a lot of resources devoted to this topic. Desire to study. Where to start...
  11. ENXF NET

    XF 1 Tip Install (and use) fonts in XenForo

    Add at very very bottom to EXTRA.css template of your style: /* <----- start FONTS ------->*/ @font-face { font-family: 'ecliptic'; src: url('./styles/default/xenforo/fonts/ecliptic.eot'); src: url('./styles/default/xenforo/fonts/ecliptic.ttf') format("truetype")...
  12. ENXF NET

    XF2 Style Brivium Silver - XenForo 2 Style 2.1.0.0

    INSTALLATION INSTRUCTIONS 1. Upload the contents of the upload directory to the root of your XenForo installation. 2. Go into your XenForo Admin Control Panel, click on Styles, and then click on "Import a Style" in the left-hand navigation list. 3. Click on the upload file field, and then...
  13. ENXF NET

    XF2 Style Magnesium - XenForo 2 Style 2.1.0.0

    Magnesium - XenForo 2 Style shows us a deep contrast between Style name bar and the whole navigation bar, "Magnesium" text is highlighted by orange color while the remaining part has got the Oxford blue color.
  14. ENXF NET

    xF2 Add-on Day Night Switcher 1.0.0 (RC 3)

    With this addon forum style will be changing automatically depending on part of the day. So users that come at 13:24 will see "day style" and users that come at 02:51 will see "night style". It is useful because light styles with prevailing white color are very uncomfortable (physically) at...
  15. ENXF NET

    XF2 Style Innovate Dark 2.2.13

    Innovate dark is a powerful and multi-purpose theme for XenForo. It is usually ideal for gaming communities, Innovate dark is packed full of options that allow you to modify layout, styling, colours and fonts directly from within the theme settings. INNOVATE DARK STYLE PROPERTIES Main Features...
  16. ENXF NET

    XF2 Style Innovate Light 2.1.5.0

    That will cover all your basic needs! You don’t need to touch a single line of code, perfect for people without any coding knowledge. Individualize Layouts, Colours & Styles within minutes. Innovate is a powerful and multi-purpose theme for XenForo. Geared towards any type of community...
  17. ENXF NET

    XF 2.1 Style [XenGenTr] Mavis Style | Maviş Style 2.0.1

    A theme that I've coded for XenForo 2 and distributed free of charge. Warning: In order to install this theme, your system must have version 1.5.9 and above. Theme terms of use Unable to remove our signature and link in the theme! You can make the changes you want in the theme of the...
  18. ENXF NET

    XF2 Style Octane 2.0.0

    This defines the general type of style in use based on whether the content is placed on a light or dark background. This may change how colors are selected in certain scenarios
  19. ENXF NET

    XF2 Style Basic Black Blue 2.0.0

  20. ENXF NET

    XF2 Style Coffee 2.0.0

    This is a coffee themed responsive XenForo style with non-standard navigation that uses modern technologies.
Top