View Single Post
Old August 6th, 2005, 09:47 PM   #1 (permalink)
fpoole
Member
Verified Customer
 
Join Date: Jun 2003
Location: Seattle, WA
Posts: 55
ReviewPost - adding more thumbnail photos

I figured I could find it, but in searching have not so thought I might bring it up.
How can I add more thumbnail pics to the review post. Currently it is set to 3, I would like to make it 4+ and thought there would be an admin setting, but can't find it...

http://www.psdivers.com/reviewpost/s...php?product=15

Do I just copy paste an additional line, name it the next number?
In the showproduct.tmpl and showproduct1.tmpl ?

Like:
<td class=\"v{$Style['small']}_dark\" valign=\"top\" align=\"center\">$file4thumb</td>
<td class=\"v{$Style['small']}_dark\" valign=\"top\" align=\"center\">$file5thumb</td>

Quote:
PPPRINT;
PPPRINT;
echo "
<td class=\"v{$Style['small']}_dark\" valign=\"top\" align=\"center\">$file1thumb</td>
<td class=\"v{$Style['small']}_dark\" valign=\"top\" align=\"center\">$file2thumb</td>
<td class=\"v{$Style['small']}_dark\" valign=\"top\" align=\"center\">$file3thumb</td>";
echo <<<PPPRINT
</tr>
and where would I upload it? Would it just appear in the uploade area?? as 4 or 5 or ??


Also assuming it's pretty much set up the same way in the pp Classifieds as I'd like to do the same thing there..
thanx

Last edited by fpoole; August 6th, 2005 at 09:54 PM.
fpoole is offline   Reply With Quote