PDA

View Full Version : Forum Display Enhancements - Latest Thread Toplist Marquee


yogeshp
09-13-2008, 10:00 PM
Latest Thread Toplist Marquee

Hi, i want to share plugin at here, this files i was found from my friends.

latest thread marque you can make this to the right marque or left marque.

works well...

Chase
09-14-2008, 06:29 PM
Can you post a screen shot?

Forum Lover
09-14-2008, 06:40 PM
Got any demo link?

cindy helmond
09-14-2008, 06:45 PM
not working get error database !!:mad:

Database error in vBulletin 3.7.3:

Invalid SQL:

SELECT thread.threadid, thread.title, thread.lastpost, thread.forumid, thread.replycount,
thread.lastposter, thread.dateline, thread.postusername, thread.postuserid,
IF(views<=replycount, replycount+1, views) AS views, thread.visible, thread.open,
user.username, user.userid, user.usergroupid,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
FROM thread AS thread
LEFT JOIN user AS user ON (user.username = thread.lastposter)
WHERE NOT ISNULL(thread.threadid) AND thread.visible = '1' AND thread.open != '10'
AND thread.forumid NOT IN (Array)
ORDER BY lastpost DESC
LIMIT 0, 10;

MySQL Error : Unknown column 'Array' in 'where clause'
Error Number : 1054
Request Date : Sunday, September 14th 2008 @ 09:44:26 PM
Error Date : Sunday, September 14th 2008 @ 09:44:26 PM

Barakat
09-14-2008, 11:11 PM
yes << have an error when we change the settings,

Unknown column 'Array' in 'where clause'

its missing ,

puertoblack2003
09-15-2008, 03:06 PM
did you get permission from "Almotmaiz.Net" that's why it wont work, it was for 3.6 version only and was never updated

post: https://vborg.vbsupport.ru/showthread.php?t=149167

RobbieZ
09-15-2008, 03:32 PM
Error message.

I switched back to the 3.6 version i use.

Qleb
09-15-2008, 04:22 PM
any screen shot?

gwerzal
09-19-2008, 11:43 AM
Can anyone post a website this is installed on even if it is on a 3.6 site please

Barakat
09-19-2008, 05:10 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=155491" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=155491</a>

this hack is working as well on 3.7.3

tested and works fine for me ,,,

raja811
11-07-2008, 08:40 PM
thanks

raja811
11-07-2008, 08:44 PM
it is possible left to right side thread?

raja811
11-07-2008, 08:51 PM
it is possible left to right side thread?

tanha
01-27-2009, 03:57 AM
nice sharing ..but but i have some some problim,s ......aftar instaling....in 3.7.4.....:erm:

zagor1903
02-14-2009, 11:02 AM
Database error in vBulletin 3.7.2:

Invalid SQL: