What's new
Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

Welcome to My Sharing Site

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Resource icon

xF2 Add-on Thread Tagging Improvements 1.0.8 Patch Level 1 1.0.8 Patch Level 1

xF2 Add-on
Fixes for the JS that handles auto-tagging while creating a new thread:
  • Don't rely on jQuery which has been removed in XF2.3
  • Add tags with Tagify which has replaced select2
  • Correctly escape the SQL for thread tag lookups
  • If an SQL error occurs during Rebuild Job, log it and continue with the next one, instead of crashing/stopping
    • There is an option to disable these loggings under "Other", but we recommend keeping it on and reporting SQL errors raised to us :)
  • Build the URL paths a bit better so the potential pages don't try to reach non-existing pages
  • Thanks to @KensonPlays for reporting thing
There was a bug where we queried the thread title with an ambiguous column name, which works fine as long as no other add-on does a JOIN with another table that has a similarly named column. (e.g. XFA Tournaments addon)

TL;DR; Fixed our add-on to explicitly query for xf_thread.title instead of titleso SQL knows exactly which one we want.
Top