I have installed the QuickManager+ to my modx evolution1.0.4, but their doesn't have some button to edit directly in the fornt-end. I am sure I follow the instruction to depoy my modx without mistake. Does you guys have the same experience ever?
---------------------------------------------------------------------------
Installation
1. Extract all files from package to site root.
2. Create plugin with
Name: QuickManager+
Description: <strong>1.3</strong> Enables front end content editing support
3. Copy paste plugin code from "qm.plugin.txt".
4. Check events:
OnWebPagePrerender
OnDocFormPrerender
OnDocFormSave
OnManagerPageInit
OnManagerLogout
5. Copy paste plugin configuration:
&jqpath=Path to jQuery;text;assets/js/jquery-1.3.2.min.js &loadmanagerjq=Load jQuery in manager;list;true,false;true &loadfrontendjq=Load jQuery in front-end;list;true,false;true &loadtb=Load ThickBox in front-end;list;true,false;true &tbwidth=Modal box window width;text;80% &tbheight=Modal box window height;text;80% &usemm=Use with ManagerManager plugin;list;true,false;true &hidefields=Hide document fields from front-end editors;text;parent &hidetabs=Hide document tabs from front-end editors;text; &hidesections=Hide document sections from front-end editors;text; &addbutton=Show add document here button;list;true,false;true &tpltype=New document template type;list;parent,id,selected;parent &tplid=New document template id;int;3 &custombutton=Custom buttons;textarea; &managerbutton=Show go to manager button;list;true,false;true &logout=Logout to;list;manager,front-end;manager &disabled=Plugin disabled on documents;text;
6. Save plugin.
-
☆ A M B ☆
- 24,524 Posts
?? QuickManager comes with the MODx installation. You shouldn't need to install anything.
I wonder... do the buttons without text work if you click on them? The one on the far left should open the existing resource, and the one next to it should open a new resource form. Check your language files; it may be that there isn't an entry for those buttons in your language file. QM uses your default Manager's language file.
// Include MODx manager language file
global $_lang;
// Get manager language
$manager_language = $this->modx->config['manager_language'];
[ed. note: sottwell last edited this post 14 years, 6 months ago.]
-
☆ A M B ☆
- 24,524 Posts
http://www.maagit.fi/assets/rte/files/modx/qm-plus-155/readme.html
Look for the Inline buttons configuration settings, there are three of them near the bottom of the Configuration table.