MODX

MODX development and support

Notes on MODX, CMS configuration and practical development tasks. These articles cover maintaining existing projects, extending their functionality and solving problems in MODX Evolution and Revolution.

For work beyond standard CMS functionality, see PHP/Laravel backend and API development and external service integrations.

Integrating an AI Assistant into the MODX Evolution Manager

As AI assistant is built into the admin panel MODX Evolution and helps to work with content. I analyze the problem of editing a complex HTML structure and the approach to solving it.

Smart Search for MODX Revolution

Refining the search in MODX Revolution: search by several words and accurate comparison of numerical values. The material presents the requirements, logic of requests and examples of code.

Restricting MODX EVO Data to Managers

How to close the data on the frontend and show only the site admin

MODX MySQL Ajax Table Editor

Very convenient module for editing data in the table.

Displaying Product Options in a Select List

Sometimes it is better to use a simple snippet, for the speed of the site, as an example, additional properties of the product in the product card and the list of goods.

Full-Text Search Across MODX Documents

Search looks for each word separately, then removes the repeat result

Robokassa Payment Integration in MODX

Payment was not so difficult...

Escaping Data in MODX

A short example of processing input data in MODX Evolution: deletion of HTML tags and shielding the value by means of the API database.

Recently Viewed Products from the Shopkeeper Table

Snippet, to display the list of goods viewed in the MODx store if the goods are stored in the Shopkeeper

Creating a MODX Resource from a Snippet

More and more I use forms using ajax in my projects. Here is an example of this use.