Default country for ads

I'm trying to change the default country in ads from Argentina to United states, based on this post:

http://www.boonex.com/forums/?action=goto&my_threads=1#topic/Default-country-at-new-groups.htm

I've edited modules/boonex/ads/classes/BxAdsModule.php to this:

                    'caption' => _t('_bx_ads_caption_country'),
                    'values' => $aCountries,
                    'value' => 'US',
                    'value' => $sCountry,

---------------------

It works fine in groups, but not in ads, and I don't see why not. Does anyone know how this can be changed?

Quote · 15 Oct 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.