Thanks for a great plugin. This really elevates vBulletin's usability. I had one problem though - new threads didn't show the posters name in the initial email on "CURRENT MESSAGE FROM:" line for new style emails. I played around with this and fixed it by changing
Code:
$poster = $bbuserinfo['username'];
to
Code:
$poster = $vbulletin->userinfo[username];
in the newthread_post_complete plugin.
EDIT: I know my profile shows 3.6.7, but this was also on my 3.6.8 PL2 dev board.