How do I start NWS customization [version 2.x]? First, you need to change the header.htm and footer.htm in /skin/template/default/ and /skin/template/default2/. Replace these with what you want to use for your website header and footer.
Next, you need to add in your client id and private id. The client id is either your username on Netoon or a digital ID corresponding to your user name. You are able to look up this information on NWS under My Profiles. Please do not publish your private id -- this id is used for Netoon to track improper use of NWS. This should be changed here: /conf/nws_conf_global.php. $clientid is 'yourid' and $privateid is 'your privateid'.
To have further changes on the colors, layouts and more, please read related topics in NWS customization help. A professional developer may also want to check NWS API for more advanced customization choices.
|