Sticky Thread Order

Unmaintained Sticky Thread Order 1.0.4

No permission to buy ($10.00)
  • Fix compatibility issue with some 3rd party add-ons which extends sticky threads.
  • Adjust installer to enforce minimum supported php (5.4) and XenForo (1.3.x) versions
  • Code cleanup
  • Fixed setting sticky thread ordering when adding threads using custom routing
I've taken over this add-on from @Daniel Hood, and it's now available on my site, Atelier Aphelion, for purchase and download. All future versions will be there, as well.

If you have a current license for this add-on, you can register it there (instructions are available here). You'll get a license from me (terms here), for the remaining duration of your original license, plus another 30 days - just a friendly gesture because of the inevitable delays caused by the hand-over.

My plan is to review and update this add-on to address any outstanding issues. Because I've taken over almost all of @Daniel Hood's add-ons, it might take me a while to get to this one.

To improve support, the requirements for this add-on have been updated:
  • php 5.4+
  • Xenforo 1.3+
Bug Fix
If you don't want to download the entire add-on and update, just modify one php file:

/library/STO/Model/Thread.php:

line 57 from:
PHP:
$selectJoinOrder['orderClause'] = 'ORDER BY sticky_display_order ASC, last_post_date DESC';
to:

PHP:
$selectJoinOrder['orderClause'] = 'ORDER BY sticky_display_order ASC, thread.last_post_date DESC';
  • Like
Reactions: refael
Sales for this have been resumed. Licenses will be copied over soon. Please read the announcements at XenMods for more information.
What's new:
  • Updated for XenForo 1.2.0
  • No longer requires template edits.
  • Added hidden code to help identify license holder in the event the add-on is pirated or shared.
Upgrade Instructions:
  • Please see the ReadMe file included in the zip folder
Top Bottom