@phit I'll give that a go, thanks!
Edit: solved my issue, thanks! However I'm still curious as to what caused the issue in the first place...
@phit I'll give that a go, thanks!
Edit: solved my issue, thanks! However I'm still curious as to what caused the issue in the first place...
Heya folks,
I've got a problem and was hoping you guys could help me out.
I'm using the Custom Static Pages plugin to create custom pages for my NodeBB installation. One of the pages, called Home, is being used as the new homepage for the forum. It's working as expected and whenever somebody visits my NodeBB installation
they get redirected to the /home page just fine.
However, when I go to any other page where the breadcrumbs are visible, whenever I click "Home" in the breadcrumbs (not the header, mind you) - it refers me to the base URL without the slash at the end (ie: 'community.tmi.news' instead of 'community.tmi.news/' - which then redirects me to the base URL and gets stuck on loading, forcing me to refresh the screen.
I've tested this on multiple browsers and they all get the same error: "Uncaught TypeError: Cannot read property 'name' of undefined".
I've tried setting the installation URL in the config.json to include the trailing slash at the end, but that didn't fix the issue and broke some other stuff such as the alternative login methods.
Now I'm not sure if this is due to the custom-pages plugin or something else - hence I'm posting it here instead of in the plugin issues.
Any advice would be much appreciated!
Much obliged.
Location of my installation: https://community.tmi.news
Heya lads,
First off, considering this is my first post, I have to say: awesome software. I love NodeBB - it's fast, has great features and looks pretty. What more could you want?
I was testing the performance of our board and decided to check how it would function without JavaScript. I noticed that even when using a localized version (NL), the NoScript warning message appears to be hardcoded in English (in header.tpl).
"Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript)."
Could you perhaps turn this into a language-based string? Or, even better, make the message editable from the ACP?
For now I'll just edit the text directly in the html.
Thanks!