Page 1 of 1

Captcha

Posted: Fri Dec 09, 2011 6:04 pm
by stealth
http://www.phpbb.com/customise/db/mod/s ... cha_plugin

better for bots

Also interesting to add a way to get back to the homepage from here. Like "Portal < Board Index < Off-topic chat"
phpBB3\styles\prosilver\template\overal_header.php

Code: Select all

<ul class="sub sub-nojs">
				<li><a href="http://www.timeruns.net">Portal</a></li>
                <li><a href="{U_INDEX}">{L_INDEX}</a></li>
                <!-- BEGIN navlinks --> 
                    <li><a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a></li>
                <!-- END navlinks -->   
            </ul>

Re: Captcha

Posted: Mon Dec 12, 2011 11:46 pm
by nico
Thanks for this