MyBB Community Forums

Full Version: Invoke specific user
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

i want to implement my own Member of the Month thing. Most of what I want I can do and is already done. There is just one thing:

I want to display this member on the Forum index. How can I call the name and the avatar of a specific user in the templates?
The best would be it would display automatically the leader of a member group i would create.

I tried something like that to display the avatar:
{$user['uid']} = 10;
	<img src="{$user['avatar']}" height="75px">

Obviously that doesnt work.

Well hopefully someone understood what i meant and can help me.

Thank you