Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Behind the Scenes
  3. Qt.io webservices
  4. What platform is Qt Forum built on?
Forum Updated to NodeBB v4.3 + New Features

What platform is Qt Forum built on?

Scheduled Pinned Locked Moved Qt.io webservices
11 Posts 4 Posters 1.1k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic was forked from How do I change my forum username? JKSH
This topic has been deleted. Only users with topic management privileges can see it.
  • JKSHJ JKSH

    @BEEDELL-ROKE-JULIAN-LOCKHART said in How do I change my forum username?:

    This appears to be a modified version of Discourse

    NodeBB actually, which is a competitor to Discourse.

    RokeJulianLockhartR Offline
    RokeJulianLockhartR Offline
    RokeJulianLockhart
    wrote on last edited by
    #2

    @J.Hilk, per the apparently Discourse-specific [quote] syntax utilised at forum.qt.io/post/86078, was this domain originally a Discourse instance? That could explain my original confusion.

    When using a forum, remember to tag the person you are responding to, in case they are not subscribed to the thread.

    SGaistS JKSHJ 2 Replies Last reply
    0
    • RokeJulianLockhartR RokeJulianLockhart

      @J.Hilk, per the apparently Discourse-specific [quote] syntax utilised at forum.qt.io/post/86078, was this domain originally a Discourse instance? That could explain my original confusion.

      SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #3

      @RokeJulianLockhart to the best of my knowledge, no. The first release of Discourse was in 2014 and the forum is several years older than that.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      Pl45m4P 1 Reply Last reply
      2
      • SGaistS SGaist

        @RokeJulianLockhart to the best of my knowledge, no. The first release of Discourse was in 2014 and the forum is several years older than that.

        Pl45m4P Offline
        Pl45m4P Offline
        Pl45m4
        wrote last edited by Pl45m4
        #4

        @SGaist

        I guess NodeBB just changed heavily since then?
        Now every post/topic supports markdown language, but you can see from very very old topics that they use @<code>@ as code tags and also quotes and links from back then don't work anymore.

        @RokeJulianLockhart So probably they moved to MD support at some point and had a different text format before that.
        (I do not know in what style or format you use "at" characters to indicate inline or block code... maybe somebody knows or it was even something custom)


        If debugging is the process of removing software bugs, then programming must be the process of putting them in.

        ~E. W. Dijkstra

        RokeJulianLockhartR 1 Reply Last reply
        0
        • RokeJulianLockhartR RokeJulianLockhart

          @J.Hilk, per the apparently Discourse-specific [quote] syntax utilised at forum.qt.io/post/86078, was this domain originally a Discourse instance? That could explain my original confusion.

          JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote last edited by JKSH
          #5

          @RokeJulianLockhart said in How do I change my forum username?:

          per the apparently Discourse-specific [quote] syntax utilised at forum.qt.io/post/86078, was this domain originally a Discourse instance? That could explain my original confusion.

          @Pl45m4 said in How do I change my forum username?:

          I guess NodeBB just changed heavily since then?
          Now every post/topic supports markdown language, but you can see from very very old topics that they use @<code>@ as code tags and also quotes and links from back then don't work anymore.

          In the beginning, the forum used a platform that's basically customized PHP. See the discussion at https://bugreports.qt.io/browse/QTWEBSITE-137 for a glimpse.

          We migrated to NodeBB in early 2015.

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          JKSHJ 1 Reply Last reply
          1
          • Pl45m4P Pl45m4

            @SGaist

            I guess NodeBB just changed heavily since then?
            Now every post/topic supports markdown language, but you can see from very very old topics that they use @<code>@ as code tags and also quotes and links from back then don't work anymore.

            @RokeJulianLockhart So probably they moved to MD support at some point and had a different text format before that.
            (I do not know in what style or format you use "at" characters to indicate inline or block code... maybe somebody knows or it was even something custom)

            RokeJulianLockhartR Offline
            RokeJulianLockhartR Offline
            RokeJulianLockhart
            wrote last edited by
            #6

            So probably they moved to MD support at some point and had a different text format before that.

            @Pl45m4, [quote] is (unstandardised) Markdown, but not CommonMark, which is a standardised subset. Discourse supports that syntax, which I've yet to observe elsewhere.

            Perhaps, it was BBCode?

            I do not know in what style or format you use "at" characters to indicate inline or block code... Maybe, somebody knows or it was even something custom.

            Undoubtedly. Neither BBCode, nor CM, utilise that.

            When using a forum, remember to tag the person you are responding to, in case they are not subscribed to the thread.

            Pl45m4P 1 Reply Last reply
            0
            • RokeJulianLockhartR RokeJulianLockhart

              So probably they moved to MD support at some point and had a different text format before that.

              @Pl45m4, [quote] is (unstandardised) Markdown, but not CommonMark, which is a standardised subset. Discourse supports that syntax, which I've yet to observe elsewhere.

              Perhaps, it was BBCode?

              I do not know in what style or format you use "at" characters to indicate inline or block code... Maybe, somebody knows or it was even something custom.

              Undoubtedly. Neither BBCode, nor CM, utilise that.

              Pl45m4P Offline
              Pl45m4P Offline
              Pl45m4
              wrote last edited by
              #7

              @RokeJulianLockhart said in How do I change my forum username?:

              Perhaps, it was BBCode?

              As per @JKSH, no.

              @JKSH said in How do I change my forum username?:

              In the beginning, the forum used a platform that's basically customized PHP.

              Apparently they used some monstrosity, which was utilizing PHP


              If debugging is the process of removing software bugs, then programming must be the process of putting them in.

              ~E. W. Dijkstra

              RokeJulianLockhartR 1 Reply Last reply
              0
              • Pl45m4P Pl45m4

                @RokeJulianLockhart said in How do I change my forum username?:

                Perhaps, it was BBCode?

                As per @JKSH, no.

                @JKSH said in How do I change my forum username?:

                In the beginning, the forum used a platform that's basically customized PHP.

                Apparently they used some monstrosity, which was utilizing PHP

                RokeJulianLockhartR Offline
                RokeJulianLockhartR Offline
                RokeJulianLockhart
                wrote last edited by
                #8

                @Pl45m4, they didn't utilise inline PHP for markup! I presume that they're referring to the backend. They could have utilised any markup syntax they wished.

                When using a forum, remember to tag the person you are responding to, in case they are not subscribed to the thread.

                1 Reply Last reply
                0
                • JKSHJ JKSH

                  @RokeJulianLockhart said in How do I change my forum username?:

                  per the apparently Discourse-specific [quote] syntax utilised at forum.qt.io/post/86078, was this domain originally a Discourse instance? That could explain my original confusion.

                  @Pl45m4 said in How do I change my forum username?:

                  I guess NodeBB just changed heavily since then?
                  Now every post/topic supports markdown language, but you can see from very very old topics that they use @<code>@ as code tags and also quotes and links from back then don't work anymore.

                  In the beginning, the forum used a platform that's basically customized PHP. See the discussion at https://bugreports.qt.io/browse/QTWEBSITE-137 for a glimpse.

                  We migrated to NodeBB in early 2015.

                  JKSHJ Offline
                  JKSHJ Offline
                  JKSH
                  Moderators
                  wrote last edited by
                  #9

                  @JKSH said in How do I change my forum username?:

                  In the beginning, the forum used a platform that's basically customized PHP

                  It was ExpressionEngine, IIRC

                  @Pl45m4 said in How do I change my forum username?:

                  I do not know in what style or format you use "at" characters to indicate inline or block code

                  Found it! It was Textile:

                  • https://web.archive.org/web/20141224175619/http://qt-project.org/wiki/ForumHelp
                  • https://textile-lang.com/

                  Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                  Pl45m4P 1 Reply Last reply
                  2
                  • JKSHJ JKSH

                    @JKSH said in How do I change my forum username?:

                    In the beginning, the forum used a platform that's basically customized PHP

                    It was ExpressionEngine, IIRC

                    @Pl45m4 said in How do I change my forum username?:

                    I do not know in what style or format you use "at" characters to indicate inline or block code

                    Found it! It was Textile:

                    • https://web.archive.org/web/20141224175619/http://qt-project.org/wiki/ForumHelp
                    • https://textile-lang.com/
                    Pl45m4P Offline
                    Pl45m4P Offline
                    Pl45m4
                    wrote last edited by
                    #10

                    @JKSH

                    Thanks for your effort :))
                    Wasn't really needed, but good to know. Fun to see how things develop over time.


                    If debugging is the process of removing software bugs, then programming must be the process of putting them in.

                    ~E. W. Dijkstra

                    JKSHJ 1 Reply Last reply
                    0
                    • Pl45m4P Pl45m4

                      @JKSH

                      Thanks for your effort :))
                      Wasn't really needed, but good to know. Fun to see how things develop over time.

                      JKSHJ Offline
                      JKSHJ Offline
                      JKSH
                      Moderators
                      wrote last edited by
                      #11

                      @Pl45m4 said in What platform is Qt Forum built on?:

                      Wasn't really needed, but good to know.

                      The best things in life are like that 😉

                      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                      1 Reply Last reply
                      1
                      • JKSHJ JKSH marked this topic as a regular topic

                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups
                      • Search
                      • Get Qt Extensions
                      • Unsolved