Quote:
Originally Posted by TaMpE
After installing AJAX Tab forum, the Sub-Forum Manager seems got disabled! All the forums are now a big, mess. How can I fix this?
|
I put out a simple solution for this already..
This is for version 1.5 ... You need to modify one of the Cyb Sub Forum Manager Plugins
Quote:
Plugins (Search In): Cyb - Sub-Forum Manager - CT and Cyb - Sub-Forum Manager 1
Find:
(THIS_SCRIPT=='index' OR THIS_SCRIPT=='forumdisplay'))
Replace With:
(THIS_SCRIPT=='index' OR THIS_SCRIPT=='forumdisplay' OR THIS_SCRIPT=='tabforumhome'))
|