Installed. Tested. Loved the results. However...
I also have BOP's Master Forums
https://vborg.vbsupport.ru/showthread.php?t=245839
And your mod is incompatible with that, as if I try to access any of the "master forums", I get SQL errors. It works just fine in any other forum, though.
So I had to disable it, as that mod already gets plenty of use on my forum.
Quote:
Database error in vBulletin 4.2.1:
Invalid SQL:
SELECT thread.threadid,
thread.lastpost, thread.lastposter, thread.lastposterid, thread.lastpostid, thread.replycount, IF(thread.views<=thread.replycount, thread.replycount+1, thread.views) AS views
, tuiof.threadid AS tuiof_threadid, tuiof.duplicateforumid AS tuiof_forumid
FROM thread AS thread
/*LEFT JOIN jb_threadurlinotherforum AS tuiof ON (tuiof.duplicateforumid = 33)
WHERE forumid = 33
AND sticky = 0
AND visible IN (0,1,2)
*/ WHERE forumid IN (33,34,187) AND sticky = 0 AND visible IN (0,1,2) OR tuiof.threadid = thread.threadid
ORDER BY sticky DESC, lastpost DESC
LIMIT 0, 20;
MySQL Error : Unknown column 'tuiof.threadid' in 'field list'
Error Number : 1054
|