How can i stop user to post without confirming their account?
-
How can i stop user to post without confirming their account?
-
But here, there is no such option.
-
@tenstormavi are you running the latest version?
cd path/to/nodebb git pull ./nodebb upgrade ./nodebb restart (to be safe) Clear cache and load your site up again.
Or if you run the stable branch, shouldn't be long before latest goes stable.
-
@a_5mith I have done the up gradation but still don't have that option.
-
@tenstormavi you remembered to clear your cache?
-
@a_5mith yes i had cleared the cache also but have the same problem.
I have one more question that if i want to change the label of any particular block then how can i do so??
For eg. in users profile edit section i want to change the label signature to Bio then where i have to change that label? -
Assuming you're using en_GB:
File not found · NodeBB/NodeBB
Node.js based forum software built for the modern web - File not found · NodeBB/NodeBB
GitHub (github.com)
But keep in mind if there's an update to that file in the future, you won't just be able to pull changes, you have to do a few commands in the terminal to stash your changes, then reapply them after you've pulled the latest updates. Doesn't take long.
-
@a_5mith thankyou. And I want a plugin to assign some coin type concept in my forum. Is this plugin is available?
-
Yes - https://github.com/psychobunny/nodebb-plugin-cash
Does it work - not sure, should do though. -
@a_5mith I checked but it is not working. For eg I want to give coins 100 to user after successful registration and then 1 coin in accordance with his visiting.
-
@tenstormavi the only cash/points system I know of works on posts, not registration and login.
-
@a_5mith ok Is it is possible to built such type of plugin???
-
@tenstormavi yeah it's possible, look at how psychobunny built his, then adapt it so rather than looking at post count, it looks at registration, docs.nodebb.org has a section on hooks and creating plugins.
-
@a_5mith ok thankyou. Where i can talk directly to the nodebb users or developers for futher suggestions? Are they are on IRC??
-
@tenstormavi
#nodebb
on freenode. -
@a_5mith I am there but no one is replying there. You are on #nodebb?
-
@tenstormavi they're based in Canada so it's currently about 3am there. You're looking for Julian, psychobunny or Baris, they're the developers. You'll get as much help here as you will on free node, depends who reads your topics though. I can point you in the right direction as far as documentation goes, but I'm not a very good nodejs developer yet.
Registration is covered under
filter:register.complete
, then adding a point to posts would be done by usingaction:post.save
From what I can work out in the documentation. -
@julian said:
Hey @tenstormavi -- sorry I missed you! If we're not active on IRC, then this is the next best thing
Moar like teh best thing! ^,^