Page 1 of 1

captcha visual confirmation for guest user

PostPosted: Sat Jul 28, 2007 3:32 am
Author: clanpunisher
Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: Yes
Your knowledge: Advanced Knowledge
Board URL: [url]http://[/url]

PHP Version: 523
MySQL Version: 5018


What was done before the problem appeared?
-


What was done to try to solve the problem?
-



De.scription and Message

if a guest user is posting from fast anwser the small box below in a forum the visual code is always wrong because there is not a field for visual code

do i have to add something in tpl file ? or how can i fix this? can i diable fast anwsering for not logged on users? so that they have always to click on answer button?

Re: captcha visual confirmation for guest user

PostPosted: Sat Jul 28, 2007 2:24 pm
Author: Helter
i have not tested this, but try this

open your template/viewtopic_body.tpl

find

Code: Select all
                  {S_TOPIC_ADMIN}<br>{QUICK_REPLY_FORM}  


replace with

Code: Select all
                  {S_TOPIC_ADMIN}<BEGIN>             <br>{QUICK_REPLY_FORM}<END>