I've found this causes a bug in the latest release of XenForo 2.2.2. When a member tries to 'Report' a bad post by clicking the link you end up getting this message no matter what you enter:
The issue went away when I disabled this addon...
Hmm my add-ons are:
[tl] Thread title limitation 1.0.1
XenForo Importers 1.4.0
XenForo Redirects for vBulletin 1.1.7
I disabled [tl] Thread title limitation 1.0.1 and the issue went away, so I'll report that.
I've got an unusual bug with the latest release of XenForo, which has been spotted by both users of my forum and now myself, but it's a bit random. On PHP 7.4 and MySQL 5.7.
Sometimes when a member goes to 'Report' a post they find that, no matter what they put in the 'Report Reason' box, it...
Ah that's a good point, especially as PNGs are tedious to automatically resize without inflating the file size. I have attachmentMaxDimensions at 1000x1000 and I note the width of this image is 1080.
Server Environment is this:
PHP version
7.4.13
MySQL version
5.7.30 (5.7.30-log)
PHP...
One of my forum members was trying to upload a 98KB .PNG image today (we have a 120KB file size limit) but was still getting told my XenForo that it was too big to upload. I tried tweaking the limit up to 150KB but the message continued. After that I went into the PNG and reduced it in size to...
I only found out about this feature after discovering that my forum had begun sending unsolicited 'Activity Summary Emails' to masses of members, which under UK anti-spam and GDPR rules is often best avoided. Thankfully now disabled, but not before our email domain was banned for spamming by a...
Quick question, I'm already using the previous version of this plugin but in order to upgrade do I just upload and overwrite with the new 1.1.3 files or are any other steps required to ensure it stays working?
Yes but this creates an inconsistent experience between guests. If different guests can't be recognised then I'd rather make all forums as 'read' for them. At least it should ideally exist as an option.
Yep but that still doesn't solve the problem created by the vBulletin importer. Guests are still seeing these forums as 'unread' no matter what they do and I've not found a way to get rid of it.
A month ago I finally made the jump from vB4.2.5 to XenForo 2.0.10 and have been generally pleased, even if pages do take a little longer to spring up on the first load (probably due to that mass of javascript). But one bug has been annoying me.
Even since the import I've noticed that guest...
Generally if I want to view the load of my Linux server then I can just do this in PHP code:
print_r(sys_getloadavg());
But to make life easier I'd quite like to add this to XenForo's main admin.php home page, does anybody have any idea how I can add this output to that page? Maybe under the...
I'd like to have it so that on posts the member signature is always at the bottom. I tried this but it overlaps once you get more than one paragraph of text in a message.
.message-signature {
position: absolute;
bottom: 0;
}
Any other ideas?
Is there any way to output an HTML list of the latest threads, so I can include them on an external page? I know somebody wrote some code to do this for XF 1.x but that doesn't work on XF 2.x due to the very different files and structures.
I'm not a big fan of the dynamic avatar icons also becoming thread icons, I much prefer the more traditional forum style where you have a single newspaper style icon in front of every thread. Is there any way to do that in XenForo 2?
I just realised that code screws up the 'Members' page output (i.e. the Most messages, Most points and Staff members boxes).
I think I've managed to fix it by tweaking the first display:block; code to only apply when inside of the sidebar rule.
.p-body-main--withSidebar .p-body-content {...
Ah perfect, that's exactly what I wanted to achieve, thanks. The only change I made was to add this bit of code in order to remove the 10px gap that would normally exist when the sidebar shows:
.p-body-main--withSidebar .p-body-content {
padding-right: 0px;
}
That's close to what I'm looking for, but still not quite ideal. Couple of problems.
1. It produces some excess width on the right side of the sidebar (i.e. extends slightly beyond the main forum content above).
2. It widens the sidebar blocks to fit the screen, but what I want to do is have...
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.