Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.8k Posts
  • "Home" to remove the article

    4
    0 Votes
    4 Posts
    1k Views
    julianJ
    @a_5mith Making this a hook, as I've gotten more than 1 request for this now... Commit: aae3ac6, and as used in canned-responses plugin
  • Moderation Question. How do you ban or suspend users?

    7
    0 Votes
    7 Posts
    3k Views
    julianJ
    @shinyidol I agree, having a proper audit log is a good idea, and ideally should be built into core. Our logging system could use a revamping, however...
  • Need help import data from esotalk

    4
    0 Votes
    4 Posts
    4k Views
    julianJ
    For reference, @mondododo has opened an issue here: akhoury/nodebb-plugin-import#117
  • How to configure redis as websocket store?

    5
    0 Votes
    5 Posts
    2k Views
    P
    @basil npm install socket socket.io-redis connect-redis
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    9 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    18 Views
  • www doesn't work

    6
    0 Votes
    6 Posts
    2k Views
    P
    @osman123 add this block to your nginx conf to redirect www.site.com to site.com server { listen 80; server_name www.site.com; return 301 http://site.com$request_uri; }
  • Activating my own custom theme...

    1
    0 Votes
    1 Posts
    902 Views
    V
    Hi guys, I'm newbie to the Nodebb and currently I'm trying to play around with creating a new theme. I've downloaded the repo from Quickstart theme. I've added the nodebb-them-quickstart folder to the node_modules folder. When I go to the admin page and load all the available themes, my new theme is listed under the installed themes. After selecting it, it says that I should restart NodeBB to fully activate the selected theme. After I do that and after I refresh admin page, I'm in situation where previously active them is still the active one. In other words new custom theme is not activated. This is the case with every theme I made. But when I switch to the nodebb-theme-lavander, everything goes fine. I'm really struggling to make this happen with my own custom theme. I would be very thankful if some would tell me what is going on.
  • Request to plugin developers: Please provide screenshots

    2
    2 Votes
    2 Posts
    1k Views
    N
    @psychobunny Actually I had an idea, but forgot to share it. Would be great to have screenshots section in plugin.json. This upgrade will give opportunity to beautify Plugins section in NodeBB, also it will educate 3rd-party developers to at least reuse screens in README
  • Clear template cache ?

    5
    0 Votes
    5 Posts
    3k Views
    ?
    Okay, I found the solution: removed line - npm i nodebb-theme-vanilla nodebb-theme-lavender nodebb-widget-essentials (www/nodebb). Now the templates are not updated. (I have changed theme and it would be cancel changes.) I perform the command ./nodebb upgrade I perform the command ./nodebb restart Now all the people will be taken new changes.
  • Like Button at bottom

    1
    1 Votes
    1 Posts
    992 Views
    meetdilipM
    It is really hard to go back upwards if you like a post. It was better served at bottom right.
  • Track IP Address for each post

    1
    0 Votes
    1 Posts
    1k Views
    ?
    What features gives this function? I did not notice any changes.
  • how can change Admin Control Panel language ?

    4
    0 Votes
    4 Posts
    2k Views
    PitaJP
    Technically, translation is there, there just aren't any tables for it yet.
  • How psychobunny visits the site or 'about a month ago'

    2
    0 Votes
    2 Posts
    1k Views
    P
    It's because I "appear offline" as my user setting. If you think about it, it makes sense, because if I am appearing offline you can check to see if I'm actually online by looking at the "last online" (which would say "1 minute ago") That said, I think that "last online" should be updated when the user does something public such as reply to a post
  • Embed plugins?

    3
    0 Votes
    3 Posts
    1k Views
    A
    There's no tutorial for making one, but it's pretty simple to take an existing one and modify it to your needs. What video site did you have in mind?
  • Some supplements. Perhaps something will be useful.

    3
    0 Votes
    3 Posts
    1k Views
    ?
    My thoughts about thoughts @yariplus : Not sure what this means. Like the amount of links? or total uploaded files? Yes, total uploaded files in post. For example, one can attach only five images in the message. Oh, maybe you mean editing the post in HTML mode like some forums have, that might be neat. Maybe that's what I mean. For example, can lead editor xenforo - [image: UJh5xq3.png] fyi, This information is already on the profile page of each user. It might be nice to have a User Statistics page with a table displaying this type of information. I delete it there. Quite a strange place to display ip addresses. I think that it would be wiser to display them in the admin control panel (ADMIN CONTROL PANEL - MANAGE - USERS). What about - 'Guests posts in topics do not appear immediately. Guests need to refresh the page. It seems to me that this is not good'? Guests must refresh the page topic, to see new messages. Those who logged - new messages appear immediately. No need to refresh the page to see the new messages in the thread. It would be better if guests also would not have to refresh the page. Check it out.
  • How to enable Single Sign-On between an existing site and NodeBB forum?

    8
    2 Votes
    8 Posts
    8k Views
    Jeff ParrishJ
    Does this work with the nodebb hosted option?
  • What's your idea for inplace editing for the 'title?

    2
    0 Votes
    2 Posts
    2k Views
    yariplusY
    Sounds like something that should be part of a theme to me. If you wanted to make such a theme, in-place editing isn't really difficult, you're just swapping visibility between a text block and a text input. Client-side you would only do the swap for the correct user(s), and then server-side verify and actually change the topic title.
  • Is it possible to force new users to register by their phone numbers?!

    6
    0 Votes
    6 Posts
    3k Views
    A
    @psychobunny said: They should purchase more SIM cards to create more accounts In some countries its actually really easy to get ahold of a SIM card. I'm from Malaysia and when I go there I can get a throwaway SIM card from any convenience store in about 10 minutes for a couple bucks EDIT: Meanwhile in Canada.... :rage1: They're free in the UK, but need an initial top up to activate, £1 would do this on some networks.
  • Text Games in site

    2
    0 Votes
    2 Posts
    1k Views
    P
    Somebody should build a plugin to do something like this in NodeBB https://community.nodebb.org/topic/1294/nodebb-plugin-openfantasy-full-fledged-rpg-system-for-nodebb/