We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 49084
    • 3 Posts
    Well, not totally. The resources using them are still displaying correctly but the templates are not present in the Elements manager so I can't edit them. This seems odd to me as I'm running as Super User / Administrator ! I assume this is a permissions / access roles fault and that for some reason they are hidden from view but how can I un-hide them?

    On looking at the Permissions nothing seems wrong.

      • 3749
      • 24,544 Posts
      To see if it's a permissions issue, make yourself a sudo user and flush all permissions and sessions. If they show up, it's a permission issue. If you have Category Access ACL entries for the Templates' categories, you need to add yourself to all the relevant User Groups.

      If not, there's probably something wrong with the records for those templates in the DB (invalid parent or invalid category are the most likely). SiteCheck will find and fix them for you: http://bobsguides.com/sitecheck-promo.html or you can do it by hand in the DB.
        Did I help you? Buy me a beer
        Get my Book: MODX:The Official Guide
        MODX info for everyone: http://bobsguides.com/modx.html
        My MODX Extras
        Bob's Guides is now hosted at A2 MODX Hosting
        • 23018
        • 353 Posts
        Don't know which version you are running, but it might be worth a try.

        I remember an ugly bug the prevented snippets, chunks, templates and plugins from being displayed if they were stored inside a category which was nested inside another category that had no content except other categories.

        Example:

        Category1
        |--Chunk1
        |--Chunk2
        |--Category1.1
           |--Category1.1.1
              |--Chunk3 You CAN'T see that one, because Category1.1 is empty except for another Category.
        |--Category1.2
           |--Chunk4
           |--Category1.2.1
                |--Chunk5 You CAN see that one, because inside Category1.2 is another chunk (Chunk4)
        


        Its easy to make them appear again. Add some Dummy Content to the empty category and all missing elements in the children category show up again. Move all templates from that category so they fit into the rule I described above.
          Homepage: pepebe.de | MODX snippets (and other stuff) at github: https://gist.github.com/pepebe