Author Topic: Make {image} work as {thumbnail}?  (Read 4480 times)

0 Members and 1 Guest are viewing this topic.

Offline kindian

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
Make {image} work as {thumbnail}?
« on: January 09, 2007, 04:09:15 AM »
How do I make {image} tag work as {thumbnail}?
That is, when click on image open details.php?

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Make {image} work as {thumbnail}?
« Reply #1 on: January 09, 2007, 09:58:47 AM »
Hi,

 :?: :?: :?:

What do you like?

{image} with the link from {thumbnail} in details.html
or
{thumbnail} with the big image from {image} in thumbnail_bit.html


cu
KUrt

Offline kindian

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
Re: Make {image} work as {thumbnail}?
« Reply #2 on: January 09, 2007, 04:31:52 PM »
I want to use images as thumbnails and drop down all thumbnails.

I can already do this. But images are not clickable for other options, like vote etc.
I want images to be clickable to its details

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Make {image} work as {thumbnail}?
« Reply #3 on: January 09, 2007, 04:56:28 PM »
Hi,

the fastest and a way, you can go fast return, is:

in includes/constants.php

search:
Code: [Select]
define('THUMB_DIR', 'data/thumbnails');
replace with:
Code: [Select]
define('THUMB_DIR', 'data/media');

cu
Kurt