The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
From this mod: https://vborg.vbsupport.ru/showthrea...271#post880271
That query: Code:
SELECT * FROM vb3_forumpermission WHERE ( forumid IN() AND usergroupid IN (1)) AND (maxthread=0 AND perhour=0); Any help will be appreciated.
|
|
#2
|
||||
|
||||
|
Just implode() your array and use a comma as the separator. Then put it in the query...
|
|
#3
|
||||
|
||||
|
Yes, I know that should happen but can't do it.
Can you reformat my query with your instructions? please. |
|
#4
|
||||
|
||||
|
You need to change the PHP code around and including it.
|
![]() |
|
|