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
  • Sudonix Blog

    General
    8
    3 Votes
    8 Posts
    319 Views

    Yes that is very awesome and I really like that idea! Great job with thinking that up!!

  • Plugin to show images in teasers

    General
    6
    2 Votes
    6 Posts
    378 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):
  • NodeBB: Upgrading to NodeBB v3.x

    Solved Configure
    6
    0 Votes
    6 Posts
    321 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

    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
    0 Votes
    15 Posts
    942 Views

    @DownPW That was going to be my next suggestion ๐Ÿ™‚

  • Plugin Install Error

    Solved Customisation
    6
    2 Votes
    6 Posts
    578 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
    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 Discord Plugins

    Unsolved Customisation
    7
    0 Votes
    7 Posts
    978 Views

    @RiekMedia hi. Just following up on this thread (I know itโ€™s old) but was curious to understand if itโ€™s still an issue or not ?

  • nodebb-plugin-customize error

    Solved Customisation
    25
    2 Votes
    25 Posts
    2k Views

    @phenomlab it work, thanks ๐Ÿ™‚