Quote:
Originally Posted by SoloX
Hi,
I have a large forum as well. How can I modify the following to process threads from one particular forum only?
|
I changed
PHP Code:
FROM " . TABLE_PREFIX . "thread
to
PHP Code:
FROM " . TABLE_PREFIX . "thread where forumid='14'
where 14 was my target forum. This way I will only do the forums I need. Maybe useful for larger boards.