
07-19-2008, 08:27 PM
|
|
|
Join Date: Apr 2004
Location: Anaheim, CA
Posts: 774
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
If you only want to include one then you can edit the 'main code' plugin that is added with this addon. Find:
PHP Code:
WHERE post.visible = '1' AND thread.visible = '1' AND open = '1' AND $platest_and AND $platest_and_1
Change to:
PHP Code:
WHERE post.visible = '1' AND thread.visible = '1' AND open = '1' AND forum.forumid = x
Where x is your forumid.
|