Quote:
Originally posted by |DarkManX|
what are the correct changes that need to be made in admin/index.php
all my links are dead except for the exclude URL......the vbstats options don't work, and the view stats link doesn't work either...
thanks
|
Find
PHP Code:
makenavselect("Import & Maintenance");
After that add:
PHP Code:
// ***
makenavoption("vBStats Config","vbstats_set.php?action=","<br>");
makenavoption("Exclude vbStats URL","vbstats_set.php?action=add");
makenavselect("vbStats");
// ***
I didn't find out how I get the link to vbstats.php to work. Any ideas are welcome.