We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28854
    • 5 Posts
    I am in the process of making a small website for a Beer tasting club im in. I want a website where we can upload images from our meetings, keep track of the meetings, of the beers we tasted, and see an online version of the form we filled out while tasting.

    I guess MODx can manage this in several ways - but I’d rather ask a bit first, before trying to make it work on my own.

    Does MODx have a module that will enable to me easily create entries in a database, and then output them in a template? I want to save the ratings from the form for each member in a database, and then show each members results on the page for the beer.

    I am no programmer, so making a module from scratch is out of the question.

    Can MODx help me with a site like this, or does it require alot of custom code to acomplish ?
      • 3749
      • 24,544 Posts
      The MaxiGallery snippet will definitely take care of your photos. The rest, I think, could be accomplished with the eForm and eForm2db snippets.

      I don’t think you’d have to write any custom code, but I could be wrong. At any rate, you’d have to spend some time learning how those snippets work and then some more time getting things to look the way you want. (not to mention learning MODx itself).

      I’m not sure MODx is for you, but if you want to do what you’ve described, I think MODx might be the easiest way to do it. I don’t think any other CMS would make it any easier and doing it outside a CMS would require quite a bit of custom coding.

      In MODx, you’d also have the very helpful development community here to ask when you got stuck.

      Bob
        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
        • 23299
        • 1,161 Posts
        I think so...

        And you have already gotten the attention of one of the most helpful guys on this forum: BobRay

        Max
          • 28854
          • 5 Posts
          I realise that no matter what CMS system I go for, I will have to learn how it works. I have alot of experience with phpbb over the years, and have also set up sites using the PHP Fusion CMS. But I have always reqired to have some soft of community on the sites - I dont need that on this site. Also, this site is for a small group of people, so I wanted to keep it simple. But I am by far a novice when it comes to altering a CMS/forum to suit my needs - Im just not a great programmer wink

          I work with HTML and CSS on a daily basis, so the layout is not a problem. Also I want to keep my HTML and CSS as clean and valid as I can, and my feeling about MODx is that this is also one of the ideas behind it - to stay true to the standards and using the newest technologies in those standards all over the CMS.

          I will certainly take a look at the eForm and eform2db snippets and see if I can make it work.

          /Sune
            • 28854
            • 5 Posts
            Now that I looked at MODx in more detail, I wanted to try out eForm and eForm2db. However, my testing stops there :-/

            First of all, the eForm files I can download from the website is 1.4.3, but the one included in the download of MODx is 1.4.4 - howcome there is a difference? Also I can see that its been over a year since eForm was updated last. (http://modxcms.com/eForm-1003.html)

            I have also tried to find eForm2db, but it does not seem to be in the MODx Extensions at all.

            Am I looking the wrong place, or is eForm an old and un-updated snippet?
              • 3749
              • 24,544 Posts
              The only place I could find eform2db was here: http://modxcms.com/forums/index.php/topic,8111.0.html but, apparently, it’s still a Beta version.

              Bob
                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
                • 8894
                • 114 Posts
                Quote from: SuneR at Feb 03, 2008, 10:21 AM

                Am I looking the wrong place, or is eForm an old and un-updated snippet?
                The latest version is 1.4.4, but it is only packed with MODx, as noticed also in this thread
                  • 23299
                  • 1,161 Posts
                  If you know your way around XHTML and CSS then MODx should work for you. Bottom line is that you will have to invest time in figuring out things work with any CMS system. MODx is no exception. I find I spend a lot more time in figuring out how to implement the snippets and the calls than I do getting the design to work. With the other CMS systems I found that there was a lot of heavy lifting to do when it came to implementing your own design: having that full "out the box" experience meant hacking other themes apart. I have my feet much more firmly planted in the design world than the programming world and I find that MODx suits me design wise. Its the snippets, permissions, and PHP errors that trip me up.

                  Most questions have been asked in some manner before so get used to the forum search engine. Sometimes it takes several attempts at entering the right search words or phrases. Sometimes the thing I then battle with is that the answers provided can some times confuse you more: the jargon or advice assumes a specific knowledge which not everyone has.

                  Can’t address the eform question but you might want to try the spform as well. Search for it...

                  Max
                    • 3749
                    • 24,544 Posts
                    Quote from: Photowebmax at Feb 03, 2008, 11:38 AM


                    Can’t address the eform question but you might want to try the spform as well. Search for it...

                    Max

                    SPForm is here: http://modxcms.com/forums/index.php/topic,19357.0.html

                    But I don’t think it will meet the OP’s needs. SPForm is just a simple "contact us" form. You can’t add fields and it won’t interact with the db in any way. It’s just an easier solution for people who don’t need the power of eForm.

                    Bob
                      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