Can I dig user info from forums to external page? I mean I have for example page called something.php and on top I want to display users avatar and status of his PMs (if new pms) for each logged user. I can currently do that with IPBSDK like this:
echo "<img src=".$user['avatar'].">";
echo $user['newpms'];
It's not actual code but u get the point...Is something like this possible to do with vBB? Also is there a way to get user member groups to external page and other info...? If yes I am off to buy vBB