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; } }

Let's watch stuff

H1B1Esquire

RxTools, the ultimate CFW machine.
OP
Member
Joined
Nov 2, 2016
Messages
3,732
Trophies
1
Age
36
Location
Earth, bro-dude.
XP
2,868
Country
United States


When people didn't stretch out their anus over jokes.
BTW: watch how Key and Peele always had "that thing". Time stamps (courtesy of Aenima 2784)
Mad TV - Real MF Talk Compilation Dollar Bill Montgomery Played By Aries Spears 0:00 Real M*****F***ing Talk Show Method Man, Redman, & Andy Daly 5:51 Enron/Oscar Picks Corey Holcomb, Earthquake, & Andy Daly 12:18 Homeland Security/Internet/Saddam Hussein Xzibit, WC, & Michael Mcdonald 19:50 Real MF News Tommy Davidson & Debra Wilson 25:11 Real Oscar Talk II Tommy Davidson, Fred Willard, & Debra Wilson 31:59 Real **********ing Emmy Special Phil LaMarr, Michael Mcdonald, & Daniele Gaither 39:42 Healthcare Tommy Davidson, Will Sasso, & Daniele Gaither 43:56 Black History Month Snoop Dogg, Bishop Don Juan, & Michael Mcdonald 50:24 Election Eve Special Flavor Flav, Keegan-Michael Key, & Ron Pederson 56:22 Thanksgiving Special Ja Rule, Bill Maher, & Jordan Peele 1:01:16 Christmas Special Jordan Peele, Keegan-Michael Key, & Michael Mcdonald 1:08:07 Mother's Day Special Jordan Peele, Daniele Gaither, Keegan-Michael Key, Michael Mcdonald, & Spencer Kayden


The video was from MadTV, specifically, the skit "Real M************ Talk."
 
Last edited by H1B1Esquire,
  • Like
Reactions: Alexander1970

H1B1Esquire

RxTools, the ultimate CFW machine.
OP
Member
Joined
Nov 2, 2016
Messages
3,732
Trophies
1
Age
36
Location
Earth, bro-dude.
XP
2,868
Country
United States

When it has Maurice LaMarche voicing a giant Brain (who is also the voice of Brain (Pink and The Brain, and so many other cartoons), as well as having music mastered by Les Claypool, you know you're in for a nostalgia bomb to the nuts.


---Aww shit, somebody called it in, so now I get to spin the wheel of Karma.

The movie was Armageddon.

by the way, totally related to a lot of stuff ......and hey, go ahead and report it, you beach.
 
Last edited by H1B1Esquire,
  • Like
Reactions: Alexander1970

AmandaRose

Do what I do. Hold tight and pretend it’s a plan
Member
Joined
Aug 19, 2015
Messages
10,202
Trophies
1
Location
Glasgow
Website
www.rockstarnorth.com
XP
16,216
Country
United Kingdom
Maybe he is also a funny for you @AmandaRose .:)


Benny Hill was very very famous here when I was much younger.

Getting back to Chuck Barris I would urge everyone to check out the awesome film about his life.And what a life it was gameshow host during the day CIA killer at night what a amazing guy.



 
Last edited by AmandaRose,

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