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.
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
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
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_edit.php
This hook is located in template/yourtemplate/page.php / template/yourtemplate/newsart.php and will be executed to display your plugin grid result.You can include a file, for example:if ($pg['pluginid'] == ...
This hook is located in template/yourtemplate/search.php and will be executed to display your plugin search result.You can include a file, for example:plugins/yourplugin/template/mysearchresult.php
This hook is located in template/yourtemplate/sitemap.php and will be executed to display your plugin sitemap list.You can include a file, for example:plugins/yourplugin/template/sitemap.php
This hook is located in template/yourtemplate/tags.php and will be executed to display your plugin tags.You can include a file, for example:plugins/yourplugin/template/tags.php
This hook is located in template/yourtemplate/footer.php and will be executed at the very end just before the tag.You can include a file, for example:plugins/yourplugin/template/end.php
This hook is located in template/yourtemplate/footer.php and will be executed at the very beginning in the footer template.You can include a file, for example:plugins/yourplugin/template/footer.php
This hook is located in template/yourtemplate/page.php and will be executed between title and content.You can include a file, for example:plugins/yourplugin/template/page.php