View Single Post
  #61  
Old 01-13-2009, 10:09 PM
 
Learner Learner is offline
 

X-Adept
  
Join Date: Dec 2008
Posts: 807
 

Default Re: Multi currency modul

Hi,
Thanks virtual@croatia for your quick response. I test Multi currency module in http://www.build2last.com/home.php you can see multi currency there.

I am now install IP_Range module by modifying only line 67 in include/data_cache.php
from
$all_active_modules = func_query_column("SELECT module_name FROM $sql_tbl[modules] USE INDEX (active) WHERE active='Y'");
to
$all_active_modules = func_query_column("SELECT module_name FROM $sql_tbl[modules] USE INDEX (active) WHERE active='Y' ORDER BY module_name");

My question is-
1) Is it necessary to install IP_Range module by modifying the codes above only?
2) Are there any change of settings or some mods to be installed?
3) If so, where I find the IP_Range module setup?

Any help/inputs on this would be highly appreciated.

Thanks to all again.
__________________
4.6.1 Platinum


Reply With Quote