XF 2.2 Top Level Banner Only (Banner Stacking Off Not Working) Help

Rigo

Active member
As much as I keep trying, I can't figure out what I'm doing wrong so I might as well ask for help.
I want to show the correct banner for my users, according to the User Ladder minimum value.
Screenshot 2022-10-04 at 07-42-39 User title ladder The Fig Spot - Admin control panel.webp
I created the user groups, looks fine
Screenshot 2022-10-04 at 07-43-56 User groups The Fig Spot - Admin control panel.webp
I edited the templates in the app_user_banner.less section
Screenshot 2022-10-04 at 07-32-15 Edit template app_user_banners.less The Fig Spot - Admin co...webp
Just in case it was that I had to have user group permissions, I added that as well
Screenshot 2022-10-04 at 07-46-50 User group promotions The Fig Spot - Admin control panel.webp
So as you can see, if I enable the Banner Stacking option, You can see a user shows multiple banners (registered and fundamental). Fundamental being earned after 10 posts/messages.
Screenshot 2022-10-04 at 07-31-18 User options The Fig Spot - Admin control panel.webp
Screenshot 2022-10-04 at 07-30-55 South-East Fig Growers.webp
But when I disable the Banner Stacking, instead of hiding the "Registered" and keeping the next level banner (as priority), it just keeps the registered.
Screenshot 2022-10-04 at 07-31-28 User options The Fig Spot - Admin control panel.webpScreenshot 2022-10-04 at 07-31-44 South-East Fig Growers.webp

From looking at all this, what do you guys think I'm doing wrong? I really need to fix this. And if anyone here needs access to help me, please let me know.
Thank you in advance for any help you can provide.
 
I think you are getting user ladder and promotions/groups confused.
The user ladder is not really tied to user groups. You have to create a promotion and then after the user meets those requirements, they are moved into that group, which has priorities assigned to it. The higher the priority then that's the banner that gets assigned.
You assign the desired banner to each user group.
Or at least that's the way I run my site...and it works fine. The User Ladder isn't even really used for anything.
 
I think you are getting user ladder and promotions/groups confused.
The user ladder is not really tied to user groups. You have to create a promotion and then after the user meets those requirements, they are moved into that group, which has priorities assigned to it. The higher the priority then that's the banner that gets assigned.
You assign the desired banner to each user group.
Or at least that's the way I run my site...and it works fine. The User Ladder isn't even really used for anything.
ok, but I created the promotions according to the amount of messages posted. Which seams to be working because it shows the new banner if the Banner Stacking is enabled. But as soon as I disable, it just shows the registered banner instead of the prioritized one.
Screenshot 2022-10-04 at 11-43-12 Edit promotion Fundamental The Fig Spot - Admin control panel.webp
 
Make sure each user group is using display styling priority... the higher ones get applied before the lower

Screen Shot 2022-10-04 at 10.53.35 AM.png
Screen Shot 2022-10-04 at 10.51.08 AM.png
Screen Shot 2022-10-04 at 10.51.24 AM.png

Screen Shot 2022-10-04 at 10.51.36 AM.png

Screen Shot 2022-10-04 at 10.54.26 AM.png Screen Shot 2022-10-04 at 10.54.42 AM.png Screen Shot 2022-10-04 at 10.54.59 AM.png

I assign specific CSS tags for the banners for each user group, then place those in my EXTRA.less

My account with what groups are active.

Screen Shot 2022-10-04 at 10.58.12 AM.webp
 
Top Bottom