XF 2.2 Newest Members Widget showing recent user upgrades

bengineer

Member
Hi,

One of our long standing forum members (from 2012) has recently started seeing his username in the Newest Members widget. The only recent change he did was to upgrade his account with a paid subscription. Does the Newest Members Widget ignore a user's join date when upgrading a subscription?

Thanks,

Ben
 

In this Newest Members section there’s a user called Colin 540. His join date is 2012. The only thing he did recently was pay for an upgrade.

I’m using latest build.

Thanks

Ben
 
Ah. We don’t show that to anonymous users. Here’s a screen grab:

D43F09E1-D703-4D51-A82E-9DFFD896BEF0.png



The other users in the list all have 2021 join dates

Thanks
 

Attachments

  • FE825D3C-1F6B-4086-823A-6381014DE21B.webp
    FE825D3C-1F6B-4086-823A-6381014DE21B.webp
    70.6 KB · Views: 4
Can you suggest what to check?

When I run:

SELECT * FROM `xf_user` order by register_date desc

I don't see this Colin 540 user anywhere at all in the top 100 new users.

And when I run:

SELECT username, register_date, DATE_FORMAT(FROM_UNIXTIME(register_date), '%e %b %Y') FROM `xf_user` WHERE username = 'Colin 540'

Colin 540134562120022 Aug 2012

Are there any caches involved in those widgets?

Thanks
 
False alarm.

It appears that our 'Newest members' widget was actually mapped to a Latest upgrades module. Sorry for the confusion. I've switched it over to the Newest members widget and it's now correctly showing only the newest members.
 
Top Bottom