FAQ - CMS

Specifications


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 - ...

Read more

Hook: tpl_admin_index


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

Read more

Hook: tpl_admin_user_edit


This hook is located in admin/template/edituser.php.You can include a file, for example:plugins/yourplugin/template/more_user_information_edit.php

Read more

Hook: tpl_admin_user


This hook is located in admin/template/newuser.php.You can include a file, for example:plugins/yourplugin/template/more_user_information.php

Read more

Hook: tpl_admin_page_news_new


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

Read more

Hook: tpl_admin_page_news


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) ...

Read more

Hook: tpl_admin_footer


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

Read more

Hook: tpl_admin_head


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 ...

Read more

Hook: tpl_admin_setting


This hook is located in admin/template/setting.php and will be executed to display your plugin settings.You can include a file, for example:plugins/yourplugin/template/my_setting.php

Read more

Hook: tpl_admin_usergroup


This hook is located in admin/template/editusergroup.php and will be executed to display your plugin user-group permission.You can include a file, for example:plugins/yourplugin/template/usergroup_new.php

Read more