This topic is locked
[SOLVED]

 Show thumbnail but link to viewpage.php

6/5/2007 5:16:28 AM
PHPRunner General questions
A
asimha author

Good morning all,
Is there a quick way to display a thumbnail (using the built-in function) but that when the thumbnail is clicked it hyperlinks to the viewpage.php rather than showing the larger image?
Thank you

André

A
asimha author 6/5/2007

Issue solved:

  1. Make a copy of the image field (for example x_image1) so as not to damage the other pages and upload processes
  2. Visual Editor - Image properties - Path -> add "th_" = Now the image displayed is the thumbnail
  3. Visual Editor - Edit the HTML - add the file link to the viewpage.php (same as the autogenerated View link)
  4. It works!
    Hope this Tip will assist others.
    André