ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Miscellaneous Tech News

    News
    83
    7.4k
    2.6m
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • stacksofplatesS
      stacksofplates @Obsolesce
      last edited by stacksofplates

      @tim_g said in Miscellaneous Tech News:

      Whitehouse.gov moves from Drupal to WordPress

      https://mobile.linuxtoday.com/infrastructure/whitehouse.gov-moves-from-drupal-to-wordpress-in-cms-shift.html

      That article acted like moving to Wordpress was the only way to get a form on the site? It’s a core module in Drupal. I mean maybe they saved some money because they could find a cheaper firm to manage the site but Drupal can do everything Wordpress can do plus a huge amount more.

      I’m guessing it was because Drupal 8 was released in 2015. 7 is still updated and available but not all modules have been ported over. They also switched to twig for themes so that would require rework for the theme on 8. If they aren’t leveraging the power of Drupal then I’m sure Wordpress will save them money that way also since they would just need blogging ability and info pages. Drupal is really a CMF that lets you build your own custom CMS.

      black3dynamiteB 1 Reply Last reply Reply Quote 0
      • stacksofplatesS
        stacksofplates
        last edited by

        I mean out of the box Drupal is still a great CMS if that’s all you want but you also have the building blocks to create anything you could imagine.

        1 Reply Last reply Reply Quote 0
        • black3dynamiteB
          black3dynamite @stacksofplates
          last edited by

          @stacksofplates said in Miscellaneous Tech News:

          @tim_g said in Miscellaneous Tech News:

          Whitehouse.gov moves from Drupal to WordPress

          https://mobile.linuxtoday.com/infrastructure/whitehouse.gov-moves-from-drupal-to-wordpress-in-cms-shift.html

          That article acted like moving to Wordpress was the only way to get a form on the site? It’s a core module in Drupal. I mean maybe they saved some money because they could find a cheaper firm to manage the site but Drupal can do everything Wordpress can do plus a huge amount more.

          I’m guessing it was because Drupal 8 was released in 2015. 7 is still updated and available but not all modules have been ported over. They also switched to twig for themes so that would require rework for the theme on 8. If they aren’t leveraging the power of Drupal then I’m sure Wordpress will save them money that way also since they would just need blogging ability and info pages. Drupal is really a CMF that lets you build your own custom CMS.

          I wondered if they ever looked at Joomla?

          stacksofplatesS 1 Reply Last reply Reply Quote 0
          • stacksofplatesS
            stacksofplates @black3dynamite
            last edited by

            @black3dynamite said in Miscellaneous Tech News:

            @stacksofplates said in Miscellaneous Tech News:

            @tim_g said in Miscellaneous Tech News:

            Whitehouse.gov moves from Drupal to WordPress

            https://mobile.linuxtoday.com/infrastructure/whitehouse.gov-moves-from-drupal-to-wordpress-in-cms-shift.html

            That article acted like moving to Wordpress was the only way to get a form on the site? It’s a core module in Drupal. I mean maybe they saved some money because they could find a cheaper firm to manage the site but Drupal can do everything Wordpress can do plus a huge amount more.

            I’m guessing it was because Drupal 8 was released in 2015. 7 is still updated and available but not all modules have been ported over. They also switched to twig for themes so that would require rework for the theme on 8. If they aren’t leveraging the power of Drupal then I’m sure Wordpress will save them money that way also since they would just need blogging ability and info pages. Drupal is really a CMF that lets you build your own custom CMS.

            I wondered if they ever looked at Joomla?

            A lot of the Joomla extensions are paid for only so I know it deters a lot of places from using it. Last time I paid attention it was the least popular of the big three also.

            1 Reply Last reply Reply Quote 0
            • ObsolesceO
              Obsolesce
              last edited by

              I've used Joomla a lot in the past... it has it's uses where WordPress didn't fit. But now with so many WP plugins, you can make it do anything Joomla can do.

              I've since moved completely away from Joomla, as I no longer see any reason to choose it over WP.

              1 Reply Last reply Reply Quote 1
              • stacksofplatesS
                stacksofplates
                last edited by

                How does WP handle custom content types and displaying records? Drupal has the ability to make content types and completely custom entities and then use Views to display them pretty much however you can dream up.

                ObsolesceO 1 Reply Last reply Reply Quote 0
                • ObsolesceO
                  Obsolesce @stacksofplates
                  last edited by

                  @stacksofplates said in Miscellaneous Tech News:

                  How does WP handle custom content types and displaying records? Drupal has the ability to make content types and completely custom entities and then use Views to display them pretty much however you can dream up.

                  Not sure exactly what you mean... example?

                  stacksofplatesS 1 Reply Last reply Reply Quote 0
                  • stacksofplatesS
                    stacksofplates @Obsolesce
                    last edited by

                    @tim_g said in Miscellaneous Tech News:

                    @stacksofplates said in Miscellaneous Tech News:

                    How does WP handle custom content types and displaying records? Drupal has the ability to make content types and completely custom entities and then use Views to display them pretty much however you can dream up.

                    Not sure exactly what you mean... example?

                    A simple example is a mileage tracking system. So you have a custom content type for a mileage entry and then a view to display it. The view can be a table like in this example, or it can be anything you can think up.

                    0_1514857969646_trip.png

                    0_1514857984949_todaysmileage.png

                    ObsolesceO 1 Reply Last reply Reply Quote 0
                    • scottalanmillerS
                      scottalanmiller
                      last edited by

                      Oh, so kind of like Access but, obviously, way more advanced and useful.

                      stacksofplatesS 1 Reply Last reply Reply Quote 0
                      • ObsolesceO
                        Obsolesce @stacksofplates
                        last edited by

                        @stacksofplates said in Miscellaneous Tech News:

                        @tim_g said in Miscellaneous Tech News:

                        @stacksofplates said in Miscellaneous Tech News:

                        How does WP handle custom content types and displaying records? Drupal has the ability to make content types and completely custom entities and then use Views to display them pretty much however you can dream up.

                        Not sure exactly what you mean... example?

                        A simple example is a mileage tracking system. So you have a custom content type for a mileage entry and then a view to display it. The view can be a table like in this example, or it can be anything you can think up.

                        0_1514857969646_trip.png

                        0_1514857984949_todaysmileage.png

                        Oh I see. No I don't believe anything like that is built-in to WordPress. But I wouldn't use WordPress for that purpose anyways.

                        If I had to, that would need to be done via a Plugin, which are very abundant.

                        DashrenderD stacksofplatesS 2 Replies Last reply Reply Quote 0
                        • DashrenderD
                          Dashrender @Obsolesce
                          last edited by

                          @tim_g said in Miscellaneous Tech News:

                          @stacksofplates said in Miscellaneous Tech News:

                          @tim_g said in Miscellaneous Tech News:

                          @stacksofplates said in Miscellaneous Tech News:

                          How does WP handle custom content types and displaying records? Drupal has the ability to make content types and completely custom entities and then use Views to display them pretty much however you can dream up.

                          Not sure exactly what you mean... example?

                          A simple example is a mileage tracking system. So you have a custom content type for a mileage entry and then a view to display it. The view can be a table like in this example, or it can be anything you can think up.

                          0_1514857969646_trip.png

                          0_1514857984949_todaysmileage.png

                          Oh I see. No I don't believe anything like that is built-in to WordPress. But I wouldn't use WordPress for that purpose anyways.

                          If I had to, that would need to be done via a Plugin, which are very abundant.

                          I'm part of a site that uses a function like that in Joomla.

                          ObsolesceO 1 Reply Last reply Reply Quote 0
                          • ObsolesceO
                            Obsolesce @Dashrender
                            last edited by

                            @dashrender said in Miscellaneous Tech News:

                            @tim_g said in Miscellaneous Tech News:

                            @stacksofplates said in Miscellaneous Tech News:

                            @tim_g said in Miscellaneous Tech News:

                            @stacksofplates said in Miscellaneous Tech News:

                            How does WP handle custom content types and displaying records? Drupal has the ability to make content types and completely custom entities and then use Views to display them pretty much however you can dream up.

                            Not sure exactly what you mean... example?

                            A simple example is a mileage tracking system. So you have a custom content type for a mileage entry and then a view to display it. The view can be a table like in this example, or it can be anything you can think up.

                            0_1514857969646_trip.png

                            0_1514857984949_todaysmileage.png

                            Oh I see. No I don't believe anything like that is built-in to WordPress. But I wouldn't use WordPress for that purpose anyways.

                            If I had to, that would need to be done via a Plugin, which are very abundant.

                            I'm part of a site that uses a function like that in Joomla.

                            I haven't seen that ability in Joomla either by default, but it's been a few years. At least not without a lot of custom work, but same with WordPress.

                            1 Reply Last reply Reply Quote 0
                            • stacksofplatesS
                              stacksofplates @scottalanmiller
                              last edited by

                              @scottalanmiller said in Miscellaneous Tech News:

                              Oh, so kind of like Access but, obviously, way more advanced and useful.

                              Ya you can create pretty much anything. Thats why it’s more of a CMF than a CMS.

                              1 Reply Last reply Reply Quote 0
                              • stacksofplatesS
                                stacksofplates @Obsolesce
                                last edited by

                                @tim_g said in Miscellaneous Tech News:

                                @stacksofplates said in Miscellaneous Tech News:

                                @tim_g said in Miscellaneous Tech News:

                                @stacksofplates said in Miscellaneous Tech News:

                                How does WP handle custom content types and displaying records? Drupal has the ability to make content types and completely custom entities and then use Views to display them pretty much however you can dream up.

                                Not sure exactly what you mean... example?

                                A simple example is a mileage tracking system. So you have a custom content type for a mileage entry and then a view to display it. The view can be a table like in this example, or it can be anything you can think up.

                                0_1514857969646_trip.png

                                0_1514857984949_todaysmileage.png

                                Oh I see. No I don't believe anything like that is built-in to WordPress. But I wouldn't use WordPress for that purpose anyways.

                                If I had to, that would need to be done via a Plugin, which are very abundant.

                                Ya the last place I worked I built an intranet that tracked safety issues, serial numbers, part/QA issues, etc. There was a part that you could bring up and have delivery people sign with their finger for accepting shipments. I put a ton of work into that one.

                                1 Reply Last reply Reply Quote 0
                                • NerdyDadN
                                  NerdyDad
                                  last edited by

                                  HaaZaa, the Nigerian Prince has fallen!

                                  https://www.policeone.com/investigations/articles/468398006-Police-arrest-alleged-Nigerian-prince-scammer-in-La-after-18-month-investigation/

                                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller @NerdyDad
                                    last edited by

                                    @nerdydad said in Miscellaneous Tech News:

                                    HaaZaa, the Nigerian Prince has fallen!

                                    https://www.policeone.com/investigations/articles/468398006-Police-arrest-alleged-Nigerian-prince-scammer-in-La-after-18-month-investigation/

                                    Now for loads of scams of people claiming that they are the real prince and pointing to this as proof that they can't be the scammer.

                                    dafyreD 1 Reply Last reply Reply Quote 0
                                    • dafyreD
                                      dafyre @scottalanmiller
                                      last edited by

                                      @scottalanmiller said in Miscellaneous Tech News:

                                      @nerdydad said in Miscellaneous Tech News:

                                      HaaZaa, the Nigerian Prince has fallen!

                                      https://www.policeone.com/investigations/articles/468398006-Police-arrest-alleged-Nigerian-prince-scammer-in-La-after-18-month-investigation/

                                      Now for loads of scams of people claiming that they are the real prince and pointing to this as proof that they can't be the scammer.

                                      The only problem I have is that these scams hae been around for a lot longer than 18 months, lol.

                                      DustinB3403D 1 Reply Last reply Reply Quote 0
                                      • DustinB3403D
                                        DustinB3403 @dafyre
                                        last edited by

                                        @dafyre Well the guy probably made enough money off of the scam to get to the US (at which point he could be prosecuted.)

                                        dafyreD 1 Reply Last reply Reply Quote 1
                                        • dafyreD
                                          dafyre @DustinB3403
                                          last edited by

                                          @dustinb3403 said in Miscellaneous Tech News:

                                          @dafyre Well the guy probably made enough money off of the scam to get to the US (at which point he could be prosecuted.)

                                          True.

                                          1 Reply Last reply Reply Quote 0
                                          • ObsolesceO
                                            Obsolesce
                                            last edited by

                                            Don't get hacked, enable SELinux:

                                            https://doublepulsar.com/hardening-apache-struts-with-selinux-db3a9cd1a10c

                                            1 Reply Last reply Reply Quote 2
                                            • 1
                                            • 2
                                            • 25
                                            • 26
                                            • 27
                                            • 28
                                            • 29
                                            • 372
                                            • 373
                                            • 27 / 373
                                            • First post
                                              Last post