We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 7231
    • 4,205 Posts
    looks good. the table sorting is the bees-knees. grin

    At the moment these are distinct pages as I couldn’t figure out how to integrate the tablesorter script into the Modx Manager. (And believe me I tried.)

    I don’t understand what you mean. Do you mean a script to output the table data dynamically in the form of a snippet?
      [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]
      • 18367
      • 834 Posts

      I don’t understand what you mean. Do you mean a script to output the table data dynamically in the form of a snippet?

      I mean the pages aren’t generated by Modx, they are separate php pages.

      The data is dynamically inputted into tablesorter, just not thru Modx.

      I tried putting the various php sections in snippets in Modx, but I couldn’t get them to work/display properly. I usually ended up with the table but not the data. (This was part of the pain I was talking about.)

      Given time I might figure it out, but I don’t have the time at the moment.

      Plus the css conflict didn’t ’help, although now I’ve figured that one out, I might try again later.

        Content Creator and Copywriter
        • 7231
        • 4,205 Posts
        Check out loopDBchunk snippet. It lets you get the results of your query and disply the output via a chunk (much like ditto). It has pagination and some other cool built-in features. It is a great snippet.

        You could either wrap the snippet with the table header/footer or possibly include them using the header and footer feature in the snippet.
          [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]