Custom home page?

Technical Support

Suggested Topics


  • 0 Votes
    4 Posts
    134 Views

    @baris thanks, for some reason a search on Github didn't find it

  • New Install - Plugin Page Freezes

    Solved Technical Support
    0 Votes
    73 Posts
    4k Views

    I will mark this now as solved.

    That is on the basis that this only happened when I was running nodebb as a service.

    I have changed nothing other than removing the service and the plugin page loads no problem. I will try later and add the service again and see if i can reproduce the error.

  • 0 Votes
    7 Posts
    543 Views

    I've found what was the problem: in my SendGrid account there was Link Branding enabled. But that's little bit strange because it was enabled before moving to the new server and it worked fine.

    b2e508e4-4bbf-4212-aee6-02b14cea34b5-image.png

  • My login page is blank

    Technical Support
    0 Votes
    5 Posts
    780 Views

    @baris Yeah, I just checked and had disabled the registered user to have local login permission. But I think I checked verified and unverified user to have the privilege. But why that will cause a problem? I was obviously login as a guest. Why that permission would affect a guest user? The problem was solved btw :).

    Thanks in advance for the help. I just want to know how nodebb works.

  • 0 Votes
    5 Posts
    2k Views

    SOLVED

    In case anyone else has this problem, here's where I found what I needed.

    File: /nodebb/src/controllers/helpers.js
    Methods: buildCategoryBreadcrumbs and buildBreadcrumbs

    Editing those allowed me to get the behavior I was looking for. Although, I would be curious to know if there is a better way to do this without changing the source code.