Quote:
Originally Posted by Artes_Marciales
Is strange, not work for my : S

Any idea?
|
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']))