We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 25103
    • 5 Posts
    This is my first project using MODx and it was insanely easy to install, setup templates, integrate jquery, create snippets, etc.

    Now I have a very simple database that I manually made. I also created a simple admin with a form to edit/add/delete fields. But after seeing this image with "add employee", "add client", etc. it made me curious if i can do EVERYTHING in MODx:
    http://wiki.modxcms.com/images/e/ee/Modx-manager-sm.jpg

    My database is like this:

    ===============
    doctors table
    ===============
    id  |  name
    ---------------
    1   |  John
    2   |  Kevin
    
    
    ===============
    insurance table
    ===============
    id  |  name
    ---------------
    1   |  Blue Cross
    2   |  Medicare
    
    
    ==============================
    doctornetwork table
    ==============================
    doctor_id  |  insurance_id
    ------------------------------
    1          |  1
    1          |  2
    2          |  1


    Is there a MODx plugin that will let me add custom tables and fields to the database and setup forms in the admin to edit them and relate them together?
    • I think there are a few database admin modules available, but they’re even easier to make than snippets.

      http://sottwell.com/create-module.html

      Then just add a link to run the module in the Manager’s Welcome page.
        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