PDA


View Full Version : Logout Message Missing w/ 3.6.6.


vgevolution
05-13-2007, 02:36 AM
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.

Brian
05-13-2007, 12:09 PM
Thank you for pointing this out. I've updated the dev files so that v3.0 will include this change as well.

SgtTechHead
05-15-2007, 09:15 AM
Thank you, just ran across this issue after upgrade.