Resource Explorer is a little component to help you achieve following purposes:
-
Browsing your blog by parent-child like structure
-
Can be used to replace the resource menu, only for content, not Template/Snippet/Chunk/TV management.
Resource Explorer can be used as an example of custom manager page. You can add other sections to fit your needs.
The repository is on http://github.com/xgenvn/ResourceExplorer.
To use this component under your modx setup for further development:
-
In ./config.core.php file, change MODX_CORE_PATH to your setup path
-
Create two options under System Settings: dev_path and dev_url, point them to where ResourceExplorer is located at.
Example: dev_path = {base_path}/x_components/ dev_url = {base_url}/x_components/
- Create necessary namespace: resource_explorer
core_path: {base_path}/x_components/ResourceExplorer/core/components/resource_explorer/
assets_path: {base_path}/x_components/ResourceExplorer/assets/components/resource_explorer/
I assumed that {base_url}/x_components/ can be accessed through your local web server.
- Create necessary controller and menu item.
Go to Systems>Actions: Add 'index' action under Actions>resource_explorer
Place an Action under Components Menu. The controller has to be 'resource_explorer - index'
- Now you can make your own changes. Run _build/build.transport.php on your browser to package things up.
The zip file will be located at {base_path}/core/packages/.
##CONTACT About commercial consult and feature-more request, feel free to contact me.