By vhellmet on
The Read More option is pretty irritating...
I would want Drupal to diplay the entire post instead of asking users to click Read More to do so..
Please help me regarding this issue...
Thank you.
The Read More option is pretty irritating...
I would want Drupal to diplay the entire post instead of asking users to click Read More to do so..
Please help me regarding this issue...
Thank you.
Comments
=-=
administer -> settings -> posts
set Length of trimmed posts: to unlimited.
Also, you can force the page
Also, you can control the page break by including '
<!--break-->' in the post body itself, where you want the break to occur.views module
You could also build a custom node list using the views module. Check out views_ui while you're at it. You can specify "full nodes", teaser lists, sortable/searchable tables, etc.
thanks a ton guys.. will try
thanks a ton guys..
will try and let you know
Still there
I have tried all of these options. And the link is still there. I have tried changing the trim settings, I am currently using a view as a full node, and it's still there. I am using PHP Template. and my node.tpl.php has this code in it:
I think it thinks if you are not on the exact node page it should print the tag. Any ideas?
I know it's late, but just
I know it's late, but just in case someone else ran into the same trouble: I solved it by inserting "
<!--break-->" as the last line of the page body.Bye,
Lobster
For me, what I did was to
For me, what I did was to change the Length of trimmed post (under post settings) to unlimited and in the "edit mode" of the Page, I checked join summary.
=-=
which works in Drupal 6.x only. This thread was originally about Drupal 4.7.x and in that version you didn't have the ability to join summary.
I see
I see... I am totally new to Drupal but starting to get my hands dirty with it. So can I say that for Drupal 6, the "< ! --break-- >" solution actually is not working?
does work with drupal 6 just
does work with drupal 6 just tried it
Thanks, I did this and it
Thanks, I did this and it does have the whole page, but there is still the "Read more"
Works for me
<!--break-->as the last line of the page body works for me im using the default 6.9 install
did not work for me what did
did not work for me
what did was
administer > post setttings > 'length of trimmed posts' to unlimited
then i had to edit my post (i just clicked edit - i didn't actually change anything), save the page and no more 'Read More'
remove in css
In my case it was as easy as adjusting the css for mytree theme drupal 6 by adding display none:
happy hunting
Carrie
http://cazam.eu
jump on the creative rollercoaster
Good point that, changing the
Good point that, changing the length of trimmed posts to unlimited only affects posts saved after the settings changed.
So if you want it to affect existing posts just hit edit then save as mentioned above.
=-=
you can use bulk operations on content to make the changes to previously published nodes.
Simply unpublish and republish all content using administer -> content
using views_bulk_operations.module helps as well.
_
another way to reset teasers with the http://drupal.org/project/retease module.
Teaser-length unlimited + "Fix teaserlinks"
You can set teaser length to "unlimited".
To stop the "Read more" from appearing, you may use the project Fix teaserlinks.
- gisle