Quote:
Originally Posted by KuraFire
IF YOU HAVE THIS PROBLEM:
Code:
Call to undefined function: construct_nav_option2()
You PROBABLY mis-placed the file edit in adminfunctions_navpanel.php!
The file edit in adminfunctions_navpanel.php has to go BELOW this:
PHP Code:
</script>
<?php
echo $controls . $_NAV . $_controls;
}
Pay close attention to the closing bracket:
}
it all has to go BELOW that!
This is *most likely* what you did wrong - paste the new code 2 lines too high. 
|
thankz point that now everything looks great....AND i find why i cant install last night?
Kura in ur readme file u say this:
Quote:
EXAMPLE:
If your forum is at www.site.com/forum/ and you want to place
your htlfiles directory one level below the WEBroot, your
config_htl.php should show this:
$htlfilesdir = '../../htlfiles';
|
AND early i change the path to
Quote:
$htlfilesdir = './htlfiles';
|
and thats work for me!!
PS:my address same as ur example
www.site.com/forum/.