We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 52183
    • 6 Posts
    Hi, I am new to MODX. I am working on creating a news website/portal. Is it possible to build one using MODX ? Which themes and plugins should I be looking for ? Any help will be highly appreciated.

    PS : A better terminology would " Magazine Website "

    Thanks

    This question has been answered by multiple community members. See the first response.

      • 28042 ☆ A M B ☆
      • 24,524 Posts
      Themes are based on plain HTML with dynamic content supplied with MODX tags. So your theme can be whatever you like.

      Who will be posting the articles? Are you going to want paid subscriptions?

        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
      • discuss.answer
        • 52183
        • 6 Posts
        Thanks for attending @sottwell

        Mostly 2-3 persons will be posting articles apart from admin. Would it be possible create users as in WordPress and handover the ID and password to posting team ?

        I had not thought of paid subscriptions yet. So, no, no paid subscriptions as of now.
          • 46886
          • 1,154 Posts
          You can quickly create users in the Modx manager. I think you would need to give them the proper permissions of posting (creating new post), editing, and so on (but it depends on the solution you choose).

          Then you can hand the IDs and passwords to the posting team.

          I think the extra called Articles might be suitable for you, but pls wait for others with more knowledge (such as sottwell) to provide their thoughts. Some of these extras can be downloaded and installed through the manager, (package management), while some will need to be imported. Its a pretty smooth process, to be honest. smiley
            • 52183
            • 6 Posts
            Thank you @nuan88

            I would be needing modules like " Latest posts from all categories ", " Popular posts from all categories ", " Latest post from a particular category " etc.
              • 4172
              • 5,888 Posts
              I wouldn't use the articles-extra anymore.
              You can do the same just with collections in a much more flexible way.

              For listings like Latest posts and so on, you would use a snippet like pdoResources, shipped with the pdoTools - Extra.
                -------------------------------

                you can buy me a beer, if you like MIGX

                http://webcmsolutions.de/migx.html

                Thanks!
                • 52183
                • 6 Posts
                Thanks for the reply @Bruno17 .

                collections

                pdoResources

                pdoTools-Extra

                Are these plugins ? Available for free ? Where can I get them ?
                • discuss.answer
                  • 4172
                  • 5,888 Posts
                  you can install them directly from manager with package-management

                  about collections:
                  https://rtfm.modx.com/extras/revo/collections

                  pdoResources is included with pdoTools and is a faster and more powerfull replacement for getResources
                    -------------------------------

                    you can buy me a beer, if you like MIGX

                    http://webcmsolutions.de/migx.html

                    Thanks!
                  • discuss.answer
                    • 46886
                    • 1,154 Posts
                    Both probably can be found by searching inside your Modx manager - package management

                    Collections is here: https://modx.com/extras/package/collections

                    pdoTools: https://modx.com/extras/package/pdotools

                    Thanks Bruno I will update my info, Articles does look really old, I noticed when getting the extra page.
                      • 52183
                      • 6 Posts
                      Thank you @Bruno17 , @nuan88

                      Is there anything else I would be looking for ?