Quote:
Originally Posted by kalisekj
Please can someone elaborate how how to make this show that specific users custom field and not my custom field on their profile pages? This is a GREAT Hack! I will definitely nominate this for mod of the month if I can just have this small problem resolved. This allows me to let the users customize their Profile pages with their own widgets, just like all the major social sites out there like Myspace, Hi5, Tagged, Facebook and many others. Awesome Idea!
|
If you create a custom field, you just specify which custom field number is created in this line of my code...
$mypage = unhtmlspecialchars(process_message_preview($vbulle tin->userinfo['field65']));
vbulletin happened to make the custom field '65' when I created it, so I just put that number into the above line. It could be anything.