![]() |
Quote:
PHP Code:
|
Quote:
|
NM.. index.php shoulda looked first :)
|
Quote:
is it possible to remove threads from the newest threads section which are done from a special user? I am using one user to post news from rss feeds into my board and now this is the only user shown in the list so I will exclude it :D Is this possible? |
Add:
PHP Code:
PHP Code:
And Add: PHP Code:
PHP Code:
Oh and terribly sorry for not releasing any new version I have been extremely busy with work and my sites. Hopefully I might get something done soon. |
Quote:
PHP Code:
PHP Code:
You should add this to the downloadable version :D |
Database error in vBulletin 3.0.3:
Invalid SQL: SELECT thread.threadid, thread.title, thread.lastpost, thread.forumid, thread.replycount, thread.lastposter, thread.dateline, IF(views<=replycount, replycount+1, views) AS views, thread.visible, user.username, user.userid , NOT ISNULL(deletionlog.primaryid) AS isdeleted, deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason FROM vb3_thread AS thread LEFT JOIN vb3_user AS user ON (user.username = thread.lastposter) LEFT JOIN vb3_deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND type = 'thread') WHERE thread.forumid NOT IN () ORDER BY thread.lastpost DESC LIMIT 0, 5 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 ') ORDER BY thread.lastpost DESC LIMIT 0, 5' at line 6 mysql error number: 1064 Date: Wednesday 01st of September 2004 09:15:02 AM Script: http://www.digitaltoxicity.net/forums/index.php? Referer: http://www.digitaltoxicity.net/forum...ex.php?do=head Username: DeMiNe0 |
Quote:
If this came from the small modification then please read my thread above yours and change the line to fix this. |
its just from the hack itself.
|
I don't think you can have a null value for your $excludedforums variable so just stick a 0 in there and tell me what happens.
I.E $excludedforums = "0"; |
All times are GMT. The time now is 02:42 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|