PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Installation & Upgrades

Photopost Pro Installation & Upgrades If you're having install or upgrade problems

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 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?
skidpics is offline   Reply With Quote
Old May 7th, 2008, 11:00 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,666
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old May 7th, 2008, 10:05 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Feb 2006
Posts: 417
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.
Peter is offline   Reply With Quote
Old May 7th, 2008, 10:18 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,666
http://www.photopost.com/forum/showp...69&postcount=9
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old May 7th, 2008, 10:27 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Feb 2006
Posts: 417
Quote:
Originally Posted by Chuck S View Post
Not for me, Nothing shows up, just the usuarl comment box like the registered users get.

Any ideas ?
Peter is offline   Reply With Quote
Old May 7th, 2008, 10:31 PM   #6 (permalink)
Member
Verified Customer
 
Join Date: Feb 2006
Posts: 417
Is there a place to turn on/off captcha ?

Or its supposed to appera for anonymous ?

Thanks.
Peter is offline   Reply With Quote
Old May 7th, 2008, 10:39 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,666
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old 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.
adultphotos4u is offline   Reply With Quote
Old May 8th, 2008, 06:37 AM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,666
Not without you modifying your quickcom template in some way to do that sorry.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old May 8th, 2008, 08:25 AM   #10 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
Quote:
Originally Posted by adultphotos4u View Post
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
skidpics is offline   Reply With Quote
Old May 8th, 2008, 11:33 AM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,666
Yes that indeed looks like that would do it.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old May 25th, 2008, 09:39 AM   #12 (permalink)
Member
Verified Customer
 
Join Date: Feb 2006
Posts: 417
Still the same for me.

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

Any ideas ?
Peter is offline   Reply With Quote
Old May 25th, 2008, 09:49 AM   #13 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
got a link to share with us?
skidpics is offline   Reply With Quote
Old June 5th, 2008, 07:57 AM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,666
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 12th, 2008, 02:33 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Feb 2006
Posts: 417
Quote:
Originally Posted by Chuck S View Post
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.
Peter is offline   Reply With Quote
Old June 12th, 2008, 02:40 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,666
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 12th, 2008, 02:52 PM   #17 (permalink)
Member
Verified Customer
 
Join Date: Feb 2006
Posts: 417
Quote:
Originally Posted by Chuck S View Post
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.
Peter is offline   Reply With Quote
Old June 12th, 2008, 03:30 PM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,666
Okay I will respond there
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 5th, 2009, 08:52 AM   #19 (permalink)
Member
Verified Customer
 
Join Date: Feb 2006
Posts: 417
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.
Peter is offline   Reply With Quote
Old June 5th, 2009, 02:38 PM   #20 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,666
You need to turn on captcha in the registration options in admin.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
CAPTCHA not working xrvjorn Photopost Pro Installation & Upgrades 1 December 5th, 2007 08:41 AM
captcha? Garrynz General Discussion 1 November 7th, 2007 08:11 AM
MAJOR BUG! Unregistered guest can delete posts!! cnczone Classifieds Bug Reports 5 August 9th, 2004 12:01 AM


All times are GMT -5. The time now is 10:03 PM.

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