PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   captcha for guest posts (http://www.photopost.com/forum/photopost-pro-installation-upgrades/136434-captcha-guest-posts.html)

skidpics May 6th, 2008 10:36 PM

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?

Chuck S May 7th, 2008 11:00 AM

http://www.reeftalk.com/gallery/show...php?photo=1373

As long as you have the switch set there should be an image box beneath the post.

Try uploading all templates and php files.

Peter May 7th, 2008 10:05 PM

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.

Chuck S May 7th, 2008 10:18 PM

http://www.photopost.com/forum/showp...69&postcount=9

Peter May 7th, 2008 10:27 PM

Quote:

Originally Posted by Chuck S (Post 1223478)

Not for me, Nothing shows up, just the usuarl comment box like the registered users get.

Any ideas ?

Peter May 7th, 2008 10:31 PM

Is there a place to turn on/off captcha ?

Or its supposed to appera for anonymous ?

Thanks.

Chuck S May 7th, 2008 10:39 PM

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.

adultphotos4u May 7th, 2008 11:35 PM

Hello Chuck,

Is it possible to display the captcha box above the submit button?

Currently its showing below the submit button.

Chuck S May 8th, 2008 06:37 AM

Not without you modifying your quickcom template in some way to do that sorry.

skidpics May 8th, 2008 08:25 AM

Quote:

Originally Posted by adultphotos4u (Post 1223493)
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

Chuck S May 8th, 2008 11:33 AM

Yes that indeed looks like that would do it.

Peter May 25th, 2008 09:39 AM

Still the same for me.

In usergroups allow guests comments, captcha turned on, new quickcom uploaded and no captcha show up.

Any ideas ?

skidpics May 25th, 2008 09:49 AM

got a link to share with us?

Chuck S June 5th, 2008 07:57 AM

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.

Peter June 12th, 2008 02:33 PM

Quote:

Originally Posted by Chuck S (Post 1225724)
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.

Chuck S June 12th, 2008 02:40 PM

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.

Peter June 12th, 2008 02:52 PM

Quote:

Originally Posted by Chuck S (Post 1226192)
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.

Chuck S June 12th, 2008 03:30 PM

Okay I will respond there

Peter June 5th, 2009 08:52 AM

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.

Chuck S June 5th, 2009 02:38 PM

You need to turn on captcha in the registration options in admin.


All times are GMT -5. The time now is 07:51 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97