Community
    • Login

    Notepad++ community on nodebb.org

    Scheduled Pinned Locked Moved Announcements
    31 Posts 11 Posters 5.9k Views
    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.
    • EkopalypseE
      Ekopalypse
      last edited by

      At the end not that important :-D - did a mark all notification read - gone :-)
      Thx

      1 Reply Last reply Reply Quote 1
      • PeterJonesP
        PeterJones
        last edited by

        @donho ,

        Thanks. The update/refresh is nice!

        Per this other discussion, https://community.notepad-plus-plus.org/topic/18262/can-t-login-with-my-google-account/8 , it would be nice if the old main notepad-plus-plus.org made a redirect from notepad-plus-plus.org/community/... to community.notepad-plus-plus.org/..., so that all the old links in the forums to other posts (and any external websites that link to the old forums) will still properly land in the new forums. On my webserver, the syntax

        Redirect /community https://community.notepad-plus-plus.org
        

        does what I would expect. (Maybe RedirectPermanent instead… I’m not sure of all the implications of the difference in those two redirects.)

        1 Reply Last reply Reply Quote 5
        • Steven HaymesS
          Steven Haymes @donho
          last edited by

          @donho

          The little green Notepad++ logo appears to be missing in the upper left corner next to the word “Community”. I am using Firefox but also tested this in MS Edge.

          Steve

          Alan KilbornA 1 Reply Last reply Reply Quote 1
          • donhoD
            donho
            last edited by

            @PeterJones

            Done. It should work right now.
            Thank you.

            1 Reply Last reply Reply Quote 3
            • PeterJonesP
              PeterJones
              last edited by

              @donho,

              It should work right now.

              Hmm, I just tried to go to https://notepad-plus-plus.org/community/topic/16876/stuck-in-administrator-mode-how-to-get-out/ or to just the main https://notepad-plus-plus.org/community/ and they give me error pages rather than re-directing.

              Maybe redirects work differently on the notepad-plus-plug.org server than they do on mine.

              1 Reply Last reply Reply Quote 0
              • donhoD
                donho
                last edited by

                @PeterJones said in Notepad++ community on nodebb.org:

                Hmm, I just tried to go to https://notepad-plus-plus.org/community/topic/16876/stuck-in-administrator-mode-how-to-get-out/ or to just the main https://notepad-plus-plus.org/community/ and they give me error pages rather than re-directing.

                It should work now. It’s more complicated than the code you provided:

                RewriteEngine On
                RewriteBase /
                RewriteCond %{HTTP_HOST} ^notepad-plus-plus.org [NC]
                RewriteRule ^(.*)$ http://www.notepad-plus-plus.org$1 [L,R=301]
                RedirectMatch 301 ^/community/(.*)$ http://community.notepad-plus-plus.org/$1
                
                1 Reply Last reply Reply Quote 3
                • Alan KilbornA
                  Alan Kilborn
                  last edited by

                  https://notepad-plus-plus.org/community/topic/16876/stuck-in-administrator-mode-how-to-get-out/

                  successfully redirects (for me!) to:

                  https://community.notepad-plus-plus.org/topic/16876/stuck-in-administrator-mode-how-to-get-out

                  now! Nice!

                  1 Reply Last reply Reply Quote 1
                  • PeterJonesP
                    PeterJones
                    last edited by

                    @donho said in Notepad++ community on nodebb.org:

                    It’s more complicated than the code you provided:

                    Sorry, I probably had some of the Rewrite* stuff already defined elsewhere in my .htaccess, and didn’t realize it was required for making it work.

                    Thanks for the extra effort, and getting the redirect working!

                    1 Reply Last reply Reply Quote 2
                    • donhoD
                      donho
                      last edited by

                      FYI: I removed the redirection for the reason that it causes the problem of download link.
                      I’ll test it and fix it and apply it ASAP.

                      1 Reply Last reply Reply Quote 2
                      • Alan KilbornA
                        Alan Kilborn @Steven Haymes
                        last edited by

                        @Steven-Haymes

                        He appears to have made a return appearance:

                        d891c3ce-1ae7-4ef5-8865-a2b0ecdab9dd-image.png

                        1 Reply Last reply Reply Quote 1
                        • donhoD
                          donho
                          last edited by donho

                          I restored the redirection, please let me know if all work as expected.

                          RewriteEngine On
                          RewriteBase /
                          Redirect 301 /community https://community.notepad-plus-plus.org
                          RedirectMatch 301 ^/community/(.*)$ https://community.notepad-plus-plus.org/$1
                          
                          
                          1 Reply Last reply Reply Quote 2
                          • PeterJonesP
                            PeterJones
                            last edited by

                            @donho

                            if all work as expected.

                            So far, so good. Following an old link into the old forum URL will redirect to the new; and I was able to follow the download links on the main site. So, at least for me, it’s working.

                            1 Reply Last reply Reply Quote 2
                            • cmeriauxC
                              cmeriaux
                              last edited by

                              It seems that the forum is very slow now, especially when fetching unread posts. Is it a bad feeling or a reality ?
                              Is it a configuration issue ? Is it a memory leak issue ?

                              Cheers

                              dinkumoilD 1 Reply Last reply Reply Quote 5
                              • dinkumoilD
                                dinkumoil @cmeriaux
                                last edited by

                                @cmeriaux

                                No, it’s not a bad feeling, I’m facing the same problem. For example, upvoting your post took 5 seconds until the upvote count has been incremented to 1.

                                See also this thread.

                                donhoD 1 Reply Last reply Reply Quote 3
                                • donhoD
                                  donho @dinkumoil
                                  last edited by

                                  @dinkumoil @cmeriaux
                                  It depends. Sometimes it’s faster. But indeed, it’s very slow sometimes !
                                  I hope it’s temporary. Please let me know if such situation lasts.
                                  I will ask nodebb.org team for improving it.

                                  dinkumoilD 1 Reply Last reply Reply Quote 5
                                  • PeterJonesP
                                    PeterJones
                                    last edited by PeterJones

                                    @donho said in Notepad++ community on nodebb.org:

                                    if such situation lasts.

                                    24+ hours later, It’s still occurring. Sometimes, as @dinkumoil said in the other thread, the page auto-reloads while it’s having the issue. And, even worse for me, sometimes when it reloads, it switches to a different page, rather than the last one I was on! (In fact, while writing this post, behind the editing window, it switched from the topic I was responding to back to the unread posts page that I had come from.

                                    edit fortunately, when I hit submit, it posted to the right topic. I wasn’t sure if it would or not.

                                    1 Reply Last reply Reply Quote 2
                                    • PeterJonesP
                                      PeterJones
                                      last edited by

                                      I’m not ready to say it’s solved, but this morning, I haven’t noticed a large lag or any of the connection-dropped messages. This is making me hopeful. :-)

                                      1 Reply Last reply Reply Quote 1
                                      • dinkumoilD
                                        dinkumoil @donho
                                        last edited by

                                        @donho

                                        Still facing performance issues. A few minutes ago I even had to re-login after a “Connection lost” message appeared.

                                        1 Reply Last reply Reply Quote 1
                                        • donhoD
                                          donho
                                          last edited by

                                          OK, I will ask nodebb.org team for checking it.

                                          1 Reply Last reply Reply Quote 1
                                          • dinkumoilD
                                            dinkumoil @donho
                                            last edited by

                                            @donho

                                            Since this morning I can see that my online status (the dot in my avatar icon displayed besides my comments) is green even when I’m logged out. That means the system considers me to be logged in though the toolbar in the upper right corner shows “Log in” instead of my avatar icon and I can not comment.

                                            When loggin in or out I get constantly the “connection lost” messages, sometimes the site reloads automatically.

                                            This new forum software seems to be very buggy. :-(

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            The Community of users of the Notepad++ text editor.
                                            Powered by NodeBB | Contributors