http://www.icyphoenix.com/viewtopic.php?f=32&t=7601
-----------------------------------
magmata
Thu 20 Jan, 2011 08:24

Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem?
-----------------------------------
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


-----------------------------------
spydie
Thu 20 Jan, 2011 08:39

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?


-----------------------------------
Joshua203
Thu 20 Jan, 2011 10:20

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 ?


-----------------------------------
magmata
Thu 20 Jan, 2011 23:19

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.


-----------------------------------
Joshua203
Thu 20 Jan, 2011 23:40

Re: Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem?
-----------------------------------
this is what should be in captcha_qa.html

[code linenumbers=false]	<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>
[/code]

and this should be the part that is replaced by a question:
[code linenumbers=false]{QA_CONFIRM_QUESTION}[/code]
can you check if that is the same?


-----------------------------------
magmata
Fri 21 Jan, 2011 10:07

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.


-----------------------------------
Joshua203
Fri 21 Jan, 2011 13:29

Re: Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem?
-----------------------------------
do you have more than one board language installed maybe?


-----------------------------------
magmata
Wed 26 Jan, 2011 21:48

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  :(


-----------------------------------
Joshua203
Wed 26 Jan, 2011 23:00

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:


-----------------------------------
magmata
Sun 30 Jan, 2011 03:40

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:


[code linenumbers=false]<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>[/code]
I now have QA captcha enabled on the site, if anyone can take a look, it still has the same behavior. 

Thanks


-----------------------------------
Joshua203
Sun 30 Jan, 2011 13:18

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)


-----------------------------------
magmata
Mon 31 Jan, 2011 02:52

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


-----------------------------------
Joshua203
Mon 31 Jan, 2011 02:59

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)


-----------------------------------
Filato
Fri 19 Aug, 2011 14:19

Re: Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem?
-----------------------------------
[quote user="Joshua203" post="51288"]do you have more than one board language installed maybe?[/quote]
And how does the number of languages in the board influence the issue? since i've got three..


-----------------------------------
Joshua203
Fri 19 Aug, 2011 15:03

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:


-----------------------------------
spydie
Fri 19 Aug, 2011 15:18

Re: [SOLVED]   Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem?
-----------------------------------
Some don´t understand, tha Icy is Icy, and PhpBB is PhpBB.

Thats totaly different.

Thats like trying to install a Posche engine in an BMW


