Quote:
Originally Posted by CharlieDelta
|
I have this same mod installed. Here's my issue, I tried to do how you had it set but it doesn't recognize that it's on the media tab and defaults back to the "forums" when I click media which makes the Media tab and sub links I create useless.
I really don't understand what's causing this to happen.
UPDATE
I named the tab script in the nav manager just 'media' and went into media.php and changed the
Code:
define('THIS_SCRIPT', '8WR_media');
to
Code:
define('THIS_SCRIPT', 'media');
And reuploaded the media.php to the forum root and it recognizes the tab now. I'm not sure why it wouldn't recognize 8WR_media as the tab script name but nonetheless it works now.