Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.9k Posts
  • Correct Answer button

    1
    +0
    0 Votes
    1 Posts
    285 Views
    dunlixD
    Hello. On this forum, on a post that was asked as a question that was not mine, the option to mark as correct answer is still there but doesn't allow you because of insufficient privileges, rendering the button useless. [image: 1622639842566-90e323d1-7f9a-4fa0-9144-2713716c1f69-image.png]
  • Block composer during upload/resize

    9
    2 Votes
    9 Posts
    1k Views
    K
    @pitaj said in Block composer during upload/resize: So you can still submit while multiple photos are uploading? Yes - or at least when I tried the last time, the upload showed 100%, but the tags were not replaced with the "resize". So maybe the upload was finished, but not the resize? @baris said in Block composer during upload/resize: Maybe it's a bug with the code that replaces the progress text with the actual filename. https://github.com/NodeBB/nodebb-plugin-composer-default/blob/master/static/lib/composer/uploads.js#L234-L248 So the upload is successful and it lets you submit the post but if the above code fails it won't replace the Upload 100% with the url of the image. When you reproduce this please check the network tab for the upload request and check if the file was uploaded in your public/uploads folder. The uploads do not end up in the /uploads/files/ folder. I'm using the hosted solution of nodeBB, and am of course happy to help debug further!
  • How far do people push nodebb?

    1
    0 Votes
    1 Posts
    314 Views
    T
    I've been digging around the net trying to find the right low cost approach to building a Yelp clone. User accounts with profiles, location pages with discussions. Seems like nobebb has a lot of this functionality in the form of a forum, but have people in the past used it to power products very different from its intended purpose? Seems weird that if I need say 10,000 location pages, each would have an imbedded nodebb topic they would post to? Any thoughts on the matter or examples of people who have pushed nodebb well beyond a forum would be great to hear!
  • what is this theme

    Moved
    1
    1 Votes
    1 Posts
    295 Views
    N
    What is name this theme? [image: FLOUuIq.png]
  • I need help with customizing the post page

    1
    +0
    0 Votes
    1 Posts
    381 Views
    ufan0U
    As mentioned in the title, I want to add some javascripts and html to my post. For example, I want to show data by calling api in a specific post. I tried the plugin -> markdown ->Allow HTML, it does not work.It seems will ban the javascript. So is there any good way to meet my needs? Thanks s lot. [image: 1622046490458-006hl0sxgy1g9xjkxn77rj30j60j6who.jpg]
  • SHOWCASE: Phenomlab.com

    1
    +0
    0 Votes
    1 Posts
    224 Views
    phenomlabP
    Apologies if this is in the wrong category, but I couldn't find an existing "showcase" category. I've been working on a dashboard for phenomlab.com and have created this (it's not entirely mobile friendly yet as the CSS for that is missing), but I think you'll get the idea https://phenomlab.com/dashboard [image: 1622034150090-023a8b44-82fe-475e-a1cf-f0c82fe0a964-image-resized.png] This clearly showcases the ability of NodeBB to replicate a WordPress blog / magazine style setup, and looks nice (well, I think so)...
  • Security error on only firefox.

    12
    +0
    0 Votes
    12 Posts
    1k Views
    phenomlabP
    @dunlix understood. I think that this error is caused by OSCP stapling - see https://support.mozilla.org/en-US/questions/1149911
  • default avatar

    6
    0 Votes
    6 Posts
    2k Views
    C
    @anodetobb On this site https://מקצועות.com/unread Contact @GolanArt [email protected]
  • Use readmore.js for blockquotes

    3
    +0
    0 Votes
    3 Posts
    618 Views
    <baris>B
    Did you try with this? function onLoad() { require(['/assets/uploads/readmore.min.js'], function () { console.log('yeah it works'); console.log($('blockquote')); $('blockquote').readmore(); }); } $(document).ready(onLoad); $(window).on('action:ajaxify.end', onLoad);
  • Looking to have a dark theme created (Paid)

    Moved
    2
    0 Votes
    2 Posts
    507 Views
    dunlixD
    @brian-rivera I don't have much CSS or HTML experience so I'd do it for free. could you send a link to your forum?
  • Adding widgets exclusively to the recent page

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    T
    @baris Thanks for adding the additional areas!
  • Sticky post on the overview page

    Solved
    4
    0 Votes
    4 Posts
    603 Views
    T
    I'm going to answer my own question. I have found the NodeBB Featured Threads plugin. With this one I can stack the posts I like to show.
  • 1 Votes
    20 Posts
    5k Views
    PitaJP
    @fevzikorkutata I don't understand what you're saying. That fix is in 1.17.0 so you shouldn't have run into that issue if you went straight from 1.0.3 to 1.17.0 as I recommended.
  • Remove email field from signup

    2
    0 Votes
    2 Posts
    475 Views
    PitaJP
    There's no easy way. What privacy legislation are you referring to?
  • How do I create a post in Group?

    Solved
    18
    0 Votes
    18 Posts
    2k Views
    PitaJP
    The easiest way is to use git to apply the same changes to the new files. You can create a patch and then apply that patch to an upgraded clone of the repository. Git will tell you when conflicts occur and you can fix those manually. Do note this is exactly why we recommend using a plugin for customization: it's much easier to keep plugins up to date than modify your customizations to core every time we modify the file.
  • Gamification in NodeBB

    2
    0 Votes
    2 Posts
    504 Views
    dunlixD
    @esha The Rewards System was adopted into core NodeBB a very long time ago, and comes with many features with plugins to extend if need be. I'm pretty sure the gamification plugin is very long outdated. forum.example.com/admin/extend/rewards
  • Theme like this?

    Moved
    1
    0 Votes
    1 Posts
    483 Views
    N
    Hi, https://cryptofr.com/ i like this theme so much. how can i find it ?
  • What happened with the "users viewing a topic" feature?

    16
    0 Votes
    16 Posts
    5k Views
    E
    @julian how does this plugin work?
  • Track Post Viewers

    4
    0 Votes
    4 Posts
    569 Views
    E
    @julian regarding total no. of views of a post - are they unique or does it add up to the view count every time user views the post? Lets say I have viewed a post and view count increases by 1. When I view the same post after some days, will it again consider a new view?
  • Transparent user profile image problem

    6
    +0
    0 Votes
    6 Posts
    714 Views
    phenomlabP
    @sharonyue No, I don't think so. It's unusual for avatar images to have transparent backgrounds