📢 Moderators Needed 🚀
Moderators are needed with resources to post or have access to resources to post. Submit an application to be considered.
Latest activity
-
JA member has become disgruntled and so wants all their posts deleted. How do I delete this large number of posts? Regards, Jon
-
JJulianD submitted a new resource:- Let your members edit the first post of any thread in your community
-
NNixFifty submitted a new resource:- Connect your Discord server to your XenForo board.
-
PPainbaker submitted a new resource:- Encourage your community to express their opinions by allowing them to rate threads
-
DDo you use any top site listings or forum directories to advertise your forum? Do they work for you? which ones is everyone else using?
-
BBill Toulas posted the thread RSS Malicious NPM packages fetch infostealer for Windows, Linux, macOS in Bleeping Computer.Ten malicious packages mimicking legitimate software projects in the npm registry download an information-stealing component that...
-
EIs payment profile going to include shopify soon? This is arguably one of the most desirable integration because shop pay can also be...
-
DI've found some good quality animated smilies, I don't really want to mess around with the file and I've restricted their size on the...
-
KDue to the changes implemented fordirect public URLs for attachments don't change even if their content changes (and thus file_hash)...
-
XXon posted the thread RSS False positive "Replier can only add posts at the end of a thread" from non-monotomic time() in Xenforo RSS Feed.php's time() function is non-monotomic. This means it can technically go backwards, noticeable on machines which use a timesync service...
-
PPainbaker posted the thread RSS "listitemclass" attribute has no effect in checkbox choice formatter in Xenforo RSS Feed.The listitemclassattribute in the checkbox tag processor is ignored. This attribute is expected to behave similarly to the radio tag...
-
Ggrisha2217 posted the thread RSS "SHOW SLAVE STATUS" query calls write connection in Xenforo RSS Feed.Code: ReplicationAdapter::getConnectionForQuery This function does not contain logic to handle the SHOW SLAVE STATUS query. This query...
-
PPainbaker posted the thread RSS XF/AddOn/Manager::coerceAddOnId causes performance issues with large number of add-ons in Xenforo RSS Feed.The XF/AddOn/Manager::coerceAddOnId() function repeatedly calls XF/AddOn/Manager::getAvailableAddOnIds() () and performs repeated array...
-
DDragonByte Tech posted the thread RSS Incorrect docblock hint for \XF\Repository\UserAlertRepository::fastDeleteAlertsForContent in Xenforo RSS Feed.The docblock hints int for $contentId where it should be int[]|int or array|int: PHP: /** * @param string $contentType *...
-
DDragonByte Tech posted the thread RSS XF\EmbedResolver\AbstractHandler missing template docblock in Xenforo RSS Feed.The template docblock Code: /** * @template T of Entity */ Can be applied to this handler as well 🙂