FAQ - CMS

CMS - Style Manager


The brand new style manager for cms is available since version 1.2. Customise your website design is now done with a few clicks.Please note: for some changes you need to save, refresh the page and then ...

Read more

Add your Sidebar Widget


Step by Step guide to add your own sidebar widget.First you need to create the sidebar widget file within the template you use:In our case we created a file with Google Adsense as content. After you created ...

Read more

Hook: tpl_footer_widgets


Place some widgets dynamically in the footer. This is an example how igrid used this hook:<?php if (is_numeric(JAK_BCONTENT1_IGRID_TPL)) {   <br ...

Read more

Hook: tpl_below_content


This is the brother from the below_header hook. You can close some divs or add some extra stuff that doesn't fit in the main section.

Read more

Hook: php_admin_widgets_sql


This hook enables to fire some sql in the admin widgets section.$getpoll = $JAK_GET_POLL = jak_get_page_info(DB_PREFIX.'polls', '');

Read more

CMS Page


How to create a page in CMS?Create a page is fairly simple, however you have to know that it works slightly different to other content management system. In CMS the menu and pages are separate, that means you ...

Read more

Protect _files Directory


Protect all your folders with read, write and execute permission if you can! You should protect your _files directory best way would be if your server can handle directory with permission lower than 0777. This ...

Read more

Admin Access Level


In CMS each administrator can have different access to different plugins and sections in the administration panel. This can be handy if you have an admin only manage the news, so he/she doesn't need access to ...

Read more

Add more Super Administrators


Adding another super administrator is fairly easy! However you need to know that every super administrator created in the administration panel is protected as well in the db.php file.Please follow this steps ...

Read more

Create your own Template


Any content management system is only as good as your own template/mydesign. I'm sure you want your own design associated with your business or brand.The easiest way to start is to duplicate the existing file ...

Read more