SKIP COUNTRIES

From Tmmwiki
Jump to: navigation, search
NATS 4

NATS Extras
TMMid
Gallery Builder Module
Remote Affiliate Authentication
Build Your Own Anything Module
Shopping Cart Sales
Moving Tours, Members' Area, and Galleries
Admin Areas
Extended Sales
NATS Code Wordpress Plugin
Error_message_display

In order to remove countries countries from the drop down on the join forms you need to create $config['SKIP_COUNTRIES'] array in the nats/includes/config_override.php file. The values need to be 2 letter country codes. The following example removes Afghanistan and Albania from the list

$config['SKIP_COUNTRIES'] = Array(

 "0" => "AF",
 "1" => "AL");
Personal tools
products