Yes. It works...
Tried and make an hack...

Shall we move ? Ehehehehhh!
---> index.php
Right after:
PHP Code:
require('./global.php');
add :
PHP Code:
//HACK: If i were ..., on forumhome ?
if ($bbuserinfo[userid]==1 and isset($fakeusername)) {
$org_bbuserinfo=$bbuserinfo;
$bbuserinfo=$DB_site->query_first("SELECT user.*,userfield.*
FROM user LEFT JOIN userfield
ON userfield.userid=user.userid
WHERE user.username='$fakeusername'
");
if (!$bbuserinfo) {
$bbuserinfo=$org_bbuserinfo;
}
}
//HACK: If i were ..., on forumhome ?
[replace '1' with your userid, for security reasons...]
Bye and thanks for supporting my strange ideas...