We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 15368
    • 5 Posts
    Is there a way to quick-edit a chunk? What is the tag method?

    Thanks
      • 26367
      • 14 Posts
      I am also interested in this. I’m sure there is an alternate way to do this but I havent found it yet.
        • 7231
        • 4,205 Posts
        There is no quick edit for chunks, something would need to be built.
          [font=Verdana]Shane Sponagle | [wiki] Snippet Call Anatomy | MODx Developer Blog | [nettuts] Working With a Content Management Framework: MODx

          Something is happening here, but you don't know what it is.
          Do you, Mr. Jones? - [bob dylan]
        • Keep in mind that QuickEdit is for editing individual pages from the front-end, so it can handle the various document variables (pagetitle, content, etc) as well as TV values for the document being edited.

          Chunks and default TV values are site-wide, and do not change on a per-page basis, so it would be awkward to be changing them from QuickEdit on any given page.

          If you want custom blocks of content to be editable on a per-page basis using QuickEdit, use TVs instead.
            Studying MODX in the desert - http://sottwell.com
            Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
            Join the Slack Community - http://modx.org
            • 26367
            • 14 Posts
            Thank you both for your reply. The site I’m working on has the "upcoming events" in the left column throughout most of the site. I wan’t the site owner to be able to edit the events without having to go into the backend. It seems a dedicated page with @DOCUMENT in a TV would be a practical approach to this.

            My question is this; Is there a better way?