By Wut on
Hi All,
Are there any module the help to control story's picture in the front page ?
My pain point is I have several story in my drupal. Some of it has only little word but a lot of picture so when it appear in front page, make my front page longer and longer.
I want to :
1. Strip all but one picture in story when appear in front page.
2. If picture shown in front page wider than 400 pixel, resize it to 400 pixe.
Any suggestion would be appreciated,
Comments
same problem
There are two of us now
_
you should be able to do what you want with some theming. You can create a node-story.tpl.php file (copy the original node.tpl.php) and make your changes there. You can check the $is_front and $teaser variables to check if the story is being displayed on the front page and/or as a teaser-- see http://api.drupal.org/api/drupal/modules--node--node.tpl.php/6 for a complete lists of the available variables.