Skip to content

NodeBB - Created pages not found?

General

Related Topics
  • TNG + Nodebb

    General
    4
    0 Votes
    4 Posts
    142 Views

    @Madchatthew said in TNG + Nodebb:

    you have to try and use duck tape and super glue to change something to make it do what you want it to do

    I couldnā€™t have put that better myself.

  • Nodebb design

    Solved General
    2
    1 Votes
    2 Posts
    292 Views

    @Panda said in Nodebb design:

    One negative is not being so good for SEO as more Server side rendered forums, if web crawlers dont run the JS to read the forum.

    From recollection, Google and Bing have the capability to read and process JS, although itā€™s not in the same manner as a physical person will consume content on a page. It will be seen as plain text, but will be indexed. However, itā€™s important to note that Yandex and Baidu will not render JS, although seeing as Google has a 90% share of the content available on the web in terms of indexing, this isnā€™t something youā€™ll likely lose sleep over.

    @Panda said in Nodebb design:

    The ā€œwrite apiā€ is preferred for server-to-server interactions.

    This is mostly based around overall security - you wonā€™t typically want a client machine changing database elements or altering data. This is why you have ā€œclient-sideā€ which could be DOM manipulation etc, and ā€œserver-sideā€ which performs more complex operations as it can communicate directly with the database whereas the client cannot (and if it can, then you have a serious security flaw). Reading from the API is perfectly acceptable on the client-side, but not being able to write.

    A paradigm here would be something like SNMP. This protocol exists as a UDP (UDP is very efficient, as it is ā€œfire and forgetā€ and does not wait for a response like TCP does) based service which reads performance data from a remote source, thus enabling an application to parse that data for use in a monitoring application. In all cases, SNMP access should be ā€œROā€ (Read Only) and not RW (Read Write). It is completely feasible to assume complete control over a firewall for example by having RW access to SNMP and then exposing it to the entire internet with a weak passphrase.

    You wouldnā€™t do it (at least, I hope you wouldnā€™t) and the same ethic applies to server-side rendering and the execution of commands.

  • Issues with 2nd NodeBB installation

    Solved General
    22
    3 Votes
    22 Posts
    1k Views

    @cagatay yes, that will be fine. Just watch for potential caching conflicts as you will have two sites writing to the one instance of iframely.

  • NodeBB v2.4.0

    Solved General
    3
    2 Votes
    3 Posts
    420 Views

    @phenomlab As alwaysā€¦Thank you.

    Worked for me.

  • 0 Votes
    5 Posts
    527 Views

    @qwinter this particular site uses the code I wrote if you want to see it in action. Itā€™s a information and intelligence gatherer I designed for collecting various information security articles from around the globe and consolidating them in one place.

    Essentially, each ā€œpostā€ is in fact generated by the script, and the NodeBB API.

    https://hostrisk.com/

  • Discord Login - OAuth2 - NodeBB

    Solved General
    32
    11 Votes
    32 Posts
    3k Views

    @Galaxian hi, and welcome to Sudonix šŸ‘
    Can you check your config.json file and ensure that your forum URL doesnā€™t have a trailing backslash or forward slash in it ? This was the issue @Sampo2910 had.

  • NodeBB Blog Comments

    General
    3
    1 Votes
    3 Posts
    287 Views

    @kurulumu-net Not specifically, but you should review this post from the very large thread as it will save you a lot of time. Thereā€™s significant customisation on the Ghost side of things, but not in NodeBB

    https://community.nodebb.org/post/86022

  • Nodebb Hashtag plugin

    Solved General
    15
    1 Votes
    15 Posts
    947 Views

    @jac Great ! Iā€™ll close this off.