namespace GBAtemp\ListUsers\BBCode; class Custom { public static function renderListUsers( array $tagChildren, $tagOption, $tagName, array $options, \XF\BbCode\Renderer\AbstractRenderer $renderer ) { // Parse group IDs from the BBCode parameters $groupIDs = explode(",", $tagOption); // Initialize the Finder for XF:User entity $finder = \XF::finder('XF:User'); // Construct the condition to find users with the specified group IDs $inSet = $finder->expression("FIND_IN_SET(?, secondary_group_ids)", $groupIDs); // Set the condition for the finder to retrieve users with the specified group IDs $finder->where($inSet); // Fetch users matching the condition $users = $finder->fetch(); // Initialize an array to store user details $userDetails = []; // Loop through each user foreach ($users as $user) { // Start building user details $userDetail = '
'; // Open a div for user details // Get the avatar and username link $avatarAndUsername = self::getUserAvatarAndUsername($user); // Append the avatar and username link to the user details $userDetail .= $avatarAndUsername; $userDetail .= '
'; // Close the div for user details // Add user details to the array $userDetails[] = $userDetail; } // Concatenate user details with commas $userListHTML = '
' . implode('', $userDetails) . '
'; // Return the HTML return $userListHTML; } protected static function getUserAvatarAndUsername($user) { $templater = \XF::app()->templater(); // Render the avatar and username link using XenForo's templating system $avatarAndUsernameHtml = $templater->fn('avatar', ['user' => $user, 'size' => 's']); $avatarAndUsernameHtml .= '' . htmlspecialchars($user->username) . ''; // Return the HTML for the avatar and username link return $avatarAndUsernameHtml; } }

AKNES|8BitDo Ultimate 2.4g controller(PC wired 1000hz) with hall effect joysticks, GIVEAWAY - 5Pcs

BigOnYa

Has A Very Big
Member
Joined
Jan 11, 2021
Messages
3,286
Trophies
1
Age
50
XP
7,779
Country
United States
Sign-up over and registration begin.
Post automatically merged:

View attachment 435552
Post automatically merged:

reddit: 193; GBAtemp: 57; Total: 250
4 in reddit and 1 in GBAtemp
Post automatically merged:

View attachment 435553
Post automatically merged:

View attachment 435554
Post automatically merged:

@Lightyose
Congratulations.
Please PM me with your full address, phone number and color of choice.
Post automatically merged:

In addition, if you are interested in this product of ours, you can use CODE: AKNESUL24 to purchase it in our store.

The next raffle starts in a few hours or tomorrow.
Congrats to the winner, and thank you @AKNES
 
  • Like
  • Love
Reactions: AKNES and Blythe93

w0nd3rb0yfx

Well-Known Member
Newcomer
Joined
Mar 18, 2016
Messages
45
Trophies
0
XP
2,217
Country
Brazil
Sign-up over and registration begin.
Post automatically merged:

View attachment 435552
Post automatically merged:

reddit: 193; GBAtemp: 57; Total: 250
4 in reddit and 1 in GBAtemp
Post automatically merged:

View attachment 435553
Post automatically merged:

View attachment 435554
Post automatically merged:

@Lightyose
Congratulations.
Please PM me with your full address, phone number and color of choice.
Post automatically merged:

In addition, if you are interested in this product of ours, you can use CODE: AKNESUL24 to purchase it in our store.

The next raffle starts in a few hours or tomorrow.

@Lightyose Congratulations on winning.
Thanks for the giveaway @AKNES.
 

AKNES

Well-Known Member
OP
Member
Joined
Mar 27, 2023
Messages
304
Trophies
0
Age
31
XP
1,373
Country
China

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: https://youtube.com/shorts/FdYTKAVSsXY?si=9E-2AU0JN-4hRZi3