Well, I wracked my brain and I give up.

I think it has something to do with the smarty/plug-ins stuff like this one:

Code:
{insert name=favour_count assign=favcount uid=$UID}
Favorites: {$favcount}
I think we just need to figure out what the insert name and assign name is for website and the photo, or at least how to create one in the smarty/plug-ins thing if it doesn't exist :?:

Something like this maybe:

Code:
{insert name=user_info assign=website uid=$UID}Website: {$user_info.website}</div>
:?: :?: :?:

I tried all kinds of things and either got a smarty (plug-in error) or mysql error.