esoTalk is a very similar lite-weight project constructed in PHP that should run on most shared hosts if you're interested.
Best posts made by Nicekiwi
-
RE: Why no PHP
-
Mention others threads without full URL
Maybe something like +ThreadName and it auto suggests thread names? Click and adds Thread-name as link. Similar to the @username include suggestion thing.
-
RE: [nodebb-plugin-dbsearch] DB Search Plugin
Would be nice to be able to click on the search results, and have them formatted nicely. right now I cant click on the Topic title in the list of results. Only the small 'posted' link on the right will take me to the topic.
-
Migrate NodeBB from MongoDB to Redis
Is there any way to migrate NodeDB data from one to the other?
-
Support for Sass based themes
While I'm not opposed to LESS, Sass is my CSS Precompiler of choice and Im hesitant to learn both. Would be great if we could choose either.
-
RE: [nodebb-plugin-blog-comments] Blog Commenting Engine (Ghost, Wordpress widget)
@julian there is no error in NodeBB as Nginx just drops the 502 error, the request seems not to make it to Node.. which is really weird. I mean the article wont actually publish to NodeBB from the blog. SO I can't exactly test any comments yet.
@psychobunny yes, I setup the blogs URL and category ID. And running v4.3.
When I try and simulate the request, I get a 403 {
"error" : "Forbidden"
}out of express.
All is well!
had some JSON issues getting the blog deets, once I got that right it worked!
-
RE: [Solved] Pagination widget broken
@julian boom, apparently did not have than June 30th commit.
Issue is resolved.
Thank you
Latest posts made by Nicekiwi
-
RE: [nodebb-plugin-sso-google] Google Accounts Integration
There seems to be an issue with this and the Google Developer Console, the callback URL is no longer
/auth/google/callback
but/oauth2callback
.Or am I doing something wrong? The instructions on the plugin should be updated.
For example: https://community.ag-aus.org/login
-
RE: Spam be gone plugin.
looks like its borken in 0.5.x, admin page hits a 404 error
-
RE: Spam be gone plugin.
I can't seem to get this plugin working, I've installed it (I think, there were errors about it needing a version of nod ebb-lavander-theme and nodebb-vanilla-theme that it couldn't get on version 0.4.x, but it shows up in ACP after I editing packages.json) and I've added the API keys and enabled all the options. But nothing comes up on the regos page (Which is now broken completely) :(.
-
RE: How to allow restarting when using Forever?
@julian yeah...
@a_5mith, heaps of the plugins seem to have errors though
and theres no way to tell if a plugin is stable before you install it. Is there?
-
Migrate NodeBB from MongoDB to Redis?
Is there any way to migrate the NodeBB database from one provider to another?
For-instance, I want to move to MongoDB to Redis?
Can I do that without loosing data?
-
RE: How to allow restarting when using Forever?
@julian
it does!?
Since when?
Are those docs about keeping it running only for Dev purposes?
https://docs.nodebb.org/en/latest/running/index.html
"However, bear in mind that crashes will cause the NodeBB process to halt, bringing down your forum. Consider some of the more reliable options, below:"
Leading to Forever.
-
How to allow restarting when using Forever?
I run my NodeBB system setup using:
forever start app.js
.But I've just realised than running the app like this prevents me from restarting it inside the admin (Clicking the restart button does nothing), how can I fix this?
When running via
./nodebb start
, it works fine of course. But that drops Forever. -
RE: [Solved] Pagination widget broken
@julian boom, apparently did not have than June 30th commit.
Issue is resolved.
Thank you