Emoji images not loading

General Discussion
  • Hi. I'm using emoji extended and having a similar problem with image loading.

    As I understood from what you said, the browser interpreted the IP address of my server as a local address and look on my computer instead? How do I direct it to my server? I have not bought a domain yet (still thinking of a name).

  • What is the "url" in config.json?

  • I don't see a config.json in this package, only index.js , package.json, and plugin.json

    I'm assuming it's in index.js , which contains the following code

    sorry if it's not readable, they come like that in the file.

    I think the path is: emojiPath=nconf.get("url")+"/plugins/nodebb-plugin-emoji-extended/images

  • @snowplum, @Alex means for you to check the config.json file in the root of your NodeBB folder.

  • Ah sorry for being such a noob.

    the url is http://104.131.158.208

  • @snowplum As it seems you don't have any port-forwarding of port 80 (default if no port is specified) to your board-port 4567.

    So you'd either need to setup nginx or sth. like to forward 80 to 4567 (this way you'd be able to access the board via http://104.131.158.208 without :4567) or change the url property of your config.json to http://104.131.158.208:4567.

    If you're interested in the first, take a look into the docs.

  • nvm, the issue could be solved by just adding 4567 to the url, forget what I said below 😉


    I couldn't configure nginx, so I used Apache instead (after purging and autoremoving nginx).

    As I understand, now my url (without port number) should be forwarded to port 4567. However, when I visited that url, I received this message

    "Welcome to nginx on Debian!

    If you see this page, the nginx web server is successfully installed and working on Debian. Further configuration is required.

    For online documentation and support please refer to nginx.org

    Please use the reportbug tool to report bugs in the nginx package with Debian. However, check existing bug reports before reporting a new bug.

    Thank you for using debian and nginx."

    That's very strange because I believe I have purged nginx.

    Emoji still doesn't load on my website.

  • This post is deleted!

Suggested Topics


  • Pages not loading

    General Discussion
    0 Votes
    8 Posts
    3k Views

    @julian said in Pages not loading:

    😉 sorry about that. There's some content that doesn't play nice with Safari, and we were debugging on live, because we do irresponsible things like that 😆

    Slowly working towards a resolution though!

    I may or may not have done testing in production before. I ain't tellin'!

  • Loading times

    General Discussion
    8 Votes
    5 Posts
    2k Views

    Glad I found this forum software 🙂 NodeBB with MongoDB + SSD = LightSpeed.

  • 1 Votes
    1 Posts
    918 Views

    Question: Can each topic have cover image to look topic list page like image gallery?

    I'm not sure if I explained properly but I really wanna use this feature.
    I think it's possible but I'm not sure if I can do this by myself lol

    What I'm saying is that it's normally list of topic subject Text Only when you click any forum categories.
    But it will be much better if topic list showing with each topic cover image(preview image), for example, for viral photo categories.
    Just like pinterest grid layout.

    Can I know if this feature is easy to implement?
    And can anyone possibly show this feature if already using on your forum?

    skype: geekevtop

    Also looking for developers who can help me forum modifications.

  • 0 Votes
    5 Posts
    2k Views

    Hmm, interestingly enough, it works on my site, you'll need to take everything in //convoe.com/vendor/convoe/_cnvo.register.js and make your own file and replace it, you don't really have to remove it completely. This is because I have hot-linking blocked as far as assets goes.

  • 1 Votes
    12 Posts
    4k Views

    Actually, as I messed with my NodeBB's installation and broke it, I just cloned it from the repo and then it worked 🙂