<![CDATA[ Edit chunks and TV's in ManagerManager? - My Forums]]> https://forums.modx.com/thread/?thread=75482 <![CDATA[Re: Edit chunks and TV's in ManagerManager?]]> https://forums.modx.com/thread/75482/edit-chunks-and-tv-s-in-managermanager?page=2#dis-post-418236
Once I installed the latest MM I was able to figure it out, sort of.

Sottwell,
index.php?a=78&id=14
works great, I can link directly to each chunk.
This will probably work for what I need.

When I view the chunks in MM, it shows all, even the locked ones.
That is not what I want.

Thanks
BG66]]>
BobbyG66 Mar 31, 2012, 07:01 AM https://forums.modx.com/thread/75482/edit-chunks-and-tv-s-in-managermanager?page=2#dis-post-418236
<![CDATA[Re: Edit chunks and TV's in ManagerManager?]]> https://forums.modx.com/thread/75482/edit-chunks-and-tv-s-in-managermanager#dis-post-418205 sottwell Mar 30, 2012, 08:15 PM https://forums.modx.com/thread/75482/edit-chunks-and-tv-s-in-managermanager#dis-post-418205 <![CDATA[Re: Edit chunks and TV's in ManagerManager?]]> https://forums.modx.com/thread/75482/edit-chunks-and-tv-s-in-managermanager#dis-post-418204
index.php?a=78&id=14

where "a" is the "action" to be done and "14" is the ID of the item in question. This link would open an editing screen for chunk #14.

You can find the action IDs in the manager/index.php file; this is mostly a huge switch that includes the appropriate action .php file depending on what was clicked on.

Using this method, you could even create a management page with these links to show on the front-end (unpublish it and only logged-in Manager users could access it), then create a menu item in Quick Manager for that page. A plugin using the onSave... events would return the user to the front-end page when the element is saved. This has a few flaws in it, but it's a beginning anyway.

]]>
sottwell Mar 30, 2012, 07:51 PM https://forums.modx.com/thread/75482/edit-chunks-and-tv-s-in-managermanager#dis-post-418204
<![CDATA[Re: Edit chunks and TV's in ManagerManager?]]> https://forums.modx.com/thread/75482/edit-chunks-and-tv-s-in-managermanager#dis-post-418203 I created the new plugin, but it kinda looks like the original manager page.

Still looking for a way to list the chunks and TV's I want the user to edit.

I am using EVO 1.05 and MM 0.3.9.
So I just updated to MM 0.3.11
Will try some more things with this version...]]>
BobbyG66 Mar 30, 2012, 06:34 PM https://forums.modx.com/thread/75482/edit-chunks-and-tv-s-in-managermanager#dis-post-418203
<![CDATA[Re: Edit chunks and TV's in ManagerManager?]]> https://forums.modx.com/thread/75482/edit-chunks-and-tv-s-in-managermanager#dis-post-418152 breezer Mar 30, 2012, 09:48 AM https://forums.modx.com/thread/75482/edit-chunks-and-tv-s-in-managermanager#dis-post-418152 <![CDATA[Re: Edit chunks and TV's in ManagerManager?]]> https://forums.modx.com/thread/75482/edit-chunks-and-tv-s-in-managermanager#dis-post-418123
I am using Evo and following this procedure:
http://wiki.modxcms.com/index.php/Customizing_the_Manager_Homepage

I have chunks and TV's set up for the content.
I want the editor to be able to quickly and easily access the chunks and TV's for editing.

Example: I have a chunk of text for the home page intro. It is a couple of sentences.
I want the editor to be able to edit the content whenever they want.

I already have the welcome page set up to add and edit resources.
I want everything in one place.

I will try out your code breezer.
Thanks
BG66]]>
BobbyG66 Mar 30, 2012, 07:12 AM https://forums.modx.com/thread/75482/edit-chunks-and-tv-s-in-managermanager#dis-post-418123
<![CDATA[Re: Edit chunks and TV's in ManagerManager?]]> https://forums.modx.com/thread/75482/edit-chunks-and-tv-s-in-managermanager#dis-post-418074 1. Unzip the attached manager_welcome_screen.zip, upload the manager_welcome_screen folder into your assets/plugins/ folder.
2. Rename your current welcome.html, and drop the modified welcome.html into your assets/templates/manager/ folder.
3. Create a plugin named "manager_welcome_screen" with the code below ( no php tags )
include MODX_BASE_PATH.'assets/plugins/manager_welcome_screen/mws_plugin.php';

check the following events:
OnManagerWelcomePrerender
OnManagerWelcomeHome
OnManagerWelcomeRender
OnDocFormRender]]>
breezer Mar 30, 2012, 03:00 AM https://forums.modx.com/thread/75482/edit-chunks-and-tv-s-in-managermanager#dis-post-418074
<![CDATA[Re: Edit chunks and TV's in ManagerManager?]]> https://forums.modx.com/thread/75482/edit-chunks-and-tv-s-in-managermanager#dis-post-418049 sottwell Mar 29, 2012, 10:02 PM https://forums.modx.com/thread/75482/edit-chunks-and-tv-s-in-managermanager#dis-post-418049 <![CDATA[Re: Edit chunks and TV's in ManagerManager?]]> https://forums.modx.com/thread/75482/edit-chunks-and-tv-s-in-managermanager#dis-post-418042
I'm not quiet sure what you're asking for. Maybe some more information would be good. Like:

- What do you mean that you want to "link" to a chunk and TV?
- Which version of MODx are you using? I am assuming that you are using Revo.

Here's something that you might find handy:
- Creating a TV: http://rtfm.modx.com/display/revolution20/Creating+a+Template+Variable
- Creating a Chunk: http://rtfm.modx.com/display/revolution20/Chunks
]]>
insightdesign Mar 29, 2012, 09:40 PM https://forums.modx.com/thread/75482/edit-chunks-and-tv-s-in-managermanager#dis-post-418042
<![CDATA[Re: Edit chunks and TV's in ManagerManager?]]> https://forums.modx.com/thread/75482/edit-chunks-and-tv-s-in-managermanager#dis-post-418041 sottwell Mar 29, 2012, 09:37 PM https://forums.modx.com/thread/75482/edit-chunks-and-tv-s-in-managermanager#dis-post-418041