pluginsWebsite development
MODX plugins
0158
Plugins are PHP code that are run when Events are run. The MODX core contains many events that are fired at various points during parsing and interaction
MODX 3
Media sourcesWebsite development
Media sources
0350
Media sources are the locations where the files used on the site are stored. They can be located on the server, on another server, or even in cloud storage.
MODX 3
Static elementsWebsite development
Static elements
0136
A static element is an element that gets its content from a file. When you edit it through the manager, the file will be updated. Similarly, when you edit
MODX 3
MODX templatesWebsite development
MODX templates
0301
Templates typically contain HTML markup tags that define the layout and appearance of your site. When a document is requested, MODX loads the document
MODX 3
chunks - what are they and how to use themWebsite development
MODX chunks
0545
Chunks are small pieces of code that can be reused across multiple pages of a site. They function similarly to files or "blocks" in other content management systems.
MODX 3
Template variables (TV)Website development
Template variables (TV)
0305
Template variables are an important element of MODX that allows you to create flexible and powerful sites. They simplify the process of creating and managing
MODX 3
SnippetsWebsite development
MODX Snippets
0144
Snippets are the way MODX allows you to run dynamic PHP code on any of your pages. They can provide content such as menus, blog or news lists, search
MODX 3
ResourcesWebsite development
Resources
0505
What is a resource? A resource is a representation of a page in MODx. By default, MODx has 4 types of resources – documents, links, symbolic links, and files.
MODX 3
MODX elementsWebsite development
MODX elements
090
MODX elements are a catch-all term that includes templates, TV template variables, chunks, snippets, and plugins. Each of these elements is managed through
MODX 3
Date formatsWebsite development
Date formats or how to display dates in MODX 3
0241
A guide to displaying and formatting dates (publishing, updating/editing resources, etc.) in MODX Revolution.
MODX 3
Filters and modifiersWebsite development
Filters and modifiers
0654
Filters in Revolution allow you to control how data in a tag is presented or analyzed. They allow you to change values ​​within your templates.
MODX 3
Tag SyntaxWebsite development
Tag Syntax
0307
Tags are MODX elements that allow you to call HTML or PHP code, text from a dictionary, or document variables. The syntax of tags is unified and they are
MODX 3