Hello,

I want to show the whole story on the front page, when i promoted them.
Can anybody tell me witch part i have to remove from the php code?
Or maybe there is an other better solution,
to disable the "read more" function on the front page?

thx, Stefan

Comments

adam_b’s picture

The default front page is extremely limited, and only shows the title and teaser. The only option I can think of to show all the text is to make the entire body text the teaser - in other words, click the "Split summary at cursor" button at the end of the text.

For more flexibility, you should probably look at http://drupal.org/project/views and/or http://drupal.org/project/panels - these will let you configure a page which you can then designate as your front page in your /admin/settings/site-information page.

stefanw_w’s picture

both answers are ferry helpful, thx

khawshik_1: I found out that the node setting only work on comments not on page's.

adam_b: The "Split summary at cursor" works, only the read more is still showing. bud that's fine.

I will tri later with views and panels.

thx

khawshik_1’s picture

If you are looking for only for front page then "panel and view module can help you"
Visit your site address/admin/content/node-settings
three settings are there
1 : Number of posts on main page:
2 : Length of trimmed posts:
3 : Preview post:
To remove read more from the posts make set Length of trimmed posts: to unlimited

xpound’s picture

Editing your page, uncheck the option "Show summary in full view"!