Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 2
Goto page 1, 2  Next
 
Reply with quote Download Post 
Post 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
 



 
magmataSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post 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?
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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   )

if yes can you confirm you are using black pearl 1.6.3 ?
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 



 
magmataSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem? 
 
this is what should be in captcha_qa.html

Code: [Download] [Hide] [Select]
    <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:
Code: [Download] [Hide] [Select]
{QA_CONFIRM_QUESTION}

can you check if that is the same?
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 



 
magmataSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem? 
 
do you have more than one board language installed maybe?
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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  
 



 
magmataSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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  
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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: [Download] [Hide] [Select]
<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>

I now have QA captcha enabled on the site, if anyone can take a look, it still has the same behavior.

Thanks
 



 
Edited by Joshua203, Sun 30 Jan, 2011 13:39: editted codetags in around the posted code
magmataSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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)
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 



 
magmataSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem? 
 
Pitty it took us so long hehehe ... you re welcome    , I'll mark this one solved for you

EDIT:
One may wonder if it is smart to give the anser in the question  

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)
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Black Pearl Theme For PHPBB 3.0.8 With QA Captcha Enabled - Problem? 
 
Joshua203 wrote: [View Post]
do you have more than one board language installed maybe?

And how does the number of languages in the board influence the issue? since i've got three..
 



 
FilatoSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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  
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 2
Goto page 1, 2  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You 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


  

 

  cron