Having a problem with QA Captcha with the Black Pearl Theme you designed for PHPBB on the registration page.
It does not display the Qualifying Question, can you take a look? It works ok with other themes, but I'm trying to get it working properly.
Have a look here:
http://www.lowriderband.com/forum3
Head to "register", accept terms and you will see the QA captcha.
Thanks for your help
SOLVED Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem?
Subject: Re: Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem?
looks like you forgot to add some code there, or something is missing in langfile.
your talking about question , right?
your talking about question , right?
Subject: Re: Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem?
Hi,
First of all did you ever create a question? (EDIT: pretend i never asked this, because it s not possible to enable Q&A without at least one question :LOL: )
if yes can you confirm you are using black pearl 1.6.3 ?
First of all did you ever create a question? (EDIT: pretend i never asked this, because it s not possible to enable Q&A without at least one question :LOL: )
if yes can you confirm you are using black pearl 1.6.3 ?
Subject: Re: Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem?
Yes, I did create a question which displays correctly with Subsilver and other themes. Also it is BP ver 1.6.3, correct.
Subject: Re: Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem?
this is what should be in captcha_qa.html
and this should be the part that is replaced by a question:
can you check if that is the same?
<tr>
<th colspan="2" valign="middle">{L_CONFIRM_QUESTION}</th>
</tr>
<tr>
<td class="row1"><b class="genmed">{QA_CONFIRM_QUESTION}:</b><br /><span class="gensmall">{L_CONFIRM_QUESTION_EXPLAIN}</span></td>
<td class="row2"><input class="post" type="text" name="qa_answer" size="80" /></td>
<input type="hidden" name="qa_confirm_id" id="confirm_id" value="{QA_CONFIRM_ID}" /></td>
</tr>
<th colspan="2" valign="middle">{L_CONFIRM_QUESTION}</th>
</tr>
<tr>
<td class="row1"><b class="genmed">{QA_CONFIRM_QUESTION}:</b><br /><span class="gensmall">{L_CONFIRM_QUESTION_EXPLAIN}</span></td>
<td class="row2"><input class="post" type="text" name="qa_answer" size="80" /></td>
<input type="hidden" name="qa_confirm_id" id="confirm_id" value="{QA_CONFIRM_ID}" /></td>
</tr>
and this should be the part that is replaced by a question:
can you check if that is the same?
Subject: Re: Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem?
Yep that is exactly right, as it appears in my template.
Subject: Re: Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem?
do you have more than one board language installed maybe?
Subject: Re: Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem?
Just English installed. Guess I'll have to go with another template :(
Subject: Re: Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem?
I really think you need to check again what i posted earlier, the way your board looked before you set it to a different captcha is how it would look if captcha_qa.html contains 2x L_CONFIRM_QUESTION .... the second one needs to be changed into QA_CONFIRM_QUESTION to make it work correct
this is really a known error in version 1.62 corrected in version 1.63
EDIT:
I would also like to inform you that your black pearl is not fully updated because right now your board does not show the New posts, New posts [ Popular ], New posts [ Locked ] icons :wink:
this is really a known error in version 1.62 corrected in version 1.63
EDIT:
I would also like to inform you that your black pearl is not fully updated because right now your board does not show the New posts, New posts [ Popular ], New posts [ Locked ] icons :wink:
Subject: Re: Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem?
Ok, so just to clear things up, I just reinstalled 1.6.3, and the contents of captcha_qa.html appears as such:
I now have QA captcha enabled on the site, if anyone can take a look, it still has the same behavior.
Thanks
<tr><th colspan="2" valign="middle">{L_CONFIRM_QUESTION}</th></tr>
<tr>
<td class="row1"><b class="genmed">{QA_CONFIRM_QUESTION}:</b><br /><span class="gensmall">{L_CONFIRM_QUESTION_EXPLAIN}</span></td>
<td class="row2"><input class="post" type="text" name="qa_answer" size="80" /><input type="hidden" name="qa_confirm_id" id="confirm_id" value="{QA_CONFIRM_ID}" /></td>
</tr>
<tr>
<td class="row1"><b class="genmed">{QA_CONFIRM_QUESTION}:</b><br /><span class="gensmall">{L_CONFIRM_QUESTION_EXPLAIN}</span></td>
<td class="row2"><input class="post" type="text" name="qa_answer" size="80" /><input type="hidden" name="qa_confirm_id" id="confirm_id" value="{QA_CONFIRM_ID}" /></td>
</tr>
I now have QA captcha enabled on the site, if anyone can take a look, it still has the same behavior.
Thanks
Subject: Re: Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem?
Can you refresh the black pearl template in ACP and also purge the cache please?
Just to make sure this is not the cause of all trouble because i can't think of any other reason TBH (at my own board this works as it should and i use BP too)
Just to make sure this is not the cause of all trouble because i can't think of any other reason TBH (at my own board this works as it should and i use BP too)
Subject: Re: Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem?
Yep that was it, old version was stuck in the cache. Thanks for all your help. Working great now.
Cheers
Cheers
Subject: Re: Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem?
Pitty it took us so long hehehe ... you re welcome :wink: , I'll mark this one solved for you
EDIT:
One may wonder if it is smart to give the anser in the question :LOL:
and i hope you know you have at least one but i think 2 other problems to solve? (the header height and the breadcrumbs text)
EDIT:
One may wonder if it is smart to give the anser in the question :LOL:
and i hope you know you have at least one but i think 2 other problems to solve? (the header height and the breadcrumbs text)
Subject: Re: Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem?
And how does the number of languages in the board influence the issue? since i've got three..
Joshua203 wrote: [View Post]
And how does the number of languages in the board influence the issue? since i've got three..
Subject: Re: Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem?
Simple ..you need to create at least 1 question per language, but since you're crossposting both in Icy and phpbb threads I don't think this will matter much to you :mrorange:
Page 1 of 2
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.0882s (PHP: 25% SQL: 75%)
SQL queries: 12 - Debug Off - GZIP Enabled