Do the following edits for "cyb sub forum manager":
In the plugins Cyb - Sub-Forum Manager - CT and Cyb - Sub-Forum Manager 1
change
if ($vbulletin->options['cybsfa_enable'] AND (THIS_SCRIPT=='index' OR THIS_SCRIPT=='forumdisplay'))
to
if ($vbulletin->options['cybsfa_enable'] AND (THIS_SCRIPT=='index' OR THIS_SCRIPT=='forumdisplay' OR THIS_SCRIPT=='tabforumhome'))
|