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

General
faq-preview-img
How is OpenAI integrated into JScms?

5 min read time

How is OpenAI Integrated into JScms? JScms integrates OpenAIā€™s powerful AI tools to enhance content creation, streamline workflows, and provide intelligent automation.

Hooks JScms
faq-preview-img
Hook: on_template_footer_html

5 min read time

Hook: on_template_footer_html The on_template_footer_html hook allows developers to inject custom HTML into the footer of the template. This can be used for adding eleme...

Functions JScms
faq-preview-img
Function: JScms_row_exist

5 min read time

Function: JScms_row_exist The JScms_row_exist function checks whether a row exists in the specified table by its ID. Syntax JScms_row_exist($jakdb, $id, $table...

General
faq-preview-img
How do I enable maintenance mode?

5 min read time

How to Enable Maintenance Mode Maintenance mode is a useful feature that allows you to build and configure your website without it being visible to regular visitors.

Hooks JScms
faq-preview-img
Hook: on_profile_tab_content

5 min read time

Hook: on_profile_tab_content The on_profile_tab_content hook enables developers to inject custom tab content dynamically into user profile sections.

Functions JScms
faq-preview-img
Function: JScms_cut_content

5 min read time

Function: JScms_cut_content The JScms_cut_content function truncates text to a specified limit while ensuring no broken words or partial sentences.

Hooks JScms
faq-preview-img
Hook: on_profile_sidebar_links

5 min read time

Hook: on_profile_sidebar_links The on_profile_sidebar_links hook allows developers to dynamically add or modify links displayed in the user profile sidebar.

Functions JScms
faq-preview-img
Function: JScms_clean_content

5 min read time

Function: JScms_clean_content The JScms_clean_content function sanitizes and cleans user input while preserving the content of "code" and "pre" tags.