Quote:
Originally Posted by Lizard King
I get the same database error
also this one never worked for me ?
PHP Code:
construct_nav_option("Rate Applications", '../' . $modcpdir . 'maf_rateapp.php?do=list', '<br />');
I think we have to change that to
PHP Code:
construct_nav_option("Rate Applications", 'http://www.yoursite.com/forum/modcp/maf_rateapp.php?do=list', '<br />');
|
depends on your set up the modcp variable is defined in your config.php
either way should work as long as you compensate for the directory.