hey,
i really like the stopdesign theme but there are two things i just can't figure out.
help is gladly appreciated.
removing the fullsize link should be as simple as removing the following lines from image.php:
`
if (isImagePhoto()) {
?>
" title="">
`
They should be around line 72.
=====
The image size, however, is a more difficult one. You will have to adjust every mention of '480'...
image.php:38
`
setOption('image_size', 480, false);
`
image.php:51
`
`
css/photos.csseveral lines. For details, see css/custom.css which describes which dimensions you will have to adjust if you want a different-sized photo.
I'm working on my own variant of the stopdesign theme that I hope to make available at -some- point, that accommodates different-sized images directly, after giving up on customizing stopdesign; if you know some web editing, it might be worth looking into building a theme from scratch yourself as well (not for the faint of heart, though).