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 Bug Reports

Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old July 3rd, 2008, 03:02 AM   #1 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
Qickrate without captcha

how can you allow quick rating to work without having to enter the captcha code for comments? Those 2 should be seperated,

I would love rating and comments to work for unregistered users, but they cannot quickrate because they have no idea nor the time to enter a captcha code for this - which is why it is called 'quick rate'..

If captcha is turned on, which is needed for spam bots, then apparently, the quick rate should be turned off for users who require the captcha in the beginning, which are the unregistered users. correct?
skidpics is offline   Reply With Quote
Old July 3rd, 2008, 06:47 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,692
it is called a quick rate but yes guests need to do captcha

You could add captcha up to the quickrate so they see it

Try in showphoto add where noted in bold

REMOVED SEE BELOW
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; July 4th, 2008 at 01:10 PM.
Chuck S is offline   Reply With Quote
Old July 3rd, 2008, 01:46 PM   #3 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
getting: Parse error: syntax error, unexpected '}' in /home/vande11/public_html/skidpics/templates/showphoto.tmpl on line 232

Let's see if I have the same code:

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="http://www.photopost.com/forum/photopost-pro-bug-reports/{$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;
}


PPPRINT;
}
Don't get me wrong, if a person wants to rate AND leave a comment, Captcha is understandable, but if a person want to QUICK Rate, I see the captcha code senseless, since it defeats the QUICK part

Last edited by skidpics; July 3rd, 2008 at 05:34 PM.
skidpics is offline   Reply With Quote
Old July 3rd, 2008, 10:35 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,692
You dont have the right code.

You would add the code in bold in the middle of the spot I noted above. You seem to have the second print and bracket from the quickrate in there as well
__________________
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 July 4th, 2008, 08:58 AM   #5 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
okay, with the coded pasted, and the extra
Print:
}
taken out, even though it is shown below your bold code posting ;-) which made me assume to leave it in?...

I get no quickrate or captcha, but rather if ( 17350 > 0 ) { showing below the thumbs - which in turn changes number as you view diff pics - 17350, 17351, etc...
skidpics is offline   Reply With Quote
Old July 4th, 2008, 09:30 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,692
well if it doesnt work thats fine but the quickrate already displayed on that page and guests need to enter it to rate or comment.
__________________
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 July 4th, 2008, 09:34 AM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,692
This is what the block should look like

Code:
Content visible to verified customers only.
__________________
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 July 5th, 2008, 06:20 AM   #8 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
Got that part exactly, and it shows no code - just * : and a form box..
skidpics is offline   Reply With Quote
Old July 5th, 2008, 08:05 AM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,692
Have you removed the captcha code from the quick comments box. See it can only appear once on that page so it goes back to my original comment your guest needs to fill out the captcha box to rate the photo. So its all a matter of where the captcha displays on the page
__________________
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 July 5th, 2008, 06:26 PM   #10 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
well, that kinda sucks. Why would I have a person enter a comment and have to scroll back to the top to enter the captcha code underneath the quick rating.

I put in a suggestion to get this revamped for no captcha on quick ratings.. but captcha for form comments only..


Okay, how about this.. since this issue is not going to work correctly ( or conveniently) - quick ratings for registered users only, other than that, it never shows...
skidpics is offline   Reply With Quote
Old July 5th, 2008, 10:19 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,692
well the rating and comment are the same they are stored in the same table in the database. thats why they are the same.
__________________
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 July 6th, 2008, 09:12 AM   #12 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
and there is no way to ask bypass the captcha if you are entering a quick rating?
skidpics is offline   Reply With Quote
Old July 6th, 2008, 11:59 AM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,692
No sorry there is not because a rating is a comment as noted.
__________________
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 July 14th, 2008, 11:02 AM   #14 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
I never tried the voting part yes, and I love it - can Quickrate not be seperated just like the voting script?
skidpics is offline   Reply With Quote
Old July 14th, 2008, 11:15 AM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,692
Thats a totally different script sorry thats like comparing an apple to an orange. Besides guests cant vote at all.
__________________
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
captcha is red x - Silver_2000 Photopost Pro Installation & Upgrades 4 October 9th, 2007 10:55 AM


All times are GMT -5. The time now is 11:34 AM.

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