Hi there!
First I wanna thank you for the great idea to get the IP_Tracking modul working on Dragonfly! But I have the Problem that it doesnt give me results for a specific Module.
This is how I configured footer.php from Dragonfly root directory:
}
$foot1 .= '<br />';
}
// MS-Analysis Entry
// require( "modules/MS_Analysis/mstrack.php" );
require_once('modules/IP_Tracker/iptracking.php');
$foot1 = '<div align="center">'.$foot1.'
Interactive software released under <a href="http://www.dragonflycms.com/GNUGPL.html" target="_new" title="GNU Public License Agreement">GNU GPL</a>,
<a href="'.getlink('credits').'">Code Credits</a>,
<a href="'.getlink('privacy_policy').'">Privacy Policy</a></div>';
if (!THEME_USES_TPL) echo $foot1;
(Lines 30 to 40)
The Problem is that when I choose f.e. Your_Account from the drop down box in IP-Tracking-Module the page reloads and there is again "All Modules" up in the drop down box. It shows me the same results as before.
This is the only bug I found! The rest seems to work perfect!
If you want I can send you a german translation for the language-file of your Module!?
cheers
gtown