 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
May 6th, 2008, 10:36 PM
|
#1 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
| captcha for guest posts
I know there was an update for Captcha code for guest posts, but I see no code, but when I try to post, it states You did not fill in the image verification field.
How do I get the Captcha code to show?
|
| |
May 7th, 2008, 10:05 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Feb 2006
Posts: 434
|
In mine nothing appears, just the comment box and I can post as an anonymous with no restriction.
Should I replace everything ? Is that safe ?
Because I only uploaded the changed files.
Thanks.
|
| |
May 7th, 2008, 10:18 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,938
| |
| |
May 7th, 2008, 10:27 PM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Feb 2006
Posts: 434
| Quote:
Originally Posted by Chuck S | Not for me, Nothing shows up, just the usuarl comment box like the registered users get.
Any ideas ?
|
| |
May 7th, 2008, 10:31 PM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Feb 2006
Posts: 434
|
Is there a place to turn on/off captcha ?
Or its supposed to appera for anonymous ?
Thanks.
|
| |
May 7th, 2008, 10:39 PM
|
#7 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,938
|
You need to make sure its turned on in registration options and the link I sent you is to a fixed quickcom template you must upload to your templates folder. Michael forgot to put the code in the regular template he only included it in the vb3enhanced folder.
|
| |
May 7th, 2008, 11:35 PM
|
#8 (permalink)
| | Member
Join Date: Apr 2008
Posts: 42
|
Hello Chuck,
Is it possible to display the captcha box above the submit button?
Currently its showing below the submit button.
|
| |
May 8th, 2008, 06:37 AM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,938
|
Not without you modifying your quickcom template in some way to do that sorry.
|
| |
May 8th, 2008, 08:25 AM
|
#10 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
| Quote:
Originally Posted by adultphotos4u Hello Chuck,
Is it possible to display the captcha box above the submit button?
Currently its showing below the submit button. |
from line 87-102 in the new quickcom.tmpl
Move: Quote:
if ( $newid > 0 ) {
$comq .= <<<PPPRINT
<tr>
<td align="left" class="{$Style['menubar']}" colspan="2">
Image Verification (please enter the code on the left in the box on the right)
</td>
</tr>
<tr>
<td class="{$Style['tddetails']}" align="center"><img src="{$Globals['maindir']}/cap.php?c=$newid" border="0" alt="*" /></td>
<td class="{$Style['tddetails']}" align="left">
<input type="text" name="rpass" size="10" />
<input type="hidden" name="cap" value="$newid" />
</td>
</tr>
PPPRINT;
}
| Above: Quote:
$comq .= <<<PPPRINT
<tr>
<td class="{$Style['tddetails']}">
{$Globals['pp_lang']['comments']}:<br /><br />
<span class="{$Style['small']}"><a href="javascript:PopUpHelp('help/ubbcode.php')">{$Globals['pp_lang']['bbcode']}</a><br />
<a href="javascript:PopUpHelp('help/smilies.php')">{$Globals['pp_lang']['smilies']}</a></span></span>
</td>
<td class="{$Style['tddetails']}">
<textarea name="message" cols="80" rows="5"></textarea>
</td>
</tr>
<tr>
<td class="{$Style['tddetails']}" colspan="2" align="center">
<input type="hidden" name="cat" value="$cat" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="puserid" value="{$User['userid']}" />
<input type="hidden" name="photo" value="$photo" />
<input type="hidden" name="post" value="new" />
<input type="submit" value="{$Globals['pp_lang']['submit']}" />
</td>
</tr>
PPPRINT;
| this will place it above the comment box |
| |
May 8th, 2008, 11:33 AM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,938
|
Yes that indeed looks like that would do it.
|
| |
May 25th, 2008, 09:39 AM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Feb 2006
Posts: 434
|
Still the same for me.
In usergroups allow guests comments, captcha turned on, new quickcom uploaded and no captcha show up.
Any ideas ?
|
| |
May 25th, 2008, 09:49 AM
|
#13 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
|
got a link to share with us?
|
| |
June 5th, 2008, 07:57 AM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,938
|
Yes please share a link because if captcha is turned on then it should be shown for guests provided GD2 is installed on your server.
|
| |
June 12th, 2008, 02:33 PM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Feb 2006
Posts: 434
| Quote:
Originally Posted by Chuck S Yes please share a link because if captcha is turned on then it should be shown for guests provided GD2 is installed on your server. | Hi chuck, I recently sent you all the info of my site with acces for the integration with phpbb3, and I am still having the issue of the guest comments with captcha.
Thanks.
|
| |
June 12th, 2008, 02:40 PM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,938
|
What is recently 3 weeks ago or so? I dont save site info so you would need to resent and explain exactly what your issue is.
As far as captcha for guests you must be using all the new files so you might want to download photopost reupload the whole thing except config files and you need GD2 on your server. You make sure under registration options captcha is on and you should as a guest see it. If not then please resent any info.
|
| |
June 12th, 2008, 02:52 PM
|
#17 (permalink)
| | Member Verified Customer
Join Date: Feb 2006
Posts: 434
| Quote:
Originally Posted by Chuck S What is recently 3 weeks ago or so? I dont save site info so you would need to resent and explain exactly what your issue is.
As far as captcha for guests you must be using all the new files so you might want to download photopost reupload the whole thing except config files and you need GD2 on your server. You make sure under registration options captcha is on and you should as a guest see it. If not then please resent any info. | Info sent, I beleive I have everything as you said.
Thanks.
|
| |
June 12th, 2008, 03:30 PM
|
#18 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,938
|
Okay I will respond there
|
| |
June 5th, 2009, 08:52 AM
|
#19 (permalink)
| | Member Verified Customer
Join Date: Feb 2006
Posts: 434
|
Hi, I just upgraded to 6.23 and there is no guest comments box showing up, I do have guest comments to yes in usergroups.
Is there something else I need to turn on ?
I want guests to comment with the captcha, but nothing shows up.
Thanks.
|
| |
June 5th, 2009, 02:38 PM
|
#20 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,938
|
You need to turn on captcha in the registration options in admin.
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 04:05 PM. | |