| :: |
| Author |
Message |
EddieRock
Joined: 01 Jun 2008 Posts: 11
|
Posted: Sat Jun 07, 2008 5:25 am Post subject: visual confirmation settings image lost |
|
|
I installed the mod and it works. I tested adding a user and I lost the CAPTCHA image for user registration. It comes up as a X like it can't find the image.
Any Ideas?
I'm using:
style: subsilver2
template: AcidTech
theme: AcidTech
Here is a screen shot:
 |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3987
|
|
| Back to top |
|
 |
EddieRock
Joined: 01 Jun 2008 Posts: 11
|
Posted: Sun Jun 08, 2008 12:25 am Post subject: Re: visual confirmation settings image lost |
|
|
| SeO wrote: | | make sure you implemented the code changes on the AcidTech templates, and make sure your AcidTech is up to date. It should work (is working on all my installs). |
Well, this was a Premod install over a standard phpBB3 install with AcidTech.
What files do I need to check/change for the AcidTech?
EddieRock |
|
|
| Back to top |
|
 |
EddieRock
Joined: 01 Jun 2008 Posts: 11
|
Posted: Sun Jun 08, 2008 1:44 pm Post subject: Re: visual confirmation settings image lost |
|
|
| EddieRock wrote: | | SeO wrote: | | make sure you implemented the code changes on the AcidTech templates, and make sure your AcidTech is up to date. It should work (is working on all my installs). |
Well, this was a Premod install over a standard phpBB3 install with AcidTech.
What files do I need to check/change for the AcidTech?
EddieRock |
I went through this post:
http://www.phpbb-seo.com/boards/phpbb-seo-premod/discussions-vt1913.html
and there was only one change in the AcidTech template which was in the overall_header.html for this code below. It DID NOT make a difference. Can you help me out on what file I need to change?
| Code: | styles/prosilver/template/overall_header.html
#
#-----[ FIND ]------------------------------------------
#
<head>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2002-2006 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
{META}
<title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<head>
{SEO_BASE_HREF}
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<title>{PAGE_TITLE}<!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF --></title>
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
{META_TAG}
{META}
|
|
|
|
| Back to top |
|
 |
EddieRock
Joined: 01 Jun 2008 Posts: 11
|
Posted: Sun Jun 08, 2008 3:36 pm Post subject: Re: visual confirmation settings image lost |
|
|
I changed my theme back to subsilver2 including Templates and Imagesets and the CAPTCHA settings did NOT come back so it has nothing to do with the AcidTech theme I was using for the Templates and Imagesets.
Again, can someone indicate what file this is that loads the CAPTCHA so I can verify that the file is correct?
Thanks,
EddieRock |
|
|
| Back to top |
|
 |
EddieRock
Joined: 01 Jun 2008 Posts: 11
|
Posted: Mon Jun 09, 2008 2:33 am Post subject: Re: visual confirmation settings image lost |
|
|
After a day of checking files and testing settings, I've deterimed that the lost CAPTCHA occurs when I have the forum set to English (United States) as a default on the ACP > Board settings. If it is set as a Default, I don't get a CAPTCHA image. If I set it to British English as a default, the image comes back. Also, when a new user registers, they can select English (United States) and the image stays!!! It does not matter what style I use, it still does this.
So... I want to have the default to be English (United States) so I'll try to reload it and follow up.
Does anyone have any ideas on this one?
EddieRock |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
|
| Back to top |
|
 |
|
|