My features essentials list

Feature Requests

Suggested Topics


  • 2 Votes
    8 Posts
    193 Views
    WWW Diplomacy Facade - a Frontpage Manger / Landing Page NodeBB Feature

    How to onboard users when in a registered access only mode.

    If you run a login only forum. A most severe way to stop all crawlers. You lose www visbility.

    While this may protect overall privacy in an iron curtain fashion, you most probably still need something to hook and onboard users to your wonderful NodeBB resource, if it's not run as an internal private platform, for e.g. a corporate entity across branches and continents, then you really most likely still do need to be open somehow to the world wide web.

    One solution, is to stick a wordpress (or similar) frontend in front of NodeBB, and curate and control what the www sees, and offer the NodeBB forum as a big sign-up bonus. However, there are a lot of undesirable aspect to this as a solution, and IMHO is teh sub-optimal solution because:

    increases or split hosting costs requires a different support set wordpress / php is a big attack vector

    Another solution, one which must be the optimal for sake of staying within the NodeBB system and adhering to Less is most certainly More, thus incurring no extra hosting or maintenance costs, would be to have a Wordpress or CMS-lite like feature and manager the creates unique Landing page(s) as an alternative to any of the existing landing pages.

    It's called Facade and it's a NodeBB vapourware or vapourfeature existing in this post, and here is how it might work in a most basic form:

    Facade - Create Unique Dynamic Landing pages In NodeBB

    Can populate landing-page/homepage with existing topics and/or bespoke content Widget expansive layout What else?

    Rambling note: Understandably there is overlap with Custom Static pages for NodeBB plugin (caveat: it's been some time I played with that so do not remember the complete feature set) but in this vision the content can also be also be dynamic.

    If it were then as simple to customise your landing page as you drag and drop categories in the admin panel which is a neat and beautifully implemented feature for organising layout of the categories page, then we're smokin', expand what already works to enable new features, it might mean best path is to take custom static pages into core to roll in more of the above functionality and features.

  • 0 Votes
    1 Posts
    102 Views

    The Persona and Harmony themes support a feature where previews and links to all replies to a given post are accessible in the post itself, in a dropdown element. Will this by chance be available in the Lavender and Peace themes as well? This is what the feature looks like:

    Post Reply List.JPG

    I don't know how long NodeBB has had it, but it is a very cool feature. It's something I've always hoped for in discussion forums.

    Thanks

  • 1 Votes
    3 Posts
    1k Views

    @julian I thought there was a NodeBB voting plugin?

  • 0 Votes
    3 Posts
    1k Views

    @frissdiegurke said:

    As plugin I'd like to be able to either get a list of activated plugins (maybe also version) or to send a request whether there is an activated plugin of given name (If you're aware of security issues 😛 )

    I think you can call Plugins.isActive to see if a specific plugin is activated. Otherwise you can query db.getSetMembers('plugins:active', callback) for the actual list

  • 6 Votes
    25 Posts
    14k Views

    @pichalite
    Will resetting the plugin do the job (as in nodebb reset plugin persona ) ?