šŸ¤© 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 Tiny File Manager integrated into JScms?

5 min read time

How is Tiny File Manager Integrated into JScms? Tiny File Manager is a lightweight, powerful file management tool fully integrated into JScms. It provides an intuitive interface for managin...

Hooks JScms
faq-preview-img
Hook: on_user_save

5 min read time

Hook: on_user_save The on_user_save hook is triggered when user data is being saved. It allows plugins to capture and store additional user-specific information dynamica...

Functions JScms
faq-preview-img
Function: JScms_escapePreCodeBlocks

5 min read time

Function: JScms_escapePreCodeBlocks The JScms_escapePreCodeBlocks function is used to escape the content within "pre" and "code" blocks, ensuring that code is rendered correctly a...

General
faq-preview-img
What are Hooks?

5 min read time

Understanding Hooks in the JScms Hooks are a powerful feature of the JScms, allowing developers to extend and modify its functionality without altering the core...

Hooks JScms
faq-preview-img
Hook: on_admin_user_edit_tabs

5 min read time

Hook: on_admin_user_edit_tabs The on_admin_user_edit_tabs hook allows developers to dynamically add custom tabs to the user edit interface in the admin panel.

Functions JScms
faq-preview-img
Function: JScms_send_email

5 min read time

Function: JScms_send_email The JScms_send_email function stores email information in the database for later sending by a cron job. It handles multiple recipients, CC add...

General
faq-preview-img
How to use the developer mode?

5 min read time

Developer Mode and How Do I Use It? Developer Mode is a special mode in JScms designed for developers who want to debug, test, or extend the JScms functionality.

Hooks JScms
faq-preview-img
Hook: on_helpful_box_plugin_context

5 min read time

Hook: on_helpful_box_plugin_context The on_helpful_box_plugin_context hook allows plugins to provide dynamic context to the helpful box feature.

Functions JScms
faq-preview-img
Function: JScms_password_creator

5 min read time

Function: JScms_password_creator The JScms_password_creator function generates a random alphanumeric password of a specified length. It uses the md5 hash function combine...