I used this mod with vb 2.x.x and it was working great .. but now with the last version .. I encounter some proble cause with the last version I enroll the title of the forums and topic in the URL :
but I think the new hack reverse the request of forum number
but for the new version it works for the index of the archive but when I click any link I get this error :
Database error in vBulletin 3.5.0:
Invalid SQL:
SELECT threadid, title
FROM thread AS thread
LEFT JOIN deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND type = 'thread')
WHERE forumid = 15
AND visible = 1
AND deletionlog.primaryid IS NULL
ORDER BY sticky DESC, lastpost DESC
LIMIT -200, 200;
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 '-200, 200' at line 8
Error Number : 1064
Date : Monday, October 3rd 2005 @ 08:16:57 AM
Script :
http://host/vb5/upload/vbo/forum/15-...5%D8%A9-1.html
Referrer : host/vb5/upload/vbo/
IP Address : ip
Username : wisam
Classname : vb_database
is there any way to fix this .. or please can the coder of the script tell me if I could use the 2.x.x hack with vb 3.5 making some changes