Community
    • Login

    how to link to my URL

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    25 Posts 4 Posters 11.2k 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.
    • Claudia FrankC
      Claudia Frank @Joel Snyder
      last edited by

      Looks ok - the zip states it is 516608 bytes.
      Didn’t you get any info that notepad++ was not able to load a dll when you start npp?
      It is in the right directory, is a dll … should work or complain if it can’t be loaded.

      Cheers
      Claudia

      1 Reply Last reply Reply Quote 0
      • Joel SnyderJ
        Joel Snyder
        last edited by

        No–received no info re inability to load a dll when starting Notepad++ … so I guess I’m at a dead end until my webmistress comes back. Don’t even know to whom I can contact/complain to at Notepad++.

        Claudia FrankC 1 Reply Last reply Reply Quote 0
        • Claudia FrankC
          Claudia Frank @Joel Snyder
          last edited by

          Sorry, currently I’m running out of ideas, not sure what we are missing here - don’t like such situation.
          Maybe a good sleep will reveal the hidden secrets - already 2 o’clock in the morning - good night.

          Cheers
          Claudia

          1 Reply Last reply Reply Quote 0
          • Joel SnyderJ
            Joel Snyder
            last edited by

            Many thanks to Claudia for her assistance–but I still haven’t been able to link Notepad++ with my website. I used to be able to see in Notepad++ a button that enabled connection to the net.

            Any others have some thoughts?

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

              The “other thoughts” are that you still have not successfully installed the plugin manager, let alone the NppFTP plugin. Until you are able to do that, you will not have the button.

              Your difficulty in installing the plugin manager says something has gone wrong (the instructions weren’t clear, or you have some other config item that hasn’t been mentioned)

              Your ? > Debug Info claims you have installed 64bit Notepad++ in C:\Program Files\Notepad++\notepad++.exe. After you opened your downloaded PluginManager 1.4.9 x64 zipfile, you should have extracted the contents into C:\Program Files\Notepad++\. After ensuring you’ve done that, please close Notepad++, then open it again (making sure it re-reads the list of plugin DLLs) and give us the ? > Debug Info again.

              Next, open up a cmd.exe window (type the Win+R, then cmd.exe), and run

              dir /s "c:\program files\notepad++"
              dir /s "%APPDATA%\Notepad++"
              

              and copy and paste the full results into here (as shown below in pasting data).

              Note that it will give us the complete contents of your Notepad++ executable directory structure and your Notepad++ AppData structure. If you have any sensitive filenames listed there (or if you wish to hide your windows user name) , just xxxx them out before pasting in the forum.


              Please note: some people get confused between %APPDATA%\Notepad++ and %APPDATA%\roaming\Notepad++. On all modern Windows configurations (everything Since Win7, and probably since Vista), %APPDATA% exapands to c:\users\name.here\AppData\Roaming (or similar, depending on your system). And on versions before then, there was no ...\user.name\AppData\Roaming, so you should still use %APPDATA%\Notepad++.

              So unless I’m very much mistaken, if you were really looking for %APPDATA%\Roaming\Notepad++, as you quoted from Claudia’s post, you wouldn’t find it. If you really meant you looked in ...\username\AppData\Roaming\Notepad++, then that would be the right location for your Win10 system.


              pasting data

              format them like this

              in the forum. Or alternately, indent every line by 4 spaces

                  first line
                  second line
              

              so it will render like

              first line
              second line
              

              in the forum. Or, if you don’t want to manually indent (which is easy enough if you’re editing your post in Notepad++ to begin with), you can do the more simple

              ```z
              contents here
              ```
              

              so that it will render like

              contents here
              
              1 Reply Last reply Reply Quote 2
              • Joel SnyderJ
                Joel Snyder
                last edited by

                Peter–

                Thank you for your response. I’ve tried to follow your instructions – I still don’t have “the button” upon reopening Notepad++ but, as you asked, I’ve pasted in the data you specified … let me know if this enables you to help me further. I appreciate it! (I have not posted the full results from "dir /s “c:\program files\notepad++”
                dir /s “%APPDATA%\Notepad++”
                as this forum limits the number of characters one can post).

                Notepad++ v7.5.4 (64-bit)
                Build time : Jan 1 2018 - 01:50:29
                Path : C:\Program Files\Notepad++\notepad++.exe
                Admin mode : OFF
                Local Conf mode : OFF
                OS : Windows 10 (64-bit)
                Plugins : DSpellCheck.dll mimeTools.dll NppConverter.dll PluginManager.dll

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

                  You could do a screenshot, upload the picture to imgur or similar service, and embed the image as ![](https://path/to/image.png), which would show the picture directly in the forum.

                  However, your ? > Debug Info now shows you have the PluginManager available, which is a good first step (or, per Claudia’s list, second step 😉).

                  Let’s try step 3: in your cmd.exe window, run cd "%AppData%\Notepad++", then dir . to see a directory listing of your NPP user-config. You don’t need to share this listing unless you don’t see the plugins subdirectory listed. If you do see it listed, from the same window (so you’re still in that directory), list dir .\plugins. You should see a config subdirectory; if not, show us, otherwise, dir .\plugins\config. On this one, you may or may not see an NppFTP subdirectory. If you do, per Claudia’s #3, make a backup of it (cd .\plugins\config then ren NppFTP NppFTP.bak); if you don’t have the %APPDATA%\Notepad++\plugins\config\NppFTP directory, that’s tolerable for now.

                  Back in Notepad++, run Plugins > Plugin Manager > Show Plugin Manager. Search through the Available tab for NppFTP. Check the ☑ checkbox, and click Install. There will be a progress bar, and then it will either restart Notepad++ or ask you for permission to do so. When Notepad++ is reloaded, you should see the NppFTP icon on your toolbar, and Plugins > NppFTP > ... should be in your menus. If this worked, you’ve now made it halfway through the 7th step. Yay! ☺

                  If you cannot find it ☹, please show us your updated ? > Debug Info. Since there’s not enough room for the full dir /s, instead please

                  cd "\Program Files\Notepad++\"
                  dir   .   .\plugins
                  

                  which will at least show us the main executable directory and its plugins subdirectory, so it will give us a clue as to how to help you next.

                  At this point, I’m going to ask you to take a detour. Load up some other FTP software (FileZilla is my recommendation, but whatever you usually use), and make sure you know how to connect to your website’s FTP or SFTP server. Prove that you can connect to the server in this way. If you cannot, you will need to get the correct information from your web person (and that individual is more likely to have done it through a standard FTP client rather than thru Notepad++, which is why I suggested using a standalone client at this point). Once you know the FTP-client settings to connect to your host, and have proven you can do it, you can move back to Notepad++ and NppFTP:

                  If you do have NppFTP available in Notepad++, you should be able to show NppFTP window at this point. Click on the Settings “Gear” icon, and select Profile Settings. Since at this point, you presumably don’t have a previous config, you will have to create a new one. Use the FTP setting from my detour. If you aren’t sure how all of those settings translate from the standalone FTP client to the the NppFTP connection setup, give us some screenshots of the working FTP config info (you can paint over sensitive usernames and servernames, but leave as much info as possible), and we can probably help you translate.

                  I know there are a lot of things in this post. But I’m trying to give you enough detail to get through this, and enough reminders of places to provide us with information if something goes wrong. If something doesn’t work, give us as much information as possible. If you cannot fit it all in one post, split it across multiple posts, or embed screenshots, or something. Alt+PrintScreen and mspaint.exe and imgur are your friends. The more relevant information you can give us, the easier it will be for us to continue to help you.

                  1 Reply Last reply Reply Quote 3
                  • Joel SnyderJ
                    Joel Snyder
                    last edited by

                    IT WORKED!! I’M IN!!
                    Wow – my webmistress will be so proud of me for accomplishing this “myself” (with just a little help from Claudia and Peter! ;-) )
                    Thank you, guys–you’ve been great … and very patient.
                    If you have any interest in “audio description”, feel free to check out www.audiodescribe.com or www.acb.org/adp
                    Thanks again!

                    1 Reply Last reply Reply Quote 1
                    • guy038G
                      guy038
                      last edited by guy038

                      Hello, @joel-snyder and All,

                      I did not intervene, until then, in your discussion, because I don’t use NppFTP plugin, at this moment. But, out of curiosity, I visited your website :

                      www.audiodescribe.com

                      And, I must say, that being deaf of one ear, since my birth, and having an hearing aid, for the other ear, since the age of 30 about, I fully understand the difficulties that the blind and the visually impaired people have to cope, with an handicap far higher than mine !

                      So, keep on applying your valuable method, which brings them, I am convinced, an inestimable comfort of life :-))

                      Best Regards,

                      guy038

                      1 Reply Last reply Reply Quote 0
                      • Joel SnyderJ
                        Joel Snyder
                        last edited by

                        Thanks so much, Guy –

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