[MOD] Alert Before Guest Post

It happends,
Someone replied before logging in...
Message posted as 'Guest'...Damn
This very small MOD gives a little warning before posting as 'Guest'.
Can't happen by mistake anymore...
Easy to install and works fine...
BUT...
Unfortunately, there's no warning when entering a new topic as 'Guest'... <img>
Someone replied before logging in...
Message posted as 'Guest'...Damn
This very small MOD gives a little warning before posting as 'Guest'.
Can't happen by mistake anymore...
- Code: Select all
################################################################ MOD Title]http://www.phpbb.com/mods/[/url] for the## latest version of this MOD. Downloading this MOD from other sites could cause malicious code## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered## in our MOD-Database, located at: [url=http://www.phpbb.com/mods/#]http://www.phpbb.com/mods/#[/url]############################################################### Author Notes: When installing this mod, know that users may leave and join groups at will## without the group moderator intervening if the group is set to auto. No emails will## be sent.################################################################ Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD############################################################## ##-----[ OPEN ]------------------------------------------#templates/subSilver/posting_body.tpl ##-----[ FIND ]------------------------------------------#<script> ##-----[ BEFORE, ADD ]------------------------------------------#<script>var url = location.href;var username = "{USERNAME}";if (username == "" && url.indexOf('mode=reply') != '-1'){alert("You are about to post at {SITENAME} in {FORUM_NAME} as a guest. If you would rather log in to your account or register and post under your own name, please do so now. Otherwise, your message will be posted as a guest.");}</script> ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM
Easy to install and works fine...
BUT...
Unfortunately, there's no warning when entering a new topic as 'Guest'... <img>