Many Thanks for the hack ..
Quote:
Originally posted by andrew67
So i take it then the version here don't work with 2.2.0 ?? Is the no way i can fix that error ?? Or do i have to wait for the new version? is so will that work with 2.2.0 ? I can't be bothered upgrading yet I just spent weeks getting the forum the way I wanted it...
|
Andrew .. i belive the changes needed in (admin/index.php) is as follows:
find:
Code:
makenavoption("Statistics","stats.php3?action=index","<br>");
and above that insert this code:
Code:
// <!-- vbStats -->
makenavoption("vbStats Config","vbstats_set.php","<br>");
makenavoption("View Public Statistics","../vbstats.php","<br>");
makenavoption("Exclude vbStats URL","vbstats_set.php?action=add","<br>");
makenavselect("vbStats");
// <!-- vbStats -->
However i am having a session problem with "vbstats_set.php" & "vbstats.php" .. the 2 pages won't load as:
[path]/vbb/vbstats.php
[path]/vbstats_set.php
but they load & work fine without the session, i.e:
[path]/vbstats.php
[path]/vbstats_set.php
the 3rd file "[path]/vbstats_set.php?action=add" works just fine.
Any thoughts?
forgot to mention .. running on 2.2.1