Spacc BBS Spacc BBS
    • Categorie
    • Recenti
    • Tag
    • Popolare
    • Mondo
    • Utenti
    • Gruppi
    • Registrati
    • Accedi
    La nuova BBS è in fase Alpha. I post precedenti al 22 luglio 2024 potrebbero non essere trasferibili, ma rimarranno disponibili per la lettura su /old/.

    [nodebb-plugin-link-preview] Rich Embeds and Link Previews

    Pianificato Fissato Bloccato Spostato Uncategorized
    68 Post 14 Autori 425 Visualizzazioni
    Caricamento altri post
    • Da Vecchi a Nuovi
    • Da Nuovi a Vecchi
    • Più Voti
    Rispondi
    • Topic risposta
    Effettua l'accesso per rispondere
    Questa discussione è stata eliminata. Solo gli utenti con diritti di gestione possono vederla.
    • julian@community.nodebb.orgJ Questo utente è esterno a questo forum
      julian@community.nodebb.org @benyto@community.nodebb.org
      ultima modifica di

      thanks for commenting benyto . The plugin follows NodeBB's behaviour in not modifying anchor target. The end user can ctrl-click the link to open in a new tab, shift-click to open in new window, etc.

      1 Risposta Ultima Risposta Rispondi Cita 0
      • paweł@community.nodebb.orgP Questo utente è esterno a questo forum
        paweł@community.nodebb.org @julian@community.nodebb.org
        ultima modifica di

        I installed the plugin via dashboard plugins.

        NodeBB v3.10.3

        I did a rebuild, the plugin appears, but saving settings does not work.
        In addition, I have this error in the console: “admin.min.js?v=o50k63atqko:1 error loading admin/plugins/link-preview
        Error: Cannot find module './plugins/link-preview'”

        What did I do wrong?

        1 Risposta Ultima Risposta Rispondi Cita 0
        • nhl.pl@community.nodebb.orgN Questo utente è esterno a questo forum
          nhl.pl@community.nodebb.org @julian@community.nodebb.org
          ultima modifica di

          What kind of hosting? Some container based and one click installs do not support updating plugins from dashboard. Please try to do the same thing from command line.

          1 Risposta Ultima Risposta Rispondi Cita 0
          • paweł@community.nodebb.orgP Questo utente è esterno a questo forum
            paweł@community.nodebb.org @julian@community.nodebb.org
            ultima modifica di

            I have VPS, and other plugins works fine, I have only problem with this. Save button dosen't work in plugin settigns.
            /admin/plugins/link-preview

            When I click "Save changes"/"Zapisz zmiany" - nothing happen, and after refresh page changes on checkboxes are gone.
            7efdce23-dc05-4350-ad96-898e5f9b5ddc-image.png

            Link Preview Image
            julian@community.nodebb.orgJ 1 Risposta Ultima Risposta Rispondi Cita 0
            • julian@community.nodebb.orgJ Questo utente è esterno a questo forum
              julian@community.nodebb.org @paweł@community.nodebb.org
              ultima modifica di

              Paweł hello again, when you run ./nodebb build, do you see any errors?

              1 Risposta Ultima Risposta Rispondi Cita 0
              • paweł@community.nodebb.orgP Questo utente è esterno a questo forum
                paweł@community.nodebb.org @julian@community.nodebb.org
                ultima modifica di

                Hello! I have one error, and the build is successfully

                2024-12-02T14:00:40.772Z [4567/43946] - info: [build] admin control panel styles  build completed in 5.442sec
                2024-12-02T14:00:40.773Z [4567/43946] - info: [build]                  templates  build started
                2024-12-02T14:00:42.294Z [4567/43946] - info: [build]                  templates  build completed in 1.521sec
                2024-12-02T14:00:42.296Z [4567/43946] - info: [build]                  languages  build started
                2024-12-02T14:00:47.214Z [4567/43946] - info: [build]                  languages  build completed in 4.918sec
                2024-12-02T14:00:47.216Z [4567/43946] - info: [build] Bundling with Webpack.
                315 assets
                788 modules
                
                ERROR in ./build/public/scripts-client.js 1960:5
                Module parse failed: Unexpected token (1960:5)
                You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
                | });
                |
                > ;CC0 1.0 Universal
                |
                | Statement of Purpose
                
                webpack 5.94.0 compiled with 1 error in 19554 ms
                2024-12-02T14:01:07.713Z [4567/43946] - info: [build] Asset compilation successful. Completed in 41.304sec.
                
                1 Risposta Ultima Risposta Rispondi Cita 0
                • baris@community.nodebb.orgB Questo utente è esterno a questo forum
                  baris@community.nodebb.org @julian@community.nodebb.org
                  ultima modifica di

                  Paweł check your plugins, looks like one of them is included a non-js file in the scripts block of its plugin.json

                  1 Risposta Ultima Risposta Rispondi Cita 0
                  • paweł@community.nodebb.orgP Questo utente è esterno a questo forum
                    paweł@community.nodebb.org @julian@community.nodebb.org
                    ultima modifica di

                    baris How should I find it in the admin panel or in the source code on the server?

                    Edit:
                    Ok I found the problem! grep -r ";cc0 1.0 universal" - there was problem with depreacted plugin nodebb-plugin-html5videoplayer - I removed this and know everythong works fine!

                    Thanks a lot for your quick help! This is my first time using NodeBB.

                    1 Risposta Ultima Risposta Rispondi Cita 0
                    • baris@community.nodebb.orgB Questo utente è esterno a questo forum
                      baris@community.nodebb.org @julian@community.nodebb.org
                      ultima modifica di

                      Paweł no problem, yeah you can grep for stuff in the node_modules directory to find the culprit. Or you can disable plugins one by one. ./nodebb plugins command shows active plugins.

                      1 Risposta Ultima Risposta Rispondi Cita 0
                      • sketchucation@community.nodebb.orgS Questo utente è esterno a questo forum
                        sketchucation@community.nodebb.org @julian@community.nodebb.org
                        ultima modifica di

                        If I try to update I get this...

                        6b77f422-4ca8-465e-91b8-b8d73c1c3fbf-image.png

                        But my nodebb is running the latest.

                        Any tips?

                        Link Preview Image
                        1 Risposta Ultima Risposta Rispondi Cita 0
                        • sketchucation@community.nodebb.orgS Questo utente è esterno a questo forum
                          sketchucation@community.nodebb.org @julian@community.nodebb.org
                          ultima modifica di

                          Ok, so after a clean manual install we can't get this plugin to work...
                          image.png

                          Now it is telling us that the previous v1.... is the latest?

                          Link Preview Image
                          julian@community.nodebb.orgJ 1 Risposta Ultima Risposta Rispondi Cita 0
                          • julian@community.nodebb.orgJ Questo utente è esterno a questo forum
                            julian@community.nodebb.org @sketchucation@community.nodebb.org
                            ultima modifica di

                            sketchucation you should be able to install the latest version from the command line

                            1 Risposta Ultima Risposta Rispondi Cita 0
                            • sketchucation@community.nodebb.orgS Questo utente è esterno a questo forum
                              sketchucation@community.nodebb.org @julian@community.nodebb.org
                              ultima modifica di

                              julian we did that

                              we are running latest NodeBB version and latest Preview plugin

                              It does not display previews for us unfortunately.

                              If we disabled the plugin it will not leave the active list and it then displays as latest

                              image.png

                              Is there paid support available?

                              Link Preview Image
                              julian@community.nodebb.orgJ 1 Risposta Ultima Risposta Rispondi Cita 0
                              • julian@community.nodebb.orgJ Questo utente è esterno a questo forum
                                julian@community.nodebb.org @sketchucation@community.nodebb.org
                                ultima modifica di

                                sketchucation support is available with our hosting plans. Community installs would be supported through this forum 🙂

                                Perhaps there is an issue with the package manager. I will have to look into it.

                                julian@community.nodebb.orgJ sketchucation@community.nodebb.orgS 2 Risposte Ultima Risposta Rispondi Cita 0
                                • julian@community.nodebb.orgJ Questo utente è esterno a questo forum
                                  julian@community.nodebb.org @julian@community.nodebb.org
                                  ultima modifica di

                                  sketchucation if you've installed v2.0.13, then that is the latest version. Make sure that you run ./nodebb build after activating it.

                                  Are you able to access the settings page for that plugin?

                                  Lastly, what do you mean when you say you have installed the latest version of NodeBB? Please let me know the version number. v3.12.1

                                  julian@community.nodebb.orgJ 1 Risposta Ultima Risposta Rispondi Cita 0
                                  • julian@community.nodebb.orgJ Questo utente è esterno a questo forum
                                    julian@community.nodebb.org @julian@community.nodebb.org
                                    ultima modifica di

                                    sketchucation okay, so nbbpm reports this:

                                    > The plugin author suggests that you install v1.3.3 for your copy of NodeBB v3.12.1

                                    This is correct. For your version of NodeBB, you are supposed to install v1.3.3. The 2.x branch of link-preview is meant for NodeBB v4.

                                    1 Risposta Ultima Risposta Rispondi Cita 0
                                    • sketchucation@community.nodebb.orgS Questo utente è esterno a questo forum
                                      sketchucation@community.nodebb.org @julian@community.nodebb.org
                                      ultima modifica di

                                      julian said in [nodebb-plugin-link-preview] Rich Embeds and Link Previews:
                                      > Community installs would be supported through this forum

                                      If paid self-hosted support does become an option I'd be happy to avail of it

                                      julian said in [nodebb-plugin-link-preview] Rich Embeds and Link Previews:
                                      > if you've installed v2.0.13, then that is the latest version. Make sure that you run ./nodebb build after activating it.

                                      We had v1, updated to v2 and then this issue appeared when we deactivated

                                      alt text

                                      We then uninstalled and did a clean v2 install and we ended up with other issues

                                      99OSXH9sz9.png

                                      So we could have something fundamentally amiss in our nodeBB install. I don't know?

                                      But with Preview completely off it works fine. But rich embeds would be a priority for us to get sorted.

                                      Link Preview ImageLink Preview Image
                                      julian@community.nodebb.orgJ 1 Risposta Ultima Risposta Rispondi Cita 0
                                      • julian@community.nodebb.orgJ Questo utente è esterno a questo forum
                                        julian@community.nodebb.org @sketchucation@community.nodebb.org
                                        ultima modifica di

                                        sketchucation you should install v1.3.3 of the plugin. We can debug further as to why the plugin is not working after that version is installed.

                                        1 Risposta Ultima Risposta Rispondi Cita 0
                                        • sketchucation@community.nodebb.orgS Questo utente è esterno a questo forum
                                          sketchucation@community.nodebb.org @julian@community.nodebb.org
                                          ultima modifica di

                                          julian thanks for your help. we'll jump on that 2moro and report any issues

                                          1 Risposta Ultima Risposta Rispondi Cita 0
                                          • kirillevo@community.nodebb.orgK Questo utente è esterno a questo forum
                                            kirillevo@community.nodebb.org @julian@community.nodebb.org
                                            ultima modifica di

                                            Wow! Just what I was looking for!

                                            It would be nice to add Telegram link customization.

                                            julian@community.nodebb.orgJ 1 Risposta Ultima Risposta Rispondi Cita 0
                                            • Primo post
                                              Ultimo post