PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost How do I...? (http://www.photopost.com/forum/reviewpost-how-do-i/)
-   -   Is It Possible... (http://www.photopost.com/forum/reviewpost-how-do-i/123537-possible.html)

str1p3r March 5th, 2006 07:01 PM

Is It Possible...
 
To ad the username of the member posting a product to the showcat or the showproduct pages?

Right now, the name of the individual member posting the product is listed under the thumbnails on the 12 most recent photos on the index page. However, if you go into the catagories, the thumbnails do not include the name of the individual posting the product. It also does't show the persons user names after you click on the thumbnail from the cat page.

Is it possible to ad user names on the pages after the index page?

I'm running Reviewpost V3.1 http://www.plugreview.com/reviews/index.php

Thank you in advance for your help!

Chuck S March 5th, 2006 07:34 PM

You would need to alter the scripts like so

showcat.php add the line in bold.

Code:

Content visible to verified customers only.
Then maybe in showcat.tmpl

Code:

Content visible to verified customers only.

str1p3r March 5th, 2006 10:13 PM

Thank you Chuck! As soon as my account updates to "verified" I'll be able to give it a try.

str1p3r March 6th, 2006 06:28 PM

I'd like to ad a space now if possible
 
Chuck, I did as you instructed and it worked like a champ! Thank you!

The only 1 little issue I have now is, I'd like to ad a space between the name of the product and the name of the person who posted the product. Below is an example~

Super Strikes Swimmersby NightStrikes

I would like to ad a space between "Super Strike Swimmers" and "by NighStrikes".

Thanx again in advance for your support!

str1p3r March 6th, 2006 06:29 PM

Here's a link where you can see exactly what I mean~

http://www.plugreview.com/reviews/showcat.php?cat=3

Chuck S March 6th, 2006 08:17 PM

There was meant to be a break tag between to put it to the next line check above.

str1p3r March 6th, 2006 10:32 PM

Thank you Chuck! It worked perfect:)

str1p3r March 7th, 2006 10:50 AM

Chuck,

I just noticed something that I think may have something to do with the showcat.php and the showcat.tmpl I edited.

Here is what's happening...

When you click on the calendar...say Thursday March 2nd. All the products posted that day appear. In the reviews column there appears to be a bit of code being displayed along with the # of reviews. It looks like this~

1 reviews&date=1141303291

The additional code being displayed is above in RED.

I confirmed that I didn't screw up the code when I added the code you suggested. Here are a couple snapshots to verify my edits~

showcat.tmpl

{$gallery['prodlink'][$x]}<br />by&nbsp;{$gallery['user'][$x]}</span>
</td>

showcat.php

$gallery['views'][$count] = $views;
$gallery['rating'][$count] = $rating;
$gallery['user'][$count] = $tuser;



Thank you...again!

Chuck S March 8th, 2006 10:01 AM

In showcat.php try this

Code:

Content visible to verified customers only.
would become this

Code:

Content visible to verified customers only.

str1p3r March 8th, 2006 10:37 AM

Thanx for the reply Chuck!

The code you suggested is already in place. Here is a snapshot from showcat.php ~

Code:

Content visible to verified customers only.

Chuck S March 8th, 2006 12:21 PM

Right but read my post. It states to change that code to whats on bottom.

str1p3r March 8th, 2006 12:57 PM

Opps! Sorry about that Chuck! I read your initial reply wrong.

I did as you instructed and it worked like a champ:)

Once again...THANK YOU!


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