Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.9k Posts
  • subscribe to newsletter/digest widget

    3
    0 Votes
    3 Posts
    532 Views
    M
    @julian said in subscribe to newsletter/digest widget: You can, here are the rough steps. In the widget's HTML, make an HTTP GET call to /api/me/settings and parse the response to see the value of dailyDigestFreqOptions. Actually, /api/me/settings will only return a redirection URL, but you can replace that with the URL to your actual username instead /api/user/julian/settings. Then customize your widget as you see fit... maybe only show the widget if the user has daily digest set to off. Otherwise, show <a href="/me/settings" class="btn btn-primary">Subscribe to Digest</a> Nice thanks, will try !
  • Sending emails from admin panel ( ie: verification email again )

    3
    0 Votes
    3 Posts
    580 Views
    M
    @julian said in Sending emails from admin panel ( ie: verification email again ): Are you using an external emailer plugin, or just the one defined in the admin panel? I don't think the limiter settings apply if you're using a separate plugin for sending emails. Defined in admin panel and gmail as a service
  • Upgrade problem (master branch)

    5
    0 Votes
    5 Posts
    519 Views
    PitaJP
    It is dangerous to run nodebb this way. Do so at your own risk. I'm not sure exactly what is causing that npm error, but it's not a NodeBB bug. I suggest you look it up yourself.
  • Is it possible to cut the panel vertically?

    8
    0 Votes
    8 Posts
    3k Views
    S
    Recently I did some test. The writing panel is way too small, and the preview section cannot be scrolled. Is it easy to handle this? [image: m7DkG98.jpg]
  • nodebb-plugin-xxx.git' did not match any file(s) known to git.

    5
    0 Votes
    5 Posts
    731 Views
    oplik0O
    I'm not really sure what you're trying to do here - if you want to copy a repository to a local folder you should use git clone and not git checkout - the latter is used for switching branches and generally moving to a different version of a repository. However, got should not be used to install a plugin. NPM is the utility you're looking for. It supports two methods of authentication for GitHub private repositories - OAuth and SSH. For OAuth you'll need to generate a personal access token (settings>developer settings>personal access tokens) with permission to read private repositories (just repository permissions if I remember correctly), and then go to the main NodeBB directory and use npm install git+https://<github_token>:[email protected]/NodeBB/nodebb-plugin-xxx.git If you prefer to use SSH instead, follow the instructions here to generate the keys and add to your account, and then run in the main NodeBB folder npm install git+ssh://[email protected]/NodeBB/nodebb-plugin-xxx.git
  • Is there any option to show an outline for a post ?

    5
    0 Votes
    5 Posts
    2k Views
    Y
    if there exists a plugin can give the outline?
  • Multiline Table not working

    7
    0 Votes
    7 Posts
    726 Views
    oplik0O
    Created an issue and a PR with working markdown-it-multimd-table now The syntax really isn't too esoteric in my opinion: multiline - just add a slash at the end of a row and it will be merged with the next row. So the table from the first post would look like this: | Fruit | Price | Advantages | | :-------------- | :------------------ | :------------------- | | Bananana | first line | first line | \ | | second line | second line | | Bananana | first line | first line | \ | | second line | second line | if you want a cell to span multiple columns just end it with the amount of pipes equal to number of columns you want it to span. Essentially - create a totally empty cells without even a space inside. For example: | 2-column header || | :--------------------- | ----------------------:| | single column| single column | | two columns || Rowspan is done by including ^^ in the cell below the one we want to span multiple rows. So for example: | Fruit | Price | Advantages | | :-------------- | :------------------ | :------------------- | | Bananana | two rows | one row | | Bananana | ^^ | one row | headerless is self-explaining I think Just don't add any header and do everything the same way as it was done.
  • Install plugin

    6
    0 Votes
    6 Posts
    911 Views
    danD
    problem solved Thanks to everyone who tried to help
  • Change Preview-Picture

    Moved
    1
    0 Votes
    1 Posts
    351 Views
    dogsD
    Hey! How is it possible, to change the preview picture of my nodebb board? e.g sharing in Telegram / Whatsapp / Web-Preview-Frame [image: 95aQW9k.png] [image: 7Q1Bcab.jpg] Edit: I have cutom Favicon custom Touch/Home-Icon which works fine
  • How to auto-confirm existing users?

    2
    0 Votes
    2 Posts
    379 Views
    julianJ
    You are able to validate everybody's email from within "Manage -> Users". See top option in the dropdown below. [image: iBJrfVD.png]
  • Looking for a developer for a plugin and a theme

    2
    1 Votes
    2 Posts
    423 Views
    julianJ
    Hello @Christian-Groß ! We do offer custom development and theming services as part of our company. Please get in touch with us by contacting [email protected] and we can discuss and prepare a quote for you
  • Mention all users

    2
    0 Votes
    2 Posts
    518 Views
    dogsD
    You could create a group "all" which is private - hidden - no tags. Every user is member of this group. So you cloud mention the group @all where all users are members. Greets
  • Sessions created by Read API and Write API?

    11
    0 Votes
    11 Posts
    1k Views
    julianJ
    Mm... having server-side handle the returnTo would be more elegant than a querystring, but I suppose that's the tradeoff. Would work better as a qs then, now that we don't save sessions for guests.
  • Finding topics: list of filters available

    1
    0 Votes
    1 Posts
    248 Views
    A
    We have an existing install of NodeBB. We could not find existing features which enable: Finding topics with 0 comments Finding topics with polls Is there an existing list of filters we can refer to before we start customizing the product? Are these features coming in future releases? Thanks in advance.
  • 0 Votes
    1 Posts
    312 Views
    S
    Every so often we update our installation guide. This time we had a lot to update with MongoDB and CentOS components having big updates since the last guide. How To Install NodeBB 1.13, NodeJS 13, MongoDB 4.2 on CentOS 8 This is assuming a CentOS 8 Stream Minimal starting point, with "yum upgrade -y" having been run ahead of time. One script to take you from vanilla minimal install to fully running NodeBB community.
  • Requires a theme developer!

    Moved
    2
    0 Votes
    2 Posts
    537 Views
    Y
    Hello @Butonix, write in pw.
  • 1 Votes
    5 Posts
    747 Views
    julianJ
    I don't think so, unfortunately -- you'll have to make the initial call to get the topic, and then subsequent calls to grab the raw markdown. I don't think we'll be adding a way to retrieve the raw markdown at the topic level because we wouldn't have any use for it.
  • Restoring/Upgrading nodeBB - Procedure

    10
    2 Votes
    10 Posts
    4k Views
    julianJ
    @omega That's right, if shutting down redis over and over again is saving old data into the dump file, then Redis itself is not shutting down properly. Redis itself never persists anything into memory (or rather, it shouldn't) once it shuts down, it's all dumped to disk. Are you sure it's stopped? Check ps aux | grep redis for any errant processes. What does the redis log file in /var/log say? Any errors when shutting down?
  • Can I upload an HTML file and use it as custom home page?

    3
    0 Votes
    3 Posts
    604 Views
    hotteshenH
    Thank you. I'll try to make my own plugin for it.
  • Topic Access Counter in nodebb version 13

    1
    0 Votes
    1 Posts
    455 Views
    A
    My topic access counter will only count registered user access after upgrade to version 13 ?