Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

How is a "new registered user" defined?

0 votes
In 1.5 there is a field for "Notice at top for new registered users" - what exactly determines a new user here? Is it time since registration, points, or something else?

Also, does this show the message in the same way as the "first time visitors" one, the pink banner at the very top of the page?
Q2A version: 1.5-beta1
asked Dec 30, 2011 in Q2A Core by DisgruntledGoat

1 Answer

0 votes

If this option is set when a particular user is created, that user is marked with QA_USER_FLAGS_WELCOME_NOTICE=64 in their flags column as requiring the notice to be displayed. The notice will be displayed as the pink banner at the top of the page, until the user dismissed it. It's not based on any characteristic of the user like time since registration or points - just the presence of this flag in the database.

answered Jan 1 by gidgreen