 | |  | | | General Discussion General use discussion forum for PhotoPost products. |
January 26th, 2009, 01:06 PM
|
#1 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
| Image rating not showing for guests
Hate to bother you Chuck,
But I think I may have a glitch in the ratings.
I have rating enables for guest..
When i view the pic as a guest ( I didn't upload), there is no rating field.
In one particular image, I checked the DB and it is indeed marked with 1 for allowrate and allowcoms, but nothing will show up until I log into the site..
I also checked the DB is comments are enabled, and it states '1'
I don't have it set for comment approval.
here is the one I am checking: Skidpics - Fast, free image hosting - 23-01-09_1206_edited |
| |
January 26th, 2009, 01:25 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
Do you have category voting enabled for guests as well for the categories? Do you have allow quick ratings set to yes in admin as well?
|
| |
January 26th, 2009, 02:24 PM
|
#3 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
| Quote:
Originally Posted by Chuck S Do you have category voting enabled for guests as well for the categories? Do you have allow quick ratings set to yes in admin as well? | yes. never changed that part.
I just uploaded an image logged in, and can rate that one when viewing as a guest, but not when uploading as a guest, and trying to rate as a guest I cannot. Comment box shows up though.
recent working example: Skidpics - Fast, free image hosting - palo duro canyon
non working example: Skidpics - Fast, free image hosting - 691
Let me check my modified uploadphoto.tmpl.
I removed the parts about title, description and keywords, trying to simplify it a bit since it asks again on the bulk upload, but the part about image ratings is still there and being passed on, as previously checked in the DB with an upload
|
| |
January 26th, 2009, 02:28 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
Definately looks like a setting. I would have to look at it more in depth,
|
| |
January 26th, 2009, 08:16 PM
|
#5 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
| Quote:
Originally Posted by Chuck S Definately looks like a setting. I would have to look at it more in depth, | uploaded the default uploadphoto.tmpl, and that didn;t seem to make the differnece. still no ratings for guests showing. I will leave it up until you have a chance to look at it.
Do you still have the old admin access or do you want me to email it to support again?
I verified all the settings, and nothing has been changed.. so I am not sure what it could be.
|
| |
January 26th, 2009, 09:13 PM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
You would need to email details to support.
|
| |
January 26th, 2009, 09:21 PM
|
#7 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
|
emailed just now.
thanks for checking it out.
|
| |
January 27th, 2009, 08:54 AM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
Not a problem will check helpdesk for sign in details and respond accordingly
|
| |
January 27th, 2009, 09:21 AM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
Both examples you provide above have a rating bar and I rated them.
|
| |
January 27th, 2009, 11:30 AM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
I guess we would need to see what the difference is. I viewed many photos not logged in and see the rate box so we need to see what the difference is with that one photo. Obviously the category permissions to rate are correct because other photos viewed have the rate box.
|
| |
January 28th, 2009, 09:00 AM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
well you need to show examples that dont show in the same category like you did before. That shows me its some setting in your database like close comments or something like that in the photos table. Thats what I am leaning towards.
|
| |
January 28th, 2009, 09:19 AM
|
#15 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
They are not the same. who uploaded the first I see no name? The settings can not be the same. We know its not category permissions as that would affect all images. It has to be the photo info.
$rateperms = ( $cattype == "a" ? $CatPerms['ugvote'][500] : $CatPerms['ugvote'][$dbcat] ); Code: Content visible to verified customers only.
If you need help I would need to see the database.
|
| |
January 28th, 2009, 09:26 AM
|
#16 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
|
guest are uploading the photos, and again I think from a previous discussion, guest do not have a name in PP - sometimes though, it shows up as unregistered, but most of the time, there is no name..
|
| |
January 28th, 2009, 09:28 AM
|
#17 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
what I am saying though is the entries in the photos table can not be identical if two photos are uploaded to the same category and one can be rated and another can not.
The only thing off the top of my head is the close comments thing.
|
| |
January 28th, 2009, 09:28 AM
|
#18 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
| Quote:
Originally Posted by Chuck S They are not the same. who uploaded the first I see no name? The settings can not be the same. We know its not category permissions as that would affect all images. It has to be the photo info.
$rateperms = ( $cattype == "a" ? $CatPerms['ugvote'][500] : $CatPerms['ugvote'][$dbcat] ); Code: Content visible to verified customers only.
If you need help I would need to see the database. | If this is in showphoto.tmpl, mine shows this: if ( $Globals['allowrate'] == "yes" && $rating != 0 && $ratingtype != 1 )
{ |
| |
January 28th, 2009, 09:33 AM
|
#19 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
php file
in the tmpl file you want to pay attention to this Code: Content visible to verified customers only.
We just need to track down what is different here what is the permission that restricts it from showing.
|
| |
January 28th, 2009, 09:50 AM
|
#20 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
|
why are these 2 lines different?
if ( $Globals['dispquick'] == "yes" && $ratedisplay != "" && $ratingtype == 0 )
if ( $Globals['allowrate'] == "yes" && $rating != 0 && $ratingtype != 1 )
|
| | |
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 05:54 AM. | |