šŸ¤© Knowledge is Power šŸ¤©

Learn how to use JScms

We will explain all features, functions, hooks, plugins, editor and how to navigate and modify your content in JScms. How to create pages, plugins, add your own language phrases and use AI to improve your articles if you want.

Hooks JScms
faq-preview-img
Hook: on_search_count_results

5 min read time

Hook: on_search_count_results The on_search_count_results hook allows plugins to contribute to the total count of search results, enabling a comprehensive search experie...

Hooks JScms
faq-preview-img
Hook: on_tags_count_results

5 min read time

Hook: on_tags_count_results The on_tags_count_results hook allows plugins to contribute custom counts to the total number of tagged results.

Hooks JScms
faq-preview-img
Hook: on_tags

5 min read time

Hook: on_tags The on_tags hook allows plugins to contribute additional results based on tags. Usage $hookResults = DynamicHooks::executeHook('on_tags', false,...

Hooks JScms
faq-preview-img
Hook: on_tags_result_render

5 min read time

Hook: on_tags_result_render The on_tags_result_render hook allows plugins to modify or extend the rendering of individual tagged results. Usage $hookResults =...

Hooks JScms
faq-preview-img
Hook: register_dynamic_urls

5 min read time

Hook: register_dynamic_urls The register_dynamic_urls hook allows plugins to define their own dynamic URLs that can be used as shortcodes for easy integration within the...

Hooks JScms
faq-preview-img
Hook: admin_usergroup_form_fields

5 min read time

Hook: admin_usergroup_form_fields The admin_usergroup_form_fields hook allows plugins to dynamically add custom fields to the user group management form in the admin int...

Hooks JScms
faq-preview-img
Hook: admin_usergroup_save

5 min read time

Hook: admin_usergroup_save The admin_usergroup_save hook allows plugins to handle custom data processing after a user group is saved in the admin interface.

Hooks JScms
faq-preview-img
Hook: admin_usergroup_fetch_data

5 min read time

Hook: admin_usergroup_fetch_data The admin_usergroup_fetch_data hook allows plugins to fetch and modify additional data for a user group during data retrieval in the adm...

Hooks JScms
faq-preview-img
Hook: on_dashboard_boxes

5 min read time

Hook: on_dashboard_boxes The on_dashboard_boxes hook in JScms allows developers to dynamically add custom boxes to the admin dashboard. This feature is particularly useful for provi...