• Login
Community
  • Login

Notepad++ community on nodebb.org

Scheduled Pinned Locked Moved Announcements
31 Posts 11 Posters 6.1k 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.
  • D
    donho @Ekopalypse
    last edited by Sep 18, 2019, 10:49 PM

    @Ekopalypse I have no idea. Logically it’s not the “lost ones” for me. But I could be wrong.

    1 Reply Last reply Reply Quote 0
    • E
      Ekopalypse
      last edited by Sep 18, 2019, 10:53 PM

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

      1 Reply Last reply Reply Quote 1
      • P
        PeterJones
        last edited by Sep 19, 2019, 1:30 PM

        @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
        • S
          Steven Haymes @donho
          last edited by Sep 20, 2019, 5:33 AM

          @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

          A 1 Reply Last reply Sep 23, 2019, 6:23 PM Reply Quote 1
          • D
            donho
            last edited by Sep 22, 2019, 10:13 PM

            @PeterJones

            Done. It should work right now.
            Thank you.

            1 Reply Last reply Reply Quote 3
            • P
              PeterJones
              last edited by Sep 22, 2019, 10:49 PM

              @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
              • D
                donho
                last edited by Sep 23, 2019, 2:31 PM

                @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
                • A
                  Alan Kilborn
                  last edited by Sep 23, 2019, 2:46 PM

                  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
                  • P
                    PeterJones
                    last edited by Sep 23, 2019, 2:55 PM

                    @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
                    • D
                      donho
                      last edited by Sep 23, 2019, 6:15 PM

                      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
                      • A
                        Alan Kilborn @Steven Haymes
                        last edited by Sep 23, 2019, 6:23 PM

                        @Steven-Haymes

                        He appears to have made a return appearance:

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

                        1 Reply Last reply Reply Quote 1
                        • D
                          donho
                          last edited by donho Sep 24, 2019, 2:16 PM Sep 24, 2019, 1:47 PM

                          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
                          • P
                            PeterJones
                            last edited by Sep 24, 2019, 2:00 PM

                            @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
                            • C
                              cmeriaux
                              last edited by Oct 1, 2019, 11:53 AM

                              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

                              D 1 Reply Last reply Oct 1, 2019, 1:01 PM Reply Quote 5
                              • D
                                dinkumoil @cmeriaux
                                last edited by Oct 1, 2019, 1:01 PM

                                @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.

                                D 1 Reply Last reply Oct 1, 2019, 3:45 PM Reply Quote 3
                                • D
                                  donho @dinkumoil
                                  last edited by Oct 1, 2019, 3:45 PM

                                  @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.

                                  D 1 Reply Last reply Oct 5, 2019, 10:54 AM Reply Quote 5
                                  • P
                                    PeterJones
                                    last edited by PeterJones Oct 2, 2019, 1:01 PM Oct 2, 2019, 1:00 PM

                                    @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
                                    • P
                                      PeterJones
                                      last edited by Oct 3, 2019, 1:11 PM

                                      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
                                      • D
                                        dinkumoil @donho
                                        last edited by Oct 5, 2019, 10:54 AM

                                        @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
                                        • D
                                          donho
                                          last edited by Oct 5, 2019, 8:52 PM

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

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