Frequently asked questions is a great source for help for all our products. On the right side bar you have also a search which will bring you faster to your answer. You cannot find the answer of your question?
Please go to our support area and open a new ticket, we are happy to help you out.
If you server is running on Apache you can use the build in optimisation for short url's. This gives you the possibilities to have shorter and cleaner URL's and a better search engine performance.To use the ...
When you install CMS the first time, please read the installation manual very carefully! Installing CMS is very simple and the installation wizard will guide you thru in only two steps.Important information ...
CMS is build on PHP widely used on web servers. MySQL for storing all the necessary data and HTML5/CSS3.CMS is using a few third party products like:jQueryBootstraptinyMCE - EditorShadowboxjQuery Tags - ...
This hook is located in admin/template/index.php and is made for displaying news about your plugin.You can include a file, for example:plugins/yourplugin/template/news_on_index.php
This hook is located in admin/template/edituser.php.You can include a file, for example:plugins/yourplugin/template/more_user_information_edit.php
This hook is located in admin/template/newuser.php.You can include a file, for example:plugins/yourplugin/template/more_user_information.php
This hook is located in admin/template/footer.php and will be executed to display new plugin stuff in the grid system.You can include a file, for example:plugins/faq/admin/template/connect_new.php
This hook is located in admin/template/footer.php and will work together with the grid system, you can use PHP and HTML code.You can include a file, for example:if ($pg['pluginid'] == JAK_PLUGIN_FAQ) ...
This hook is located in admin/template/footer.php and will be executed at the very end just before the tag.You can include a file, for example:plugins/yourplugin/template/my_copyright.php
This hook is located in admin/template/header.php and will be executed for your css or javascript files needed for your plugin.You can include a file, for ...