PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost How do I...? (http://www.photopost.com/forum/reviewpost-how-do-i/)
-   -   Remove user info from initial review listing (http://www.photopost.com/forum/reviewpost-how-do-i/140801-remove-user-info-initial-review-listing.html)

jdougher September 11th, 2009 08:05 AM

Remove user info from initial review listing
 
We are not interested in having the information displayed for the user who posts a product in the reviews section.

How can I alter the PhotoPost template so that the user information is removed for the initial listing? The actual reviews themselves are fine with user/reviewer information. But having the user info posted along with the initial listing is a big problem for us. We want the listings to appear anonymously.

Is there code in the photopost that I can remove to get this information out?

Thanks.

Chuck S September 11th, 2009 09:14 AM

I beleive you have posted in the wrong product support section so I will move your post to the reviewpost forums.

I beleive what you want exists already in the program under show product options in admin

Hide Poster Information on showproduct page?

jdougher September 11th, 2009 04:07 PM

Quote:

Originally Posted by Chuck S (Post 1252592)
I beleive you have posted in the wrong product support section so I will move your post to the reviewpost forums.

I beleive what you want exists already in the program under show product options in admin

Hide Poster Information on showproduct page?

Ah, thanks for moving this.

But I don't want *all* poster information hidden. I only want poster information hidden for the initial product entry.

How can I do that?

jdougher September 11th, 2009 04:08 PM

I apologize. You are right. That setting hides poster information for the first post.

However, on the list of products (showcat.php), the line "posted by <user name>" does appear under each product. How do I remove that line?

Chuck S September 11th, 2009 06:10 PM

I would suppose you could remove this from the showcat template

Code:

Content visible to verified customers only.


All times are GMT -5. The time now is 04:27 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