Just found this thread and wanted to say thanks for updating the hover text.

Best posts made by JaredBusch
-
RE: Change the post time tooltip to be more readable
-
RE: SSL : yes or not
@djcyry there is never a reason not to use SSL anymore. The benefit is that the data flowing between my device and your server is encrypted and no one can just slurp up all the data at a random router along the way and see my my stuff.
Yeah most forums are public and such, but not all.
-
RE: Topic POST Limits for nodebb-plugin-write-api
@dannydk6-0 in admin ports. Settings -> Posts
-
RE: A world record in the NodeBB forums?
The mangolassi.it community has a thread with nearly 55800 posts.
This community had nothing imported. The community was formed 4 years ago on NodeBB.
-
RE: Errors while installing new 0.9.0 to new CentOS 7 VM
created a pull request on the instructions.
https://github.com/NodeBB/nodebb-english/pull/68 -
RE: Group Chat Changes
@Kowlin said:
@exodo any reason you want a option to disable it?
Maybe not a disable, but instead make a max participant value. If the forum admin sets it to 2, then it would be no different than now.
I really want the feature. I cannot count the number of times I have had a chat going and then had to either backfire things to another person, or take it to another medium (Skype/hangouts) in order to get a group chat going.
-
RE: Fresh Install Admin Forbidden. Is 32 bit a problem?
Switch to master and see if the problem goes away.
git checkout master
See this: https://community.nodebb.org/topic/9904/fresh-install-error-cannot-login-register-js-reference-error
-
RE: So Is NodeBB stable?
@NodeForumGod said in So Is NodeBB stable?:
So Is NodeBB stable?
I installed it at one time and it stops moments later.
It made me feel not so trusting it.
Is the software stable? Or Am I doing it wrong?
You are doing something wrong for sure.
I have been running nodeBB for two years or so for my D&D Campaign.
Also the Mangolassi.it community has been running it for nearly 3 years. They have a shit ton of traffic and posts daily.
-
RE: [solved] duplicate url when logging in
Update your
config.json
.If
config.json
does not match the URL you are using, the redirect does this. -
RE: Unable to post, Akismet says my post is spam
@scottalanmiller said in Unable to post, Akismet says my post is spam:
@cregox said in Unable to post, Akismet says my post is spam:
Sorry if I cite them a lot, but I really love the job being done there.
Aren't you a dev there? They list your avatar on their dev list.
No they don’t. You misread that page
Latest posts made by JaredBusch
-
RE: Remove login button
@pitaj said in Remove login button:
@jaredbusch you could try something like this in your custom css in the ACP:
a[href="/login"] { display: none !important; }
That did it.
-
RE: Remove login button
so as a quick test, a little searching in the persona theme source login, I found I could refine it to this.
https://github.com/NodeBB/nodebb-theme-persona/search?q=guest+login
Then I added a quick inline style command to hide it in those 6 returned locations.
Then there were two place in
/templates/partials/menu.tpl
that referenced/login
. I did the same there.
Would this be simple enough for a theme setting? Obviously not as an inline style.. that was simply the easilet/quickest way to see if hiding those elements worked.
Rebuilt and gone.
-
RE: Remove login button
@pitaj said in Remove login button:
Easiest way is probably too hide it with CSS.
That is what I was assuming I would need to do. Was hoping though.
Any pointer on the best way to handle it, that will survive upgrades, before I try and break things?
-
RE: Remove login button
@dogs said in Remove login button:
I search in ACP for "login" but I couldn't find any setting to disable login global on the forum.
Yeah, there never has been.
-
Remove login button
Is there an easy place to remove the login button from being seen?
Using NodeBB for a small project with only a couple people posting but many public users that will never have login capabilities.
-
RE: Postgres question
@julian said in Postgres question:
@oplik0 Yes, correct
I mean that the API itself is stable, and that we are not adding arguments and methods willy-nilly, and removing others.
So what about that conversion utility? It definitely worked when I tested taking a system from redis to mongo a couple years ago.
But that was a couple years ago.
-
RE: Postgres question
@gotwf said in Postgres question:
Good to know.
I had a need to setup a new instance and did not want to use Mongo for similar reasons as to why you were looking at options.
I documented what I did here: https://www.mangolassi.it/topic/22497/setup-nodebb-on-fedora-33-with-postgresql-and-nginx-with-https-only
I want to tinker with that some more.
-
RE: Postgres question
@gotwf said in Postgres question:
@julian Being lazy here - Is PostgreSQL a first class db backend for NodeBB these days or is it still third party plugin? I'm not up on the latest and greatest.
Well it is built into the
./nodebb setup
process now.I have a tiny site running on it with zero issues.
I would like to convert a small site that is currently on
redis
topostgresql
but it appears that@Ben-Lubar
(not tagging he hasn't been online in 2 years) has archived his conversion repo.@julian will this still work?
https://github.com/BenLubar/nodebb-postgres-converterOr is there something new?
-
Setup parameters
When executing the initial
./nodebb setup
, is there a way to preanswer the questions? -
RE: Multiple reply buttons on newest nodebb
@baris said in Multiple reply buttons on newest nodebb:
The reply button under each post is used to make a direct reply to the post. The blue reply button makes a reply to the topic itself.
It is also not new.