FAQ

HelpDesk - Super Operators


Adding another super operator is fairly easy!Please follow this steps to create another super operator:Login into your operator panel as a super operator.Go to User and click on New User.Add all necessary ...

Read more

HelpDesk - Change Logos


Change images and logo is quite simple you only need to replace the graphics with your own.You will find the graphics on following locations:img/ico (all the ...

Read more

HelpDesk - Minimum Requirements


You will need a quality hosting enviroment with following requirements.The web server must have PHP and MySQL with one available database.Minimum requirements for your web server:Minimum PHP 5.3Minimum MySQL ...

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