Login






Basic Customization

How to update contact page and other static pages information?

  • Edit: /[THEME_PATH]/lang/[LANGUAGE_CODE]/*.php
  • Language code. i.e. EN for English, CN for simplified Chinese

 

How to add static pages?

e.g. If you want to add a page called “About Us
  1. The url will be:
    http://[YOUR_DOMAIN]/include/themes/[THEME_PATH]/nas_static.php?page=about
  2. In [THEME_PATH]/lang/[LANGUAGE_CODE]/:
    Copy “my_sample.php” and save it as” about.php” .
    Language code. i.e. EN for English, CN for simplified Chinese

 

How to add Google Analytics (or other web traffic tracker) code to the site?

For template v1.3.2+ - Install Plugin - “NAS_TrafficTracker” written by us, free to download at:
http://www.nasthon.com/store/members-area/remository?func=select&id=10

 

How to add Advertisement (Google Adsense) ?

  • For Left Vertical Advertisement, edit: /[THEME_PATH]/include/_adv-vert.php
  • For Right Vertical Advertisement, edit: /[THEME_PATH]/include/_rightside.php
  • For Footer Advertisement, edit: /[THEME_PATH]/include/_adv.php

 

How to change homepage Flash picture?

  • Edit: /[THEME_PATH]/xml/photoLoad.xml (can add / delete or re-order the pictures)
  • Locate the image file and replace them.

 

How to show a static picture in homepage rather than showing a Flash?

  • Edit: /[THEME_PATH]/config.php

    CHANGE:
    define('NAS_1004_HOME_SHOW_THEME_FLASH', 'YES');

    TO:
    define('NAS_1004_HOME_SHOW_THEME_FLASH', 'NO');

How to update the text in the navigation bar (Home | Jobseekers | Employers …) ?

  • Just follow the same steps to update other text as usual.
  • Edit in Administration Panel > Languages > Translating / Editing Tool

 

How to add additional language ?

  1. After creating a new language in Admin Panel > Languages, visits Main Config (still in Admin Panel), press “save” again (language merging to the new language file will occur when config is saved)
  2. In /[THEME_PATH]/flash/
    Duplicate folder “EN” and then rename it to the newly created language code.
  3. In /[THEME_PATH]/lang/
    Duplicate folder “EN” and then rename it to the newly created language code. Edit the *.php inside that folder.