You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
Xenforo Community Support
The XenForo community is a great resource for peer support and everything XenForo-related. Our forums host various Q&A areas, our bug tracker, support.
XF version
2.0
2.1
2.2
When you install XenForo on Hosting or VPS, your forum always displays the copyright line in the footer. This will be more annoying when this copyright line is added with information from the addons developer when you accidentally install an additional one. certain...
This happens after i've installed addon from archive in admin panel.... Anything to resolve this?
error_log file located in forum's root is empty.
An error occurred while the page was being generated. Please try again later.
FIX:
GO TO FILEMANAGER
src/config.php
add code...
Confirmed that src/config.php contains:
$config['maxImageResizePixelCount'] = 60000000;
Options > Resource Manager > Maximum resource file size (KB)
My server allows 500MB and this is confirmed on the admin dashboard and also on the attachment size page.
Hello everyone,
Since many users have reached out to try and receive explanations of various customizations around our community, I've deciced to write up a quick tutorial on how to enable custom user group icons in front of your group names.
This modification is pretty simple since there is no...
TYPE 1
Please try placing this code into your extra.less template
/* Remove footer copyright information */
.p-footer-copyright { display: none; }
# = ID element. = Class element
You can use your browser element inspector to figure out what the name of the div/ID/span of the element containing...
XenForo has many addons, and the official are XFRM and XFMG
We can change the name "Resource" to "Download" in Phrase, but the URL still "yourdomain.com/resources"
Go to "Setup > Route Filters"
Find route : resources/
Replace with : download/
Now, you have, "yourdomain.com/download"
You can...
Sometimes, we want different color for each category forum. So here simple css which you want to try.
Add to extra.less in your template.
/* Coloring Category and Node */
.block.block--category.block--categoryXX .block-header {
background: -webkit-linear-gradient(335deg, #28356c 44%, #074946...
How to limit the size of Google AdSense ads
This code is directly from Google support. Please note that this will not work for AutoAds.
How to modify your responsive ad code - Google AdSense Help
If you find that our responsive ad code doesn't do everything you need, you may modify your ad code...
If you want to provide an extra layer of protection to admin.php, the /install directory, and test & development installations, you can do so with .htaccess authentication.
Protecting admin.php
To protect admin.php, edit the .htaccess file which is in your forum root directory (e.g...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.