Member
Member
xemino   2009-08-14, 17:48
#1
hey,

i really like the stopdesign theme but there are two things i just can't figure out.
- i want to remove the fullsize link from the theme, i did some digging in the image.php file but wasn't successful.
- i would like to have the images bigger, same as in the default theme, but sadly i couldn't get it working either.

help is gladly appreciated.
Member
Member
ZeBoxx   2009-08-14, 21:56
#2
removing the fullsize link should be as simple as removing the following lines from image.php:
`

if (isImagePhoto()) {

?>

<a>" title="<?php echo getBareImageTitle();?>"><?php echo gettext('Full Size'); ?></a>

<?php

}

?>

`
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
`

<?php printCustomSizedImage(getImageTitle(), null, $ls?480:null, $ls?null:480); ?>

`

css/photos.cssConfusedeveral 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).
Member
Member
xemino   2009-08-14, 23:04
#3
thanks a lot for that detailed help!
but in that case i'd rather use the default theme.
if you could tell me, how a click on the image redirects to the next image, instead of a fullsize link.

that would be wonderful,
regards
Member
Member
ZeBoxx   2009-08-14, 23:49
#4
a click on the main image?

remove whatever link there might be on it now, and replace it with...
`

``[main image code here]`
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.