Quote:
Originally Posted by Chris M
Not tested, but should work
In the plugin code, add:
PHP Code:
$limitfids = ,x,y,z;
before:
PHP Code:
foreach($vbulletin->forumcache AS $forum) {
Replace [high]x,y,z[/high] with the forumids you wish to exclude
Satan
|
Doesn't seem to work for me.
PHP Code:
$limitfids = ,167,168,;foreach($vbulletin->forumcache AS $forum) {
Here is the line of the plug in. I get this error:
Quote:
Parse error: parse error, unexpected ',' in /public_html/forums/index.php(459) : eval()'d code on line 6
|