Ok, hmmm. Thanks big time for the feedback. Still, what would the
Reputation Comparison Type be? Seems like it would need to be false, so the Days Registered part would need to be true to promote....
The vB Help window seems to say I can make it work regardless of rep, as long as the
Days Registered part is true:
Quote:
Select which of the above conditions must be true for this promotion to be invoked. Conditions inside parenthesis are evaluated first.
For example, if these are your settings:
Reputation Comparison Type = Greater or Equal to
Reputation Level = 1000
Days Registered = 30
Posts = 100
Promotion Strategy = Posts and (Reputation or Date)
...and the user has 1100 reputation, has been registered for 20 days, and has 150 posts then they would be promoted because:
Posts: 150 >= 100 (true)
Reputation: 1100 >= 1000 (true)
Date: 20 >= 30 (false)
...and so using the "Posts and (Reputation or Date)" promotion strategy:
true and (true or false)
= true and (true)
= true
|
Edit: yes, I think I see what you mean, thanks!
It's funny, this is really a Demotion, not a Promotion, but it will do what we need to do, eh?
thanks, buddy