Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Tags
    3. images
    Log in to post
    • dogs

      [nodebb-plugin-makesmart-gallery] - Image Slider for topics
      NodeBB Plugins • gallery images plugin • • dogs

      5
      6
      Votes
      5
      Posts
      76
      Views

      crazycells

      @dogs this is great! 👍 thanks

    • J

      Image uploading: "Something went wrong while parsing server response"
      Technical Support • 1.11.1 images uploads • • Jarko

      7
      0
      Votes
      7
      Posts
      222
      Views

      J

      @PitaJ said in Image uploading: "Something went wrong while parsing server response":

      Try running npm rebuild

      Alright, image upload works now! I'll keep an eye for the other crashes and let you know in case!

    • djensen47

      Placeholders for dynamically loaded images before they are loaded
      Feature Requests • images • • Dave Jensen

      3
      0
      Votes
      3
      Posts
      155
      Views

      djensen47

      @PitaJ Yeah, I know. I came across the resize mechanism in the code last night so, there is some dimension handling already but yeah, this ain't easy.

      However, what could be easy is a placeholder image, like a 50x50 generic image that's used for everything. Then you at least know something is there.

    • T

      Category & sub-category images are not displaying in the dropdown, while creating new topic
      General Discussion • category display images new topic subcategory • • Tayyaba

      5
      0
      Votes
      5
      Posts
      3783
      Views

      T

      @baris Thank you 👍

    • drew

      Image Upload on Android
      Bug Reports • android images upload • • drew

      3
      0
      Votes
      3
      Posts
      1666
      Views

      baris

      @psychobunny fixed this on latest master https://github.com/NodeBB/NodeBB/commit/fbeb6bc0ced9d1e0bc8a5433d3c3bdd9b9eed1eb

      1 psychobunny committed to NodeBB/NodeBB closes #3254 @barisusakli :trollface:
    • ludam

      Is there a way to paste imagens directly in the editor?
      NodeBB Development • editor embed images • • ludam

      3
      0
      Votes
      3
      Posts
      2060
      Views

      ludam

      @baris said:

      ![link text](link-to-image)

      We should add that to the composer toolbar

      link text

      I know they can do it, but I'm sure they won't learn the syntax behind it (I tried before and the solution was to copy and paste the image).

      That's why I wanted a button in the editor where they can put the alt text and the image url.

    • vegetagz6

      Tiling
      Feature Requests • images • • Meliodas

      4
      0
      Votes
      4
      Posts
      1594
      Views

      A

      Yip, can be forked here

      Side note: I'd check it works first, seems quite old (on a test install of nodebb. Not a live one)

    • A

      An excellent point raised in the testing ground...
      General Discussion • embeds images preview update • • a_5mith

      7
      0
      Votes
      7
      Posts
      2979
      Views

      baris

      @a_5mith if you are quoting from a different topic it puts in a link to that topic but it was using the old format which is fixed now. https://github.com/NodeBB/NodeBB/issues/1840

      barisusakli created this issue in NodeBB/NodeBB closed link to post in "said in" is wrong #1840
    • CyanPrime

      Can't find CSS images?
      NodeBB Development • css images paths • • CyanPrime

      12
      0
      Votes
      12
      Posts
      6972
      Views

      S

      @julian I'm trying in the same way like you mentioned.
      created: static/images in node_modules/nodebb-theme-persona
      in plugin.json i have added the below line
      "acpScripts": [
      "lib/admin.js"
      ],
      "staticDirs": {
      "images": "./static/images"
      }
      and in the header file i'm trying to get the image like below
      <img src="/plugins/nodebb-theme-persona/images/logoWithText.png" />

      but this is not working. Please suggest what am i doing wrong