You have to clear your browser cache.
Sp4rkR4t
Posts
-
[Solved] mark_all_read -
How to unistall nodeBB completely?You need to clear the database you are using, for redis you could use the
flushdb
command and for mongodb I believe itDropDatabase
. -
Anybody want to try atom.io?I have invites as well but don't know a single person who still uses OSX.
-
NodeBB v0.4.1 ReleasedNoticed on this site when I click the Unread button the mark all read icon is black with a Mark_All_Read text that does nothing, if you then F5 the page it loads normally.
-
How do I get rid of the /category/number in my URLs?That would give serious issues if you had two posts with the same title.
-
Domain Name IssueIf it's a standard ubuntu 12.04 droplet from Digital ocean you probably don't have a web server installed yet, install a current version of nginx (not from the standard ubuntu repository) and set it up to reverse proxy your nodebb app to port 80. there are plenty of good guides on this on the digital ocean support pages.
-
How disable general local login strategyIt would be nice to have a toggle in the ACP but make sure you have a big warning next to it.
-
using forever and syntaxThis isn't for nodeBB, it's another project, but with nodeBB you could still use forever to monitor the nodeBB launcher for redundancy.
Is there a decent alternative to forever that will watch for file changes since the lack of documentation with forever is more than a little annoying.
-
using forever and syntaxI've been trying to set up forever to monitor a nodejs project and to restart when I update files but I've been running into issues. I need forvere to ignore some files and I noticed a couple of references to a .foreverignore file you can use to do this but have found no documentation about it's syntax or how to use it. Anyone have any experience with this or can you offer a good alternative?
-
NodeBB's Next Theme@manuel said:
I'd like a link to the last message in a topic because with the current theme in topics with many messages it will scroll down by 20 messages each time you press the (near # out of #
)A million times this.
-
StarboundIt does look good but between Banished, Hearthstone & replaying Skyrim modded to high hell I can't add another game into my rotation at the minute.
-
EpicEditorI actually prefer the tab to preview look, it's more consistent with the rest of the app.
-
What does trashing a topic do?At the minute it's hidden and locked, deleting a post isn't supported yet.
-
Share link (post link, comments link etc) on Facebook, Google+...Ah so they are, icons are a tad terrible though.
-
No Username but firstname and familynameRegardless of peoples feelings about enforcing real name policy having it as an administrator option is a boon for the platform as a whole.
-
[nodebb-plugin-shoutbox] Shoutbox pluginBeing able to disable gists & archives is good, I did that manually.
-
OP (topic creator) is topic moderatorI like this idea to a limited extent, as a plugin to be able to assign certain mod powers to a user for specific threads could be a very useful thing.
-
NodeBB Demo Admin?Fully agree that there should be a demo site running, keep it on the last release and reset it once a day.
-
[nodebb-plugin-shoutbox] Shoutbox plugin@mr_waffle liking the plugin, I've noticed that writing a @ mention works but not the autocomplete or notification parts of the system. Is this something that could be resolved between the plugins or not?
-
Category permission errorsHaving some issues with the category permissions pane, mainly one of my categories has no-one set to view and only me to write & post to, however I can't seem to allow anyone to view it. Is there a simple way to reset category permissions?
Also getting plenty of graphical errors like this;
Running the current edge build of node of a test server.