XF 1.3 Anniversary Badge / Award - How To Automate?

ProCom

Well-known member
I'd like to display a custom image / badge / award for our members with certain years anniversaries on our forum.

Is the best way to automatically do this to do the following:
  1. Create a new usergroup called "5 year award"
  2. Create a new user banner and custom css image for the group: http://xenforo.com/community/resources/user-ranks-with-images.2054/
  3. Setup an automated promotion so that when a member hits 5 years they are automatically added into this group
Is this the best way to do this?
 
Doh, I think I already discovered a problem...

If the user gets promoted for "5 Year Award" and then gets to "6 Year Award" there doesn't seem to be an automated way to remove their "5 year award" (i.e., remove them from that group when promoted to the other group). Is this accurate?
 
You can use "User is NOT a member of any of the selected user groups:" for the 5 year promotion and set it as the 6 year group.

Once they get promoted to the 6 year group, the 5 year promotion will be removed.
 
Thanks @Brogan !

Sorry for this follow up question, but I just want to make sure I understand: What causes the 5 year promotion to be automatically removed as the 6 year is applied? Is it either because:
  1. The 5 year group promotion removes itself when the criteria is no longer met?
  2. Something in the 6 year promotion removes the 5 year award?
I'm guessing it's something in #2, but this makes me wonder how to ensure that other groups are also not removed, but just a single group is removed during the promotion?

Hopefully that makes sense?
 
It is this: "User is NOT a member of any of the selected user groups".

The promotion will only be applied if the user is not a member of user group 6.
 
Ok, but I'm still confused how someone is automatically demoted out of a group.

For example: Let's say a moderator is automatically promoted to group "5 year" and then a year later I want them removed from group "5 year" into group "6 year" , how is that done?
 
I'm not sure where the confusion arises.

If a member is registered for 5 years, the 5 year promotion will be applied.

When they are registered for 6 years, the 6 year promotion will be applied.

As the 5 year promotion has "User is NOT a member of any of the selected user groups - 6" set, they will automatically be demoted from the 5 year promotion as they are now a member of user group 6.
 
Ok, thanks for the clarification Brogan... I was reading that wrong.

So, the cron will run and:
  1. Apply the 5 year promotion
  2. A year later...
  3. Apply the 6 year promotion
  4. Then the 5 year promotion will run and see that the user is also in the 6 year group and remove the 5 year group
Am I correct now?

(thanks for your patience) :)
 
I have been trying to do the same thing, but I limited it to administrators. I have been trying to do a 6 year award and a 9 year award, but it won't remove the 6 year award. In the 6 year award promotion, I put 9 year in "user is not a member of any of the selected groups", but it didn't remove the year promotion when the 9 year promotion was applied.
 
The process above is working fine for active users, but as we posted in this thread here, we haven't been able to find a way to get members that haven't logged on to have their usergroups promoted properly.

We've run "Rebuild User Group Promotions", but this hasn't changed the user's that are in multiple promoted "anniversary" groups.

Any other suggestions on how to "touch" all the user accounts so we don't have members in multiple promoted groups?

Thank you in advance for any help you can provide!
 
I'm not sure where the confusion arises.

If a member is registered for 5 years, the 5 year promotion will be applied.

When they are registered for 6 years, the 6 year promotion will be applied.

As the 5 year promotion has "User is NOT a member of any of the selected user groups - 6" set, they will automatically be demoted from the 5 year promotion as they are now a member of user group 6.

Hi,

I use that in a similar way.

There are promotions for

5 years
10 years
15 years
20 years

and so on...

And I'm struggling with it. (and of course using the right criteria of days registered)

5 years:
IS A MEMBER: Registered
IS NOT A MEMBER: 10 years
works

10 years
IS A MEMBER: Registered
IS NOT A MEMBER: 15 years
works

15 years
IS A MEMBER: Registered
IS NOT A MEMBER: 20 years
doesn't work
--> it gives the member 15 AND 5 years


I tried to modify the promotion for so many times, but either it doesn't promote users or they get 10 and 15 years or results, which are not correct.

Could please anyone tell me what I'm doing wrong here?

Thanks alot!
 
The 5 year promotion needs to have the 10 year, 15 year, and 20 year promotions selected.

Currently the 5 year promotion is only not applied if they have the 10 year promotion.
When they move to the 15 year promotion, the 10 year promotion is removed, which makes the 5 year promotion apply again.

The same applies to the other promotions.
 
The 5 year promotion needs to have the 10 year, 15 year, and 20 year promotions selected.

Currently the 5 year promotion is only not applied if they have the 10 year promotion.
When they move to the 15 year promotion, the 10 year promotion is removed, which makes the 5 year promotion apply again.

The same applies to the other promotions.
Thank you so much. :love::cool:🤘

So for other members who are having problems with this I could sum this up: ??

5 years:
IS A MEMBER: Registered
IS NOT A MEMBER: 10 years
IS NOT A MEMBER: 15 years
IS NOT A MEMBER: 20 years

10 years
IS A MEMBER: Registered
IS NOT A MEMBER: 5 years
IS NOT A MEMBER: 15 years
IS NOT A MEMBER: 20 years

15 years
IS A MEMBER: Registered
IS NOT A MEMBER: 5 years
IS NOT A MEMBER: 10 years
IS NOT A MEMBER: 20 years

20 years
IS A MEMBER: Registered
IS NOT A MEMBER: 5 years
IS NOT A MEMBER: 10 years
IS NOT A MEMBER: 15 years
 
Top Bottom