šŸ¤© 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.

Functions JScms
faq-preview-img
Function: JScms_get_cat_notused

5 min read time

Function: JScms_get_cat_notused The JScms_get_cat_notused function retrieves all categories from the database that are not assigned to any page and do not have an external URL.

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

Functions JScms
faq-preview-img
Function: JScms_table_data_condition

5 min read time

Function: JScms_table_data_condition The JScms_table_data_condition function retrieves records from a specified table based on a given field and value condition, with optional exc...

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.

Functions JScms
faq-preview-img
Function: JScms_get_usergroup_all

5 min read time

Function: JScms_get_usergroup_all The JScms_get_usergroup_all function retrieves all user groups from the specified table with their ID, name, and description.

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

Functions JScms
faq-preview-img
Function: JScms_get_folders

5 min read time

Function: JScms_get_folders The JScms_get_folders function retrieves all folder names from a specified directory, excluding specific folders if provided.

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

Functions JScms
faq-preview-img
Function: JScms_field_not_exist_id

5 min read time

Function: JScms_field_not_exist_id The JScms_field_not_exist_id function checks if a specific value exists in a database table for a given field, excluding a specific row by its I...