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

5 min read time

Hook: before_render The before_render hook is executed in the index.php file and runs before the template and editor are loaded.

Hooks JScms
faq-preview-img
Hook: on_user_change_email

5 min read time

Hook: on_user_change_email The on_user_change_email hook is executed whenever a user's email address is updated. This hook allows plugins to perform additional actions o...

Hooks JScms
faq-preview-img
Hook: after_render

5 min read time

Hook: after_render The after_render hook is executed in the index.php file and runs at the very end of the rendering process. It is part of JScms's dynamic hook system,...

Hooks JScms
faq-preview-img
Hook: on_template_load

5 min read time

Hook: on_template_load The on_template_load hook is executed during the template loading process in JScms. It is particularly useful for plugins or custom logic that nee...

Hooks JScms
faq-preview-img
Hook: config_end_render

5 min read time

Hook: config_end_render The config_end_render hook is executed at the end of the configuration file. This file is the first to load for every page in JScms, making this...

Hooks JScms
faq-preview-img
Hook: on_template_footer_js

5 min read time

Hook: on_template_footer_js The on_template_footer_js hook allows developers to inject JavaScript into the footer of the template. This is useful for adding custom scrip...

Hooks JScms
faq-preview-img
Hook: on_template_header_css

5 min read time

Hook: on_template_header_css The on_template_header_css hook allows developers to inject CSS into the header of the template. This is useful for adding custom stylesheet...

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

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.