Is it possible to make 2 different modules for 2 separate page with this hack?
In vbgallery (not the vb gallery cmps addon) If I exclude a category in the Main Index Page Options, it breaks my cmps module and I get this error.
Code:
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT imageid, images.title, images.description, filename, thumbname, originalname, extension, images.catid ,images.userid, images.username
FROM vbulletinppgal_images AS images
WHERE Array valid = 1
AND images.catid NOT IN (2,3,7)
ORDER BY RAND()
LIMIT 1;
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 'valid = 1
AND images.catid NOT IN (2,3,7)
ORDER BY RA' at line 4
Error Number : 1064
Date : Friday, February 16th 2007 @ 10:57:21 PM
Script : http://www.forum-of-friends.com/
Referrer : http://www.forum-of-friends.com/gallery/
IP Address : 68.175.122.30
Username : waltercat
Classname : vB_Database