XF 2.0 has a lot of new positions for your ads. Twenty-four to be precisely!
Below you will find visual templates to help you choose the best location for your ads.
You will also find some tips I use to monetize my forum. I would love to start a discussion over here with other forum admins to...
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 Appearance menu, select Styles menu, and then click on "Import" in the left-hand navigation list.
3. Click on the upload file...
This template modification displays the sub-forums below the parent node body.
First step: Ensure the style property nodeListSubDisplay is set to "Listed below node", you can find this in Style properties > Node/forum list
Template node_list_forum
Find this bit of code below and copy it to...
Inspired by the XF1 add-on "Post Ratings", and the prevalence of "Reactions" as an alternative to the single dimensional Likes.
Post Installing
This add-on will require configuration, only a default "Like" is added after installing.
Tools => Import Data => Import from XF1 Post Ratings
Content...
This add-on allows the user to change their username.
You can set a day number between each change.
The user can make his change private so as not to show it to the other users.
You can delete the change history.
User "test"
Option
With XF2, I've decided to wrap all my member tools back into a single addon. It's just simpler this way.
Screenshots:
Basic Features:
Prune soft-deleted content after a certain time period
Prune unconfirmed accounts after a certain time period
Multiple account detection with stealth cookies...
Giphy
Let the fun begin with GIFs! Giphy from ThemeHouse unites XenForo 2 and Giphy the popular library of animated GIFs for every occasion. Includes content rating filters and potential for endless fun.
Administrator Features
Choose between two different Giphy search styles
Seamless...
This add-on allows you to see who read the threads, number of visitor members in the forums, and visitors / members who navigate in the threads.
Feature Summary
Multi options
Usergroup permission
Count reader each threads
Count viewers each threads
Count viewers each forums
Multi positions...
This add-on, works with Google CSE and shows to search results with use "Google Search Engine" and Default.
Before the installation
1. Go to Google CSE : https://cse.google.com/cse/create/new and add your website.
2. Choose full width option, when you create to the search code on Google CSE...
Holidays
This add-on allows you to show off many different holidays with just a few clicks. Add custom holiday graphics while setting a cron based timer for the holiday to be viewed based on start/stop dates.
Create your own holidays with just a few clicks while spreading the holiday cheer!
We...
Today, we have released XenForo Enhanced Search 2.0.1, a maintenance release for add-on that replaces XenForo's build-in search with one powered by Elasticsearch to provide greater performance and better search results. This release primarily targets bug fixes and other small improvements.
Some...
[FEATURE]
1. Manage medals by categories, supports SVG images
2. Award user in AdminCP or front-end
3. Help page to see all medals
4. Show off user medals in messages, profile page, etc.
[INSTALLATION]
1. Upload files and directories inside `upload` to XenForo's root directory. Select "Merge"...
Feature Summary
Usergroup permissions
Minimum age to download resources
Minimum posts to download resources
Minimum resources to download resources
A system of ratio to download resources
Example: if you upload one resource, you can download one resource.
This add-on allows you to set a...
Reactions
Do more than just "like", let your users react to posts in your community. Set up which reactions best fit your forum. Sad, love, cheers, truth, custom emojis, custom icons, you name it. This idea was popularized by Facebook and an integration your forum users will really love...
UI.X 2 Dark
Based off the tried-and-true methodologies of its XenForo 1 predecessor, UI.X continues to push the boundaries of intelligent design. With a basis in Google’s Material Design, the framework is backed by a team well-versed in the XenForo software making UI.X a wise choice for any...
NB: I have found this may cause jumping on some browsers, will post an update fix tomorrow.
Option 1 (very very simple)
Edit the code (see below) to include each ad's LINK_URL and IMAGE_URL
(Optional) Edit duration of display var howOften = 7; default =7 seconds
Create an ad in ACP > Setup >...
Since we found it a bit of a ridiculous area of contention over the years, we decided to put to bed the issue of branding removal once and for all. To us, it makes more sense that YOU get the choice in supporting us or not. Being forced to is not the way it should be done just to squeeze a few...
Conditional Statements for XenForo 2
The conditional statements can be expanded by using AND, OR conditional statements operators and using xf:if, xf:else, xf:elseif.
If there are any conditional statements that you want to add, please add it as a message and the article will be updated.
1...
In XenForo 1, getting the user_id involved the getInstance and getUserId methods.
$user_id =XenForo_Visitor::getInstance()->getUserId();
In XenForo 2, it's a matter of using visitor().
$visitor = \XF::visitor();
$user_id = $visitor['user_id'];
Once the user_id is known then the $user...