Drupal 6, I have set my posts to "2" but it is still displaying 3. Is this because I have a custom content type and it is displaying in a custom "view"?
Hope to here back
Cheers, Kevin
On 18/07/11 11:16 PM, Jeff wrote:
On 18 Jul 2011, at 10:21 PM, Kevin Anderson wrote:
I have uploaded an image to view in the teaser just a simple 600 x 100 px image. It seems to not show in the node when uploaded. On my offline site it works fine.
Check your image-toolkit settings.
Perhaps the php graphics extension isn't installed or enabled?
You need php5-gd or php5-imagick, or both.
To check your php configuration you can run:
phpinfo.php
<?php phpinfo() ?>
Also how do you set the number of teasers you would like to display?
D6 or 7??
/admin/content/node-settings (posts per page) in Drupal 6.