FAQ

Hook: tpl_sidebar


This hook is in the sidebar and does work together with the grid/widget system, display advertising, buttons or whatever you like in the sidebar.You can include a file, for ...

Read more

Hook: tpl_below_header


This hook is located below the header, display advertising, buttons or whatever you like below the navigation and logo.You can include a file, for example:plugins/yourplugin/template/advert.php

Read more

Hook: tpl_header


This hook is located in between the header, display advertising, buttons or whatever you like next to the logo.You can include a file, for example:plugins/yourplugin/template/css.php

Read more

Hook: tpl_between_head


This hook is located between thetag.You can include a file, for example:plugins/yourplugin/template/css.php

Read more

Hook: tpl_body_top


Template Hook: tpl_body_topYou can include a file on the very top in the template. This hook is located between theand the very firstYou can include a file, for example:plugins/yourplugin/template/body_top.php

Read more

Hook: php_admin_pages_news_info


Use this hook to execute PHP code in the admin/page.php and admin/news.php file.For example:$JAK_GET_TICKETING = jak_get_page_info(DB_PREFIX.'tickets', '');if you like to include a ...

Read more

Hook: php_admin_news_sql


Use this hook to execute PHP code in the admin/news.php file on two locations. This hook is located when edit or create a new news.For example:if (empty($news) && !empty($defaults['jak_shownewsmany'])) ...

Read more

Hook: php_admin_pages_sql


Use this hook to execute PHP code in the admin/page.php file on two locations. This hook is located when edit or create a new page.For example:if (empty($news) && !empty($defaults['jak_shownewsmany'])) ...

Read more

Hook: php_admin_fulltext_remove


Use this hook to execute PHP code in the admin/setting.php file.For example:$jakdb->query('ALTER TABLE '.DB_PREFIX.'pages DROP INDEX `title`');

Read more

Hook: php_admin_fulltext_add


Use this hook to execute PHP code in the admin/setting.php file.For example:$jakdb->query('ALTER TABLE '.DB_PREFIX.'pages ADD FULLTEXT(`title`, `content`)');

Read more