Tested in Una.io as you can see in the link, the declaration of characters is wrong. can it be corrected?
Thank you
https://pagespeed.web.dev/analysis/https-una-io/8gftiyjxta?form_factor=mobile
Version: 13.0.0-B1
Only administrators can see the page of a future event. For past events it works correctly.
Can someone confirm this error for me?
Is there a block with the profiles with the most followers?
Otherwise someone could tell me the sql query to get the list with the most followers. I have currently created a block with the users with the most visits but I want the same with the followers.
This is the query I do so far: $sql = "SELECT * FROM `bx_persons_data` WHERE `picture` > 0 ORDER BY `views` DESC LIMIT 25";