Status: offline

etolocka

Forum User
Chatty
Registered: 07/19/04
Posts: 60
Hi

The images in the stories are too small (300 pixels width).

How can I insert a link to the large version of the same image, something like "clock to enlarge"?

Can I use links in stories?

Regards,
Ernesto.

Status: offline

Robin

Forum User
Full Member
Registered: 02/15/02
Posts: 725
As far as I'm aware links are allowable by default in config.php so there should not be any problems.
Geeklog Polish Support Team

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Quote by etolocka: How can I insert a link to the large version of the same image, something like "clock to enlarge"?

config.php:
Text Formatted Code
// When set to 1, Geeklog will keep the original, unscaled images and make
// the smaller image link to the unscaled image.
$_CONF['keep_unscaled_image']   = 0; // 1 = keep original images
 

bye, Dirk

Status: offline

etolocka

Forum User
Chatty
Registered: 07/19/04
Posts: 60
Thak you guys!

Another one: GL accepts the link, but "target=_blank" does not work. Why?


Ernesto.



Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073