Quote:
Are all your top-level forums set to be categories, with sub-forums underneath them?
|
Yes.
Quote:
Originally Posted by AngelBlue
Are all your top-level forums set to be categories, with sub-forums underneath them?
If so, try opening the plugin "SPF: User Options", and replacing:
Code:
if (trim($forum['link']))
{
return false;
}
With:
Code:
if (($forum['options'] & $vbulletin->bf_misc_forumoptions['cancontainthreads']) AND trim($forum['link']))
|
THANKS for reply, but d?ont wok for my

Any idea?