MyBB Community Forums

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

i wanna display 2 extra fields when a user clicks on UserCP, below the username, usergroup, regdate, how many posts and email. Only shows to that user. What can i do? I have:
$plugins->add_hook("usercp_start", "show_extra");
function show_extra()
{
global $db, $mybb, $templates, $theme, $lang;
}
But what now, i dont understand hook system clearly i think, long time ago that i made some php...

Perhaps someone can help, i think it is a stupid question for some skilled mybb coders.
What fields do you want to display?
lookup my disable word filter plugin, it adds usercp options
(2010-04-23, 12:12 AM)lichtheman Wrote: [ -> ]What fields do you want to display?

In example how many Private Messages a user have. I only need the start how i can change the output, that would be great.
Ok have it, thank you anyway Smile