The Arcive of vBulletin Modifications Site. |
|
Global & Cross-Posted Stickies Details »»
|
|||||||||||||||||||||||||||||||||
This mod allows you to specify threads that are stickied across multiple forums, including universally and set a limit on how long this remains in effect.
Download Now
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Does not work on 4.1.10 ? Get database error on when clik Crosspost Sticky Thread
Database error in vBulletin 4.1.10: Invalid SQL: SELECT f.*, t.title FROM vbthread_global_stickies AS f inner join vb thread AS t on t.threadid = f.threadid ORDER BY read_order ASC; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AS t on t.threadid = f.threadid ORDER BY read_order ASC' at line 2 Error Number : 1064 Request Date : Tuesday, November 13th 2012 @ 01:10:36 AM Error Date : Tuesday, November 13th 2012 @ 01:10:36 AM MySQL Error : Table 'user_database.vbthread_global_stickies' doesn't exist Error Number : 1146 |
|
#3
|
|||
|
|||
|
It works on 4.1.10.
There was an extra space in the query by the TABLE_PREFIX. It's been corrected in the zip or you can just manauly remove it from your version. Line 119: Code:
FROM " . TABLE_PREFIX . "thread_global_stickies AS f inner join " . TABLE_PREFIX . " thread AS t on t.threadid = f.threadid Code:
FROM " . TABLE_PREFIX . "thread_global_stickies AS f inner join " . TABLE_PREFIX . "thread AS t on t.threadid = f.threadid |
|
#4
|
|||
|
|||
|
Does not fixed ? get database error on new zip file.
MySQL Error : Table 'user_database.vbthread_global_stickies' doesn't exist Error Number : 1146 |
|
#5
|
|||
|
|||
|
Similar issue with the install routine, it had a ` mark that conflicted with your prefix.
Should work if you reinstall now. |
|
#6
|
|||
|
|||
|
will this be working on 4.2 pl2 -
|
|
#7
|
|||
|
|||
|
Are you somehow under the impression that it does not?
|
|
#8
|
||||
|
||||
|
Thanks, this could come in handy. I'll give this a try
|
|
#9
|
|||
|
|||
|
Thanx! Will try this soon. It's nice to see that there still being devs making addons for vb4
|
|
#10
|
|||
|
|||
|
More that I'm releasing things I've been sitting on forever. I have so much built into my installation that I take for granted that it's a pain to export addons that rely on things the rest of vBulletin doesn't have but always should've.
|
![]() |
|
|