Quote:
Originally Posted by KirbyDE
To get the avatar
PHP Code:
$avatarurl = fetch_avatar_url($bbuserinfo[userid]);
PMs are in $bbuserinfp[pmunread] & $bbuserinfo[pmtotal]
Last activity is in $bbuserinfo[lastactivity] as a UNIX timestamp.
To get the total amount of posts
[sql]SELECT COUNT(*) AS totalposts FROM post[/sql]
|
thanks alot, but i cant get lastactivity to work?
with the total posts i mean, to give me the number of posts on the main site.