Here's a minor edit for you:
Edit template adv_portal_welcomeblock
Search for log_out()
Change log_out() to log_out('$vbphrase[sure_you_want_to_log_out]') in two locations
This is needed because vbulletin's logout() script was changed and needs to use the new phrase, "sure_you_want_to_log_out" or it will give you an "undefined" message on the logout pop-up box.
This may be in other mods too, I just haven't gotten to them all yet.