Thumbnail help |
10/12/2006 10:21:43 | |
| PHPRunner General questions | ||
|
M
mousewonders author
Okay so far I'm loving this program other then I cant seem to make thumbnails work correctly. |
||
|
J
|
Jane 10/13/2006 |
|
Hi,
$thumbnail_fields = array("Image"); // $thumbnail_fields = array("Field1","Field2"); // field names are case-sensitive! $thumbnailprefixes = array("Image"=>"t");
$thumbnail_maxsize = 150;
|
|
|
M
|
mmponline 10/20/2006 |
|
I replaced the code as explained, but the thumbnail is not hyperlinked to open larger in new window? Any suggestions? |
|
|
J
|
Jane 10/20/2006 |
|
Stephan, |
|
|
M
|
mmponline 10/22/2006 |
|
Jane |
|
|
J
|
Jane 10/23/2006 |
|
Stephan, |
|
|
M
|
mmponline 10/23/2006 |
|
Jane |
|
|
|
Alexey admin 10/23/2006 |
|
Stephan, $thumbnail_fields = array("Picture"); $thumbnail_prefixes = array("Image"=>"th"); |
|
|
M
|
mmponline 10/25/2006 |
|
I tried this, but the picture is still not hyperlinked to show a large picture when clicked. This is my need:
|
|
|
J
|
Jane 10/25/2006 |
|
please zip and send to [email=support@xlinesoft.com]support@xlinesoft.com[/email] a full set of generated PHP files, your database creation script with sample data. |
|
|
T
|
thesofa 11/11/2006 |
|
Hi |
|
|
M
|
mmponline 11/13/2006 |
|
I had my focus away from this due to other commitments, but I still could not get this to work. Will have a try again this week, but I'm sure there must be some simple solution for this. |
|