We can close this top..
I'm not realy sure how I fixed it.
I went into my DNS host changed the domain to another one, tested then switched it back and seems to have shaken something lose in the dns
Thanks for the help
@askar said:
Just found NodeBB doesn't even have email alerts
here https://community.nodebb.org/topic/1835/nodebb-is-better-discourse-is-better
This post is quite dated...
@julian said:
You can sort of customise this by watching or ignoring a category.
For example, I am ignoring the Testing Ground category here.
Ah!
Would it make more sense to have all categories unwatched by default, as opposed to watched?
I actually saw the "Ignore" icon before, but didn't realize what it did. I thought it was something about ignoring users -- so I ignored it
You'll have to ask @psychobunny if it's not working any more (I haven't tested), but this
https://www.npmjs.com/package/nodebb-plugin-custom-pages
Should be what you need, install it like any other plugin.
GLHF.
@rbeer said:
You are referring to the one up top, thats rushing from left to right, when clicking links, correct?
That would be
#nprogress .bar {
background: #29d;
position: fixed;
z-index: 1031;
top: 0;
left: 0;
width: 100%;
height: 2px
}
I think this is what's being used here:
http://ricostacruz.com/nprogress/
This did the trick, thanks very much!
Will offer my way of fixing.. probably something went wrong in the themes, aside from css, probably version mismatches with the core nodebb version your using. The below will revert to working vanilla and lavender theme versions that match w/ your core nodebb install version. (probably need to stick with whatever theme versions it reinstalls, because I've always had problems w/ updating themes, I don't upgrade them anymore) Stick with what came with the nodebb install originally. This will revert back to originals:
./nodebb stop (close nodebb)
npm uninstall nodebb-theme-lavender
npm uninstall nodebb-theme-vanilla
npm install nodebb-theme-vanilla
npm install nodebb-theme-lavender
./nodebb start. try avoid editing too much .less and .tpl in the theme files and stick as much as possible in the Custom css area in your ACP
Instead of starting new topic, just thought I would just reply back on this existing topic.
Anyone? is there a plugin or tweak to show vote up/down button on topic list? And also sort the topics by date added.
@julian
@julian I have seen the 0.2.0 version of Persona in the admincp and the "only cleared to upgrade to v0.2.0" message with the 0.7.0. Ended up moving to the master / 0.7.1 branch to get rid of some issues which I could not figure out.
As others have mentioned, you'll need to reset the owner of all files in the NodeBB folder.
Keep in mind if any files are owned by root, you need to be the root user to change ownership!
So that said:
$ su # to get to root
$ cd /path/to/nodebb
$ ./nodebb stop
$ chown -R ali:ali . # change ownership to the "ali" user, for the current directory and all files/directories inside of it
$ logout # To get back to the regular unprivileged user
Change ali as necessary.
Nothing like that unfortunately. But we do have an email responder plugin - you get an email on a new reply, and then you can reply directly to the email and it gets posted.