Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.9k Posts
  • Emoji's size adjustment

    4
    0 Votes
    4 Posts
    367 Views
    S
    Now it works. Thanks.
  • Do nodebb use any thing like telemetry ? just curious. Thank you.

    2
    0 Votes
    2 Posts
    281 Views
    barisB
    There is an opt-in system that submits anonymous plugin usage. More info https://community.nodebb.org/topic/14036/plugin-usage-metrics
  • 0 Votes
    3 Posts
    675 Views
    N
    You can take a look at google's kaniko which may exactly fulfill your requirements. https://github.com/GoogleContainerTools/kaniko
  • soft404 urls are found in SEO

    1
    0 Votes
    1 Posts
    164 Views
    vijay kumavatV
    Hi, How this pages are crawl in Google Search engine and said soft404 page? https://forum.definedgesecurities.com/?upage=45&page=9&filter=unreplied https://forum.definedgesecurities.com/?upage=45&page=1&filter=new What should we do in such case?
  • Late night crew

    109
    2 Votes
    109 Posts
    77k Views
    SteveS
    This topic will never die. Julian.. psychobunny.. hello gents. Love seeing how far NodeBB has come and I wish I was still in the forum game just so I could use this kick ass platform. Been thinking about ways to incorporate a forum into my day job lately so who knows, my client base is generally older so emails and zooms are sometimes all I can get out of them.. A forum? I may be asking too much!! As we always do in the late night hours.. Here's the mighty Steel Panther from AGT earlier tonight. https://www.youtube.com/watch?v=jGelbziUKCM
  • Option to disallow links in user profiles?

    7
    0 Votes
    7 Posts
    1k Views
    crazycellsC
    reputation requirement does not work for us since restricting 1 asshole affects 1000 regular users... We use signature/about me sections very actively, so people usually fill that information right after registering... I think my "profile info scanner plugin" idea can solve all these issues https://community.nodebb.org/topic/16828/profile-info-scanner-plugin
  • 0 Votes
    2 Posts
    562 Views
    crazycellsC
    @jsmith I think you should remove "login" privileges from all users except the admin. just viewing privilege stays on... if you need a more customized solution, you can remove "posting" privileges as well...
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    26 Views
  • 0 Votes
    4 Posts
    405 Views
    barisB
    The minimum reputation required to flag was set at 10 on this forum I lowered it to 3.
  • 0 Votes
    3 Posts
    510 Views
    oplik0O
    Persona is under BSD 2-Caluse license, but it's functionally equivalent to MIT (from my understanding there is a slight ambiguity in MIT with regards to binary distribution, while BSD is explicit about requiring copyright and license notice in that case too. But this doesn't really apply here and even if it did, just doing that guarantees you're in compliance with both anyway)
  • How can I get current user at '/pubilc/src/modules/helpers.common.js'?

    2
    0 Votes
    2 Posts
    331 Views
    G
    solved) this.loggedInUser.uid, this.privileges.isAdminOrMod
  • How fast is your broadband?

    50
    3 Votes
    50 Posts
    7k Views
    omegaO
    @julian So you mean use the link button 7 cans short of a six pack here... best of luck with the extra mush!
  • .zip and .mov TLDs

    34
    2 Votes
    34 Posts
    3k Views
    tankerkiller125T
    @phenomlab I understand up writing a WAF rule that bypass bot fight mode for Googles ASN and Bings ASN so long as the user agent matches. This works out because both Microsoft and Google use a different ASN for services like bing and Google search, than what they use for their cloud service offerings.
  • Serach by letters rather than words

    4
    +0
    1 Votes
    4 Posts
    287 Views
    vijay kumavatV
    Thank you @baris , Thank you @oplik0 I will check with those search plugins one by one.
  • confirm this web site www.gta5-mods.co

    2
    0 Votes
    2 Posts
    240 Views
    barisB
    @ayc868 I was gonna delete this as spam but turns out https://forums.gta5-mods.com/ is indeed using NodeBB.
  • Larger, square user images

    5
    0 Votes
    5 Posts
    400 Views
    N
    Thanks
  • Notification on mobile likes whatsapp ?

    2
    0 Votes
    2 Posts
    212 Views
    barisB
    https://github.com/NodeBB/nodebb-plugin-ntfy this plugin comes bundled in 3.x
  • How can I use dbsearch plugin with 'some characters' ?

    2
    0 Votes
    2 Posts
    179 Views
    G
    in nodebb-plugin-dbsearch, query is $text - $search (not $regex). I understand why.
  • Is their any Plugin for 404 page to 301 redirect ?

    5
    0 Votes
    5 Posts
    362 Views
    barisB
    You would use the hook 'action:meta.override404' and do a helpers.redirect(res, '/'); You might have to copy some of the code from https://github.com/NodeBB/NodeBB/blob/master/src/controllers/404.js#L24-L44. So you don't redirect requests to javascript files to the homepage for example.
  • Confirmation email never arriving

    15
    +0
    0 Votes
    15 Posts
    906 Views
    eeeeeE
    There seems to be something about NodeBB thats not helping, especially when user signs up with a gmail. This also happened on two other forums that were having same issue till they gave up. I remember one used Zoho mail which was good for reliability in all other cases. Its concerning, and I keep mentioning it because of the significance this could have.