Welcome Notification, Where?
-
Good day guys,
Could someone tell me when and where a person would see the Welcome notification.
I have it setup
0.8.0 Settings / Notifications
I have a welcome message set
I have NO notification link setMy thinking is once someone logs in they should receive a this notification. Am I wrong about this?
-
Yhea,
What I liked to do was lock all categories down until the user have posted in the introductions category section.
By making the one post will put them into the next group which has more access and can post in other places.But I wanted a real welcome popup letting them know they need to post there.. I feel they will miss the little notification if they are new to nodebb
-
You can do this probably via an HTML widget. Would take a bit of coding though, just front end.
Something like a jquery ajax call to api/user/username to see how many posts the person has: https://community.nodebb.org/api/user/psychobunny
If post count is 0 then show "Welcome! Please post in (link) etc etc"
It's basic jquery and I hope you can figure it out - if you do, please post a howto topic
-
Locking other categories down till you have 1 post is also doable. Check out the rewards tab in ACP. Add the user to group that has privs to post in other categories only if post count >= 1