Basic Customization
Last Updated on Wednesday, 26 August 2009 11:05
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
- Alternatively, from Template v1.0.3, you can choose to use "InfoPages Plugin" to manage your website content, details.
How to add static pages?
e.g. If you want to add a page called “About Us”- The url will be:
http://[YOUR_DOMAIN]/include/themes/[THEME_PATH]/nas_static.php?page=about - 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 - Alternatively, from Template v1.0.3, you can choose to use "InfoPages Plugin" to manage your website content, details.
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) ?
-
Top Banner, edit:
-
/nasthon1007/include/_adv-top.php
-
/nasthon1007/images/banner-728-90.jpg [image]
-
- For Vertical Advertisement (left sidebar), edit:
- /nasthon1007/include/_adv-v1.php
- /nasthon1007/include/_adv-v1b.php
- For Vertical Advertisement (right sidebar in homepage), edit:
- /nasthon1007/include/_adv-v2.php
- Bottom, edit:
- /nasthon1007/include/_adv-bottom.php
How to add extra menu in navigation bar?
- edit: /[THEME_PATH]/nas_hbar.php
<div id="hbar_b">..</div>
How to add extra links in footer menu bar?
- edit: /[THEME_PATH]/nas_footer_link.php
<div id="footerlinkbar">..</div>
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 ?
- 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)
- In /[THEME_PATH]/lang/
Duplicate folder “EN” and then rename it to the newly created language code. Edit the *.php inside that folder.
| < Prev | Next > |
|---|