Same for me.
+1
Best posts made by Couby
Latest posts made by Couby
-
RE: [nodebb-plugin-import] Import your forum to NBB
Hi,
Trying to port a Kunena forum to Nodebb (veaf.org/fr/forums -> community.veaf.org).
I tried https://github.com/eyesofkids/nodebb-plugin-import-kunena .
Looks not too far from the goal
.
Users and categories import looks good.
Just a lot of topics and messages missing...The log (minus repetitive errors for topics and messages import) :
logs.txtMaybe the problem is with topics import and the related error error:user-too-new ?
Possible to help me solving this issue ? That would consolidate another importer for NodeBB
.
Regards.
-
RE: How to reduce the size of font in the post content?
@trevor said:
Hi,
Let's see here...
You can go into the
topic.less
file in the lavender template. It should be locatednode_modules/nodebb-theme-lavender/less/topic.less
.Look for
.post-content
it should be in the following hierarchy:.topic .posts .post-content
. Example below:.topic { .posts { .post-content { //You can put whatever font-size here. } } }
Hope this helps!
On lavender theme this is
.topic-text
if it is not a change in css since then.@baris for blockquote :
I made a try but it doesn't work. Any update on this or is it Lavender theme related ? -
RE: NodeBB not protected against "bot registration"
Obvious and easy, thanks a lot @a_5mith !
-
RE: NodeBB not protected against "bot registration"
Hi, same problem with my nBB.
spam-be-gone installed.
I'm not familiar with honeypot and I don't find obvious the way to obtain a Key.
Is it possible to have some tips for that one ? -
RE: Import from a mailing list archive
Thank you @a_5mith, that's what I imagined but I think it's worth asking before putting some energy in that :).
I'll follow your advice and take a look at other import plugins.
Regards. -
Import from a mailing list archive
Hi,
I would like to make an experiment importing data in my NodeBB forum from a mailing list archive.
I haven't seen any specific plugin for that.
Did someone already made something like that ?
Any orientations or guidance to do that myself if there's nothing for that ?Regards
-
RE: Upgrade issues
@julian fantastic that works
Thanks a lot.
Great community
. Hope this issue could help some folks like me not really fit with git and npm
.
Have a nice day.
-
RE: Upgrade issues
Ok I ignore these warns then :).
After stopping Nodebb, these npm install commands, and restart, no change, I still have this template issue.
(Accessed to the admin page manually, whouaou, nice this 0.5.1
).
-
RE: Upgrade issues
NodeBB restart.
Yet I have this warn in log :
warn: [plugins] The
action:app.load
hook is deprecated in favour ofstatic:app.load
, please notify the developers of the following plugins:- nodebb-plugin-emailer-mailgun
- nodebb-plugin-emoji-extended
- nodebb-plugin-google-analytics
- nodebb-plugin-topic-badges
And this issue :
-
RE: Upgrade issues
We learn trying, waiting for better advice
.
Result :
HEAD is now at 62477c7 fixed #2214 - each individual thread will create its own logrotate write handler, because if one is closed, everything crashes in a cascade effect because we're calling .write() after .end(), bleh.
And if I make a pull after that :
Already up-to-date.
So, trying a nodebb start...