The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
(Slightly tipsy BTW)
Right. You have this promotion on "Registered Users". You want to move anyone who has been registered for 3 days with 0 posts moved to a usergroup called "shy". You used the settings above and A LOT of users were moved to that group(shy)? hehe well........ now knowing what you actually intend I believe you should have it less than or equal to, because what you're actually attempting is a demotion (essentially). Sorry for confusing. You in actual fact only want people with "equal to or less than" 3 posts or 0 days to be "promoted" (demoted). To start back at the beginning just delete your "shy" usergroup and everyone in that group will be moved back to "registered users". |
#12
|
|||
|
|||
I don't think the reputation check is the problem. The problem is that the promotion rule basically says "all Registered Users > 3 days and >= 0 posts" which is pretty much all users. The problem is that there's no way to say "exactly 0 posts" or "<= 0 posts". You can of course add another rule to promote back to registered users if they have one post, but once they are there, they'll match the original rule again.
|
#13
|
||||
|
||||
Quote:
Posts: 0 So, by default, it is Days reg greater than or equal to?Too bad there's not a Post Comparison Type and a Days Reg Comparison Type with operands, like there is a Reputation Comparison Type (we don't even use Reputation). So, stupid question: is there some place where I can change the >= to simply = for this one promotion? Where does vB "store" the promo instructions? |
#14
|
|||
|
|||
The promotion logic is in includes/cron/promotion.php. The strategy is stored as a number, so there's no way to just modify the database to do what you want. But you could make up another strategy number, then modify promotion.php to look for it and do something different. You could also of course add it to the dropdown in the ACP (I can't rememeber what file off hand). I did this to add a promotion by age for our site and it worked out OK.
There's probably at least one mod out there that would do this. |
#15
|
||||
|
||||
Yeah buddy, could it be in admin/usergroup.php ?
I can see that's too complicated for me to successfully find and add Post Comparison Type and a Days Reg Comparison Type with operands. I'll see if there is a mod for this, it sure would be helpful. thanks!:up: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|