We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36582
    • 463 Posts
    I'm trying to find a way to hide some published posts in Articles. I need to keep the URL to the full article active but remove any links to the post in the main listing, archives, latest posts etc.

    I'm not using getResources to list posts.

    Can anybody give me a hint as to how I might achieve this?

    I was considering the use of a tv to add a css class to simply choose whether to hide a post summary but that seems a bit crude.
      Web site design in Nottingham UK by Chris Fickling http://www.chrisficklingdesign.co.uk
      • 42562
      • 1,145 Posts
      Articles uses getResources and whatnot to list the articles.

      Why not go to the very TPLs and use logic to hide the resources in question
        TinymceWrapper: Complete back/frontend content solution.
        Harden your MODX site by passwording your three main folders: core, manager, connectors and renaming your assets (thank me later!)
        5 ways to sniff / hack your own sites; even with renamed/hidden folders, burst them all up, to see how secure you are not.
        • 36582
        • 463 Posts
        I can see where Articles uses getPage / getResources for latest posts but I can't find the main call - any pointers?
          Web site design in Nottingham UK by Chris Fickling http://www.chrisficklingdesign.co.uk
          • 42562
          • 1,145 Posts
          The main call on the container?
            TinymceWrapper: Complete back/frontend content solution.
            Harden your MODX site by passwording your three main folders: core, manager, connectors and renaming your assets (thank me later!)
            5 ways to sniff / hack your own sites; even with renamed/hidden folders, burst them all up, to see how secure you are not.
            • 36582
            • 463 Posts
            Quote from: donshakespeare at Jan 30, 2016, 09:05 PM
            The main call on the container?
            - The call that assembles the the post summaries
              Web site design in Nottingham UK by Chris Fickling http://www.chrisficklingdesign.co.uk