Quote:
Originally Posted by MarkFL
Create a plugin as follows:
Product: vBulletin
Hook Location : forumdisplay_query
Title: Display subforum threads in parent forumdisplay thread list
Execution order: 5
Plugin PHP Code :
PHP Code:
$hook_query_where = 'OR thread.forumid IN (' . implode(',',$foruminfo['childlist']) . ')';
Plugin is Active: Yes
|
This broke my site so I deactivated it. Is there anything wrong with the code?