We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
  • Um, yeah, I forget that I’m using EZfaq written by you. I’ll looking into it.
    However, what I’m trying is to ajax-load every block of resources on my home page, and make my homepage block configurable. As you see here: http://xgenvn.co.tv/modx (not English site).
    Each block does have script, a reference url and div frame to load into. That reference url is linked to my actual content of block, which I dont want people who love to inspect my page to view it outsite the homepage. That’s what I’m trying to achieve...

    Thank you very much Bob.


    PS:If anyone wants to do a similar page like I’m doing, just pm me and we can discuss about it. Surely that everyone can use modx with different approach and method.
      • 3749
      • 24,544 Posts
      How about putting the selected content in chunks rather than resources. That’s kind of what chunks are for. wink
        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
      • Chunk somehow is not really easy for a normal user to understand and update its content. My homepage is seperated by 4 parts: Top, Left, Right, Bottom, and each is a container of resources. Underlying resources are blocks which be able to config their contents are manual or updated from other categories. User want to make new block then do it under specified containers, and IMO that’s high-customized structure for a homepage.
        I’ve realized that I’m using too much unnecessary effect, which jQuery.load() can be served as a snippet or a chunk. Thanks Bob for helping my brain clear up. I’ve been confusing too much on the structure to get it work.