Skip to content

Embedding external URLs

Solved General

Did this solution help you?
Did you find the suggested solution useful? Why not buy me a coffee? It's a nice gesture, and a great way to show your appreciation ๐Ÿ’—

Related Topics
  • nodebb-plugin-custom-pages

    Solved Customisation
    5
    2
    3 Votes
    5 Posts
    669 Views
    @DownPW itโ€™s possible, yes, but you may inadvertently end up targeting other elements using the same class which of course isnโ€™t desired. Can you provide a link in DM for me to review?
  • 2 Votes
    6 Posts
    442 Views
    @dave1904 Iโ€™d start by adding a console.log function to hookData so you can see what is being returned return hookData; console.log(hookData):
  • 6 Votes
    15 Posts
    1k Views
    No no, I said that in the sense that he told me it was simple ^^ I was able to see that this was not the case by targeting the elements he had advised me.
  • NodeBB: Upgrading to NodeBB v3.x

    Solved Configure
    6
    0 Votes
    6 Posts
    393 Views
    @mventures Youโ€™d need to connect to the server and execute it directly - not on your local terminal. Review the guide below, which will show you how to gain access via SSH to your server https://docs.ovh.com/gb/en/dedicated/ssh-introduction/ Once you have access, youโ€™ll need to navigate to the actual folder where NodeBB is installed Youโ€™ll then need to change to the directory as shown below /home/unbuntu/nodebb [image: 1680448167972-fdffe673-bf63-4b6d-a728-5506fddc1aff-image.png] In most cases, initial access takes you to the root of the file system. You can always issue pwd in a Linux terminal which will show you the Present Working Directory. From there, you can issue the command cd /home/ubuntu/nodebb Once in the NodeBB directory, youโ€™d use the below commands ./nodebb stop git fetch && git checkout develop && git reset --hard origin/develop ./nodebb upgrade ./nodebb start Line 1 stops the NodeBB instance Line 2 gets the latest files from GIT (repository) and then checks out the development branch. It then resets the version you are using to the development branch ready for v3 Line 3 Runs the upgrade once the new branch is set, and code pulled Line 4 Restarts the NodeBB instance after the upgrade has completed Note that when you restart NodeBB and log back in, things will look very different to what you had in v2.
  • Plugin reaction Bug

    Solved Customisation
    15
    1
    0 Votes
    15 Posts
    1k Views
    @DownPW That was going to be my next suggestion
  • Plugin Install Error

    Solved Customisation
    6
    1
    2 Votes
    6 Posts
    640 Views
    @Sampo2910 no problems. Happy to help. Just remember that this particular method isnโ€™t the best in the sense that it may not get update notifications. The general recommendation here would be to move back to the official npm repo as soon as the GitHub version has been merged. For the meantime, itโ€™ll work fine though.
  • [NODEBB] Stats

    Unsolved Customisation
    20
    1
    2 Votes
    20 Posts
    2k Views
    @phenomlab said in [NODEBB] Stats: @jac or I land up fixing it I wouldnโ€™t put it past you
  • nodebb-plugin-customize error

    Solved Customisation
    25
    2 Votes
    25 Posts
    2k Views
    @phenomlab it work, thanks