Mazinger
09-14-2008, 07:57 PM
From this mod: https://vborg.vbsupport.ru/showthread.php?p=880271#post880271
That query:
SELECT * FROM vb3_forumpermission
WHERE ( forumid IN() AND usergroupid IN (1)) AND
(maxthread=0 AND perhour=0);
I want to apply this query on multipe usergroups and multipe forums (array) then re-format this query.
Any help will be appreciated. :)
That query:
SELECT * FROM vb3_forumpermission
WHERE ( forumid IN() AND usergroupid IN (1)) AND
(maxthread=0 AND perhour=0);
I want to apply this query on multipe usergroups and multipe forums (array) then re-format this query.
Any help will be appreciated. :)