Knowledge Base
Categories
|
Installation (1)
Installation Knowledgebase
General (6)
General Tips
Software Administration (5)
Software Setup and Administration Tips.
|
Design Changes (1)
Tips about changing different things in a template.
Pre-Sales FAQ (12)
Pre-Sales Frequently asked questions
Issues (1)
Issues
|
General
Editing language files -- Oct 17 2009, 5:24 PM
There are 2 ways to edit a language file:
1. From web interface from Administrator Panel / Templates / Language Editor
2. Download and translate the file lang/LANG_ID.php on your computer (using any text editor) and then upload it back to your server.
Mails are not sent, what can I do? -- Oct 17 2009, 5:23 PM
By default the script send mails using the php mail() function. Some hostings limit the usage of php mail() function. Some are disabling it, some are limiting the functionality to sending only using a from flag with an account from that particular server. Try configuring the script to send mails using a smtp account. You can do this from Settings / Mail Settings. You will need to check the box "Use SMTP authentication" and to configure below a smtp mail account.
Change register_globals php.ini variable -- Oct 17 2009, 5:19 PM
When php.ini register_globals is set to On, you will see a warning message in admin statistics page. The script will work under these conditions, but we advice you to set it Off for security reasons. To set the value to Off try the following:
How to resize images -- Oct 17 2009, 5:18 PM
To resize an image you can use any image editor, there are many good free programs like the one on http://www.photoscape.org . You can also use an online image editor for that: http://www.picresize.com/ .
SEO Tips -- Oct 17 2009, 4:53 PM
Some tips to help you with you promoting your site.
Adding Google Analytics code or other javascript code to your template -- Oct 17 2009, 4:51 PM
To add javascript or CSS code to the script template you will need to enclose the code you add in {literal} {/literal} tags, otherwise you can receive an error from the template engine.
