lol, I had forgot that forum names were even inputted.. I must have been thinking it was hardcoded for some reason (been a while since I added a forum).
Anyway, to get the effect you requested Okiewan, find in
index.php:
PHP Code:
eval("\$forumbits .= \"".gettemplate("forumhome_forumbit_level$depth$tempext")."\";");
And above it place:
PHP Code:
if($forum[forumid] == $favorites_id && $bbuserinfo[userid] <> 0){
$forum[title] = "$bbuserinfo[username]s? " . $forum[title];
}