9.08
9.86
690
per site
- Checked by Modstore
- Free future updates
- Work on the test and public domain
- 12 months tech. support
CustomExtra is a Custom Manager Page with 5 additional objects in separate tables:
Rows can be: Number (int), String (varchar), Textarea (text) or Checkbox (tinyint).
It may be a simple form

Or structured form with many fields

Objects can be used in your own snippets or plugins. For example:
To show objects In frontend you can use pdoResources:
- CustomExtraItem,
- CustomExtraOrder,
- CustomExtraOperation,
- CustomExtraMedia,
- CustomExtraLink
Rows can be: Number (int), String (varchar), Textarea (text) or Checkbox (tinyint).
It may be a simple form

Or structured form with many fields

Objects can be used in your own snippets or plugins. For example:
<?php
$modx->addPackage('customextra', $modx->getOption('core_path').'components/customextra/model/');
$request = $modx->newObject('customExtraOperation');
$request->set('name', $_POST['name']);
$request->set('string1', $_POST['contact']);
$request->set('description', $_POST['text']);
$request->save();
return true;To show objects In frontend you can use pdoResources:
[[pdoResources?
&class=`customExtraItem`
&loadModels=`customextra`
&sortby=`id`
&where=`{ "active":1 }`
&tpl=`tpl.items`
]] 3.0.0-beta
- New package for MODX3
2.0.4-beta
- Fix zero in descriptions
2.0.3-beta
- Extended search in manager page
2.0.2-beta
- Added Russian translate
- Removed Office integration
2.0.1-beta
- Added Process button
1.1.0-beta
- Added objects
1.0.1-beta
- Added checkbox control
1.0.0-beta
- First release



