PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost How do I...? (http://www.photopost.com/forum/reviewpost-how-do-i/)
-   -   Unregistered Reviews (http://www.photopost.com/forum/reviewpost-how-do-i/122979-unregistered-reviews.html)

InterFX February 11th, 2006 11:40 AM

Unregistered Reviews
 
http://www.brassreview.com/reviews/s...hp?product=796

Look at this series of reviews... After a unregistered posts a review, it keeps the same location if an unregistered user posts a review after the previous post...

Any ideas on this?

Chuck S February 11th, 2006 11:54 AM

I think you need to look at whatever modifications you have done to your site. Our code does not show locations for unregistered users. We call the get_profiledata function in ib2.php to grab a users profile data based on userid. For an unregistered user this query is NULL

Code:

Content visible to verified customers only.

InterFX February 11th, 2006 12:00 PM

Can not find ib2.php??? I have not modified anythign related to this... Only formatting items on the showproductpage above...

Chuck S February 11th, 2006 12:14 PM

ib2.php is in your forums subdirectory of reviewpost.

What I am saying is this. We don't show any information for an unregistered user at all. This is an absolute. Location is only shown for a registered user.

You state you have not modified anything yet why does those last two unregisterd posts have a location?

InterFX February 11th, 2006 12:20 PM

I see that if statement in the showproduct.php file...

I know the same location shows up, that is my issue... I'll keep looking around... Do you still have a test site, that I can try as an unregistered user?

Chuck S February 11th, 2006 12:25 PM

Well that is weird but try editing showproduct.php and place the profile stuff in a conditional clause like so add in bold

Code:

Content visible to verified customers only.

InterFX February 11th, 2006 12:32 PM

That fixed it just fine... I don't why it wasn't working, but that did fix it...

Thanks again -
InterFX


All times are GMT -5. The time now is 04:53 AM.

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