What I'm trying to do is show the profile customizations of a particular user on that user's blog. I haven't dug too deeply into the code yet, but wondered if anyone else has done this, and if so, what is the easiest way?
I'm thinking it's gonna have something to do with a modified version of this code:
Code:
require_once(DIR . '/includes/functions_user.php');
$usercss = construct_usercss($userinfo, $show['usercss_switch']);
$show['usercss_switch'] = ($show['usercss_switch'] AND $vbulletin->userinfo['userid'] != $userinfo['userid']);
construct_usercss_switch($show['usercss_switch'], $usercss_switch_phrase);