Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 2
Goto page 1, 2  Next
 
Reply with quote Download Post 
Post Q & A CAPTCA For Black Pearl 
 
Hello All,Im running phpBB 3.0.7 and useing Black Pearl.
I would like to use the Q & A CATCHA...but   its not showing the question,just a place for the answer.How can I fix this....Thanks for Your Time.
 



 
ror1Send 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: Q & A CAPTCA For Black Pearl 
 
hi there ror1,

can you confirm you have also updated your style to 1.6.1 (or at the very least 1.6.0) and not only the phphbb version?

Edit: if not you can find it here...
http://www.icyphoenix.com/dload.php...id=1&file_id=52
 
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Q & A CAPTCA For Black Pearl 
 
Yes I have...
 



 
ror1Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Q & A CAPTCA For Black Pearl 
 
kindof obvious but you never know... did you also configure at least one question then?

Edit: in the correct language!
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Q & A CAPTCA For Black Pearl 
 
I have two questions,hmmm.....where would I look...I thought it would be english..How do I check and where.
 



 
Last edited by ror1 on Fri 12 Mar, 2010 19:28; edited 2 times in total 
ror1Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Q & A CAPTCA For Black Pearl 
 
CAPTCHA module settings in general tab of ACP

when you set it to do Q&A a configure button appears, if your board has different language(s) besides english i think it needs at least one question per installed choosable language

anyone please correct me if i m wrong  
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Q & A CAPTCA For Black Pearl 
 
I just checked...they are  set to  en_us.Is this right?
 



 
ror1Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Q & A CAPTCA For Black Pearl 
 
what language is your board using?

only english? only another language? or multiple to choose for the user?
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Q & A CAPTCA For Black Pearl 
 
Only english.In the imagest I changed the folder name for en to en_us....could this be my problem.
 



 
ror1Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Q & A CAPTCA For Black Pearl 
 
well to avoid alot of confusion, if the user not seeying the question has his settings also on en-us i think it's not likely to be the cause (EDIT: i also don t think captcha q&a uses any images)

i wonder in this drop down menu for the Q&A language is en-us the only choice there, i mean if there's no other choice .. we are likely to be searching in the wrong direction
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Q & A CAPTCA For Black Pearl 
 

 



 
ror1Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Q & A CAPTCA For Black Pearl 
 
LOL don t be sad... if i can t help i m sure someone else can ..

i asume you are the user that does not see the questions...

is your profile set to use en-us? are the board preferences set to the same ?

is there a choice in the q&a dropdown language menu or is it only en-us?
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Q & A CAPTCA For Black Pearl 
 
Board preferences set to the same.Im the admin.If I log off and then hit register(when I have Q & A ) All I see is the answer box.Its only english. There is no  q&a dropdown language menu,only en-us.

This is what I see in the ACP:

{ AVAILABLE_CAPTCHAS }

{ CAPTCHA_SELECT }:
{ CAPTCHA_SELECT_EXPLAIN }Q&A CAPTCHAGD CAPTCHAreCaptcha{ CAPTCHA_CONFIGURE }:
{ CAPTCHA_CONFIGURE_EXPLAIN }
Preview
are you good looking :                        <-----( answer box is  here)
This question is a means of identifying and preventing automated submissions.  
{ ACP_SUBMIT_CHANGES }


This is whats in the templates
captcha_qa.html

<tr><th colspan="2" valign="middle">{L_CONFIRM_QUESTION}</th></tr>
<tr>
    <td class="row1"><b class="genmed">{L_CONFIRM_QUESTION}:</b><br /></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>
 



 
ror1Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Q & A CAPTCA For Black Pearl 
 
well looking at that i see a whole lot wrong

first of all you should not see any {AVAILABLE_CAPTCHAS} etc. on your site .. not even in your admin panel, this means it's missing the language replacements for those

but most of all my captcha_qa.html looks like this:
Code: [Download] [Hide] [Select]
<tr><th colspan="2" valign="middle">{QA_CONFIRM_QUESTION}</th></tr>
<tr>
    <td class="row1"><b class="genmed">{QA_CONFIRM_QUESTION}:</b><br /></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>


i can only say you must have done something wrong during updates?
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Q & A CAPTCA For Black Pearl 
 
    So can I fix it by changing it to what you have?

Is the captcha_default.html      right?


<tr><th colspan="2" valign="middle">{L_CONFIRM_CODE}</th></tr>
<tr><td class="row3" colspan="2"><span class="gensmall">{L_CONFIRM_EXPLAIN}</span></td></tr>
<tr>
    <td class="row1" colspan="2" align="center"><img src="{CONFIRM_IMAGE_LINK}" alt="{L_CONFIRM_CODE}" />
    <input type="hidden" name="confirm_id" id="confirm_id" value="{CONFIRM_ID}" /></td>
</tr>
<tr>
    <td class="row1"><b class="genmed">{L_CONFIRM_CODE}:</b><br /><span class="gensmall">{L_CONFIRM_CODE_EXPLAIN}</span></td>
    <td class="row2"><input class="post" type="text" name="confirm_code" size="8" maxlength="8" /><!-- IF S_CONFIRM_REFRESH --><input type="submit" name="refresh_vc" id="refresh_vc" class="btnlite" value="{L_VC_REFRESH}" /><!-- ENDIF --></td>
 



 
ror1Send private message  
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