More to follow
Create mini profile on hover from Members List
<a href="[AS:PROFILE:USERURL]" onmouseover="amas_quickcard.show(this,[AS:PROFILE:USERID]);">[AS:PROFILE:DISPLAYNAME]</a>
JSON Sample Output
{
"userid" : 2,
"firstname" : "Administrator",
"lastname" : "Account",
"displayname" : "Administrator Account",
"username" : "admin",
"url" : "http://somewebsite/administrator",
"isonline" : "true",
"profile" : [{
"Prefix" : "",
"FirstName" : "Administrator",
"MiddleName" : "",
"LastName" : "Account",
"Suffix" : "",
"Unit" : "",
"Street" : "123 Street",
"City" : "Charleston",
"Region" : "South Carolina",
"Country" : "United States",
"PostalCode" : 29407,
"Telephone" : "843-769-9877",
"Cell" : "",
"Fax" : "",
"Website" : "http://www.activemodules.com",
"IM" : "",
"Photo" : "",
"Biography" : "",
"TimeZone" : -300,
"PreferredLocale" : "",
"ProfilePicture" : "",
"Twitter" : "",
"Facebook" : "",
"MySpace" : "",
"Flickr" : "",
"LinkedIn" : ""
}]
}