View Single Post
  #2  
Old 09-26-2004, 02:39 AM
  amy2203's Avatar 
amy2203 amy2203 is offline
 

X-Wizard
  
Join Date: Jul 2004
Location: Watford, UK
Posts: 1,509
 

Default

I've found it, I had to change the PHP file instead. In case anyone is wondering, this is how I did it (I haven't limited it yet to the latest 10)

display_stats.php

I added:

Code:
# # Prepare statistics on referers for 10 latest referrers section # $latest_referers_array = func_query("SELECT * FROM $sql_tbl[referers] ORDER BY last_visited DESC LIMIT $first_page, $objects_per_page"); $smarty->assign("latest_referers_array", $latest_referers_array);

and then changes the references in advanced_statistics.tpl to reference the latest_referrers_array instead of the array previously created.

Amy
__________________
X-Cart version 5 (Previously 3.5-4)

Previous Versions included
BCSE Reward Points Mod
Altered Cart On Sale Mod
Wordpress Plugin

Please don't PM me for support. I help where I can on the forum and your question will more likely be answered there.

Shout me a Coffee!
Reply With Quote