How to Use Include Files in Templates – SilverStripe CMS
Last Updated on Thursday, 9 May 2013 02:07 Written by Teet Bergmann Sunday, 12 May 2013 12:00
One of the thing you want to use as an included template files is mostly 2nd level menu (sidebar menu).
Include files must be in themes/yourtemplatename/templates/Includes folder it’s the same level as Layout folder.
2nd level menu example code u add to themes/yourtemplatename/templates/Includes/Menu2.ss:
Learn MoreOpenCart – Using the json Object with Ajax
Last Updated on Tuesday, 30 April 2013 01:54 Written by Joe Stenhouse Monday, 6 May 2013 12:00
This is a simple tutorial that will show you how to set up a java script function that uses Ajax to contact a PHP CONTROL file, thus returning json data to echo the results on a TPL file (HTML). All throughout the Opencart framework this is happening and sometimes you will have need to write your own extension. In doing so, you will come across the need to use AJAX.
For this example we are going to do a simple HELLO WORLD echo. First, you need to write your javascript (with AJAX). Since Opencart uses jQuery we will be using jquery style javascript. Jquery is not a scripting language. Rather, it’s a javascript library that makes great use of Javascript to produce rich applications.
Learn MoreConfigure PHP Variables Using PHP Variables Manager
Last Updated on Saturday, 27 April 2013 09:24 Written by Khaleel Demeri Saturday, 4 May 2013 12:00
The PHP Variables Manager plugin is available for cPanel users under the 1H Software section in cPanel. It allows cPanel users to easily configure different PHP variables per folder through a single interface without the need to manually modify their own php.ini files – convenient and time saving.
Learn MoreHow to Manage Statistics using cPanel
Last Updated on Tuesday, 23 April 2013 04:11 Written by Anand Narayanaswamy Friday, 26 April 2013 12:00
If you run a website then you should know about your visitors including IP address, browser details and etc. You can use these details to track down those visitors who are causing troubles.
CPanel control panel includes several tools such as Webalizer, AWstats to detect the presence of visitors. AWstats is one of the most popular tool which displays day, week, month and yearly statistics in a detailed manner.
Learn MoremojoPortal Tips: Troubleshooting mojoPortal Using the System Log
Last Updated on Thursday, 11 April 2013 08:24 Written by Carole Bennett Sunday, 14 April 2013 12:00
mojoPortal is a robust and flexible CMS (content management system), and like the old Timex commercial, “takes a licking and keeps on ticking”. This is better for your users, in that they’ll seldom see an actual error message, but when you’re trying to troubleshoot something complex, or involving a third-party plugin or implementation, this can create some frustration. That’s when it’s time to start checking the System Log feature that’s built into mojoPortal.
Learn More

Recent Comments