This mod has quickly become a staple of my board, thank you ^^
However, when trying to reorder the threads, I get a database error which suggests that the table "thread" doesn't exist.
Code:
Database error in vBulletin 4.2.2:
Invalid SQL:
SELECT thread.*, featuredthreads.id
FROM estate_thread
INNER JOIN estate_featuredthreads
ON thread.threadid = featuredthreads.threadid
ORDER BY featuredthreads.thread_order ASC, featuredthreads.id ASC;
MySQL Error : Unknown table 'thread'
Error Number : 1051