• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.1 Latest
Buy Hosting

How can i stop user to post without confirming their account?

Scheduled Pinned Locked Moved NodeBB Development
node.jsnodebb
20 Posts 5 Posters 5.5k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tenstormavi
    wrote on last edited by
    #1

    How can i stop user to post without confirming their account?

    1 Reply Last reply
    2
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by baris
    #2

    On the latest version of NodeBB you can enable it through the ACP.

    upload-29d831a8-8292-44d5-a3ec-6af610d1bedf

    When enabled, users won't be able to post if they haven't confirmed their email.

    1 Reply Last reply
    2
  • T Offline
    T Offline
    tenstormavi
    wrote on last edited by
    #3

    But here, there is no such option.
    Screenshot from 2014-06-14 17:53:48.png

    A 1 Reply Last reply
    0
  • A Offline
    A Offline
    a_5mith
    replied to tenstormavi on last edited by a_5mith
    #4

    @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.

    1 Reply Last reply
    0
  • T Offline
    T Offline
    tenstormavi
    wrote on last edited by
    #5

    @a_5mith I have done the up gradation but still don't have that option.

    A 1 Reply Last reply
    0
  • A Offline
    A Offline
    a_5mith
    replied to tenstormavi on last edited by
    #6

    @tenstormavi you remembered to clear your cache?

    1 Reply Last reply
    0
  • T Offline
    T Offline
    tenstormavi
    wrote on last edited by tenstormavi
    #7

    @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?

    A 1 Reply Last reply
    0
  • A Offline
    A Offline
    a_5mith
    replied to tenstormavi on last edited by a_5mith
    #8

    @tenstormavi

    Assuming you're using en_GB:

    https://github.com/NodeBB/NodeBB/blob/master/public/language/en_GB/user.json#L18

    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.

    1 Reply Last reply
    0
  • T Offline
    T Offline
    tenstormavi
    wrote on last edited by
    #9

    @a_5mith thankyou. And I want a plugin to assign some coin type concept in my forum. Is this plugin is available?

    1 Reply Last reply
    0
  • A Offline
    A Offline
    a_5mith
    wrote on last edited by a_5mith
    #10

    Yes - https://github.com/psychobunny/nodebb-plugin-cash
    Does it work - not sure, should do though.

    1 Reply Last reply
    0
  • T Offline
    T Offline
    tenstormavi
    wrote on last edited by
    #11

    @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.

    A 1 Reply Last reply
    0
  • A Offline
    A Offline
    a_5mith
    replied to tenstormavi on last edited by
    #12

    @tenstormavi the only cash/points system I know of works on posts, not registration and login.

    1 Reply Last reply
    0
  • T Offline
    T Offline
    tenstormavi
    wrote on last edited by
    #13

    @a_5mith ok Is it is possible to built such type of plugin???

    A 1 Reply Last reply
    0
  • A Offline
    A Offline
    a_5mith
    replied to tenstormavi on last edited by
    #14

    @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.

    1 Reply Last reply
    0
  • T Offline
    T Offline
    tenstormavi
    wrote on last edited by
    #15

    @a_5mith ok thankyou. Where i can talk directly to the nodebb users or developers for futher suggestions? Are they are on IRC??

    A 1 Reply Last reply
    0
  • A Offline
    A Offline
    a_5mith
    replied to tenstormavi on last edited by
    #16

    @tenstormavi #nodebb on freenode.

    1 Reply Last reply
    0
  • T Offline
    T Offline
    tenstormavi
    wrote on last edited by
    #17

    @a_5mith I am there but no one is replying there. You are on #nodebb?

    A 1 Reply Last reply
    0
  • A Offline
    A Offline
    a_5mith
    replied to tenstormavi on last edited by
    #18

    @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 using action:post.save From what I can work out in the documentation.

    1 Reply Last reply
    0
  • julianJ Offline
    julianJ Offline
    julian GNU/Linux
    wrote on last edited by
    #19

    Hey @tenstormavi -- sorry I missed you! If we're not active on IRC, then this is the next best thing 😄

    TannerT 1 Reply Last reply
    0
  • TannerT Offline
    TannerT Offline
    Tanner Plugin & Theme Dev
    replied to julian on last edited by
    #20

    @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! ^,^

    1 Reply Last reply
    1

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development