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

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

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.

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.

Hooks JScms
faq-preview-img
Hook: before_render_admin

5 min read time

Hook: before_render_admin The before_render_admin hook is triggered before the admin panel template is rendered. It allows developers to modify data, inject logic, or re...

Hooks JScms
faq-preview-img
Hook: after_render_admin

5 min read time

Hook: after_render_admin The after_render_admin hook is triggered after the admin panel template is rendered. It allows developers to execute logic, log events, or appen...

Hooks JScms
faq-preview-img
Hook: admin_menu

5 min read time

Hook: admin_menu The admin_menu hook allows developers to dynamically add new menus to the admin navigation bar. This is useful for integrating custom modules or plugin-...

Hooks JScms
faq-preview-img
Hook: admin_menu_manage

5 min read time

Hook: admin_menu_manage The admin_menu_manage hook allows developers to add or modify menu items in the "Manage" dropdown menu of the admin interface.

Hooks JScms
faq-preview-img
Hook: admin_menu_tools

5 min read time

Hook: admin_menu_tools The admin_menu_tools hook allows developers to add or modify menu items in the "Tools" dropdown menu of the admin interface.