Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Upgrade went okay but....  (Read 2258 times)

0 Members and 1 Guest are viewing this topic.

WarpGate

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
Upgrade went okay but....
« on: March 14, 2004, 12:11:38 am »

Just a quick note to say I upgraded from 1.1 to 1.2 with no problems, it went as per documentation...

However.... (there is always a but...)

in displayplayimage.php I had to add back

Code: [Select]
{$image_size['geom']}

To stop the image being displayed wider than what was stated in the admin config screen ????

Code: [Select]
$pic_html .= "<img src=\"" . $picture_url . "\" class=\"image\" {$image_size['geom']} border=\"0\" alt=\"{$lang_display_image_php['view_fs']}\" /><br />";

Not sure if this has been said before, but without it the hardwired template went crazy if the images was wider than 700 pixels...

Anyway, thanks for an excellent script.......

See it @ http://www.warpgate.co.uk - A site for belly button lovers..
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Upgrade went okay but....
« Reply #1 on: March 14, 2004, 12:46:14 pm »

yes, hardwired sucks on larger images, as it uses a fixed absolute value (in pixels). If you're going to have larges images as intermediates, I recommend not using hardwired at all.

GauGau
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 18 queries.