Member
Member
faramineux   2005-10-30, 19:27
#1
Why 595 and not 600 px? Smile
I prepare my pictures in Photoshop, so I do not want them to be compressed again. Where do I change the code to keep them the way they are?
Since my pictures are the size they should be I also want to remove the link to LARGER picture.
Thanks. I love your software.
Member
Member
RogerUsh   2005-10-31, 02:47
#2
I haven't tried this myself, but I think with the lastest version of ZP, if you enter a value for `'image size'` in the [i]config.php[/i] file larger than the actual image, then nothing will be resized.

To remove the link to the original file, just delete the lines:

`">`

and the trailing:

``

from [i]image.php[/i] in your theme's folder and you should be all set.
Member
Member
faramineux   2005-10-31, 02:49
#3
Many thanks!
Member
Member
tiwan   2005-11-11, 14:32
#4
In fact it tried anyway to make a 'sized' picture of the original, which can get very annoying when this one is quite big (wallpaper)... Actually my webserver gets too busy when creating this picture, so I figured out to bypass this process:
in the <i>image.php</i> of your template, remove the `<a>s</a>` code as faramineux said, and replace the
`<?php printDefaultSizedImage(getImageTitle()); ?>` by
`[img]<?=getFullImageURL();?>[/img]">`
which gives the original picture.
Hope it helps...
Developer
Developer
trisweb   2005-11-12, 08:57
#5
Yep, that'll do it.
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.