Closed (works as designed)
Project:
Drupal core
Version:
7.x-dev
Component:
node system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2011 at 17:56 UTC
Updated:
18 Apr 2012 at 14:15 UTC
When default front page is changed to use a new page (home for instance) then any articles etc. that were checked as promote to front page are no longer visible. You can change the default front page but now most of your content will just disapear.
This is all to try to get rid of that insidious "Read More" link on the default front page.
Maybe I should have spent my time learning asp.net instead?
Windows is after all superior to linux!
Comments
Comment #1
webchickYou've stumbled across a confusing part of the interface, but there's no critical bug here.
#404300: "Promote to front page" is a misnomer is an issue where we're discussing how to make this checkbox more clear in Drupal 8.
Comment #2
damien tournoud commentedArf.
Comment #3
MrPhilbert commentedIn D6 when I changed the front page, all the other nodes that were promoted to front page followed. This was a handy (if not convoluted) solution to the read more link problem. Google search returns tons. In D7, this does not happen. I've tried it in rc, 7.0 and dev to no avail.
I just got around this however. I had to enable views, clone the frontpage view (dont't want to hack it up) and change the node display to not show links. It does still link the title but the read more goes away. Then I can change the default front page path to the name of the new view path. This does work but should it be necessary?
Please don't disregard this Angie as you quite honestly are quite the hero.
Comment #4
rszrama commentedWhat you describe as the normal D6 behavior is in fact not the normal behavior. Perhaps you were using Views then, too? In other words... the way it works in D7 is the way it's always worked (well, as long as I've been using Drupal, which admittedly only goes back to 4.6).
@Damien++
Comment #5
dave reidExactly. The "problem" behavior is how the core front page behavior has worked by design for a while.
Also, you can use the http://drupal.org/project/read_more module to disable the Read more links if that's what you needed.
Hell you can also easily use CSS:
body.front .node li.node-readmore { display: none; }Comment #6
rszrama commentedNice, I didn't know about Read More Link. : P
Comment #7
MrPhilbert commentedThank you for the css. That's much simpler than enabling views and removing that way.
Comment #8
IWasBornToWin commentedAny solution to this for D7?
And can anyone tell me why this is normal?
Steps to reproduce major confusion, by design;
1. Assign any page as a front page for Drupal.
2. If you do step 1, promoting any content, ever, to front page does not ever show up on your front page again. And we programmed it to work this way.
Comment #9
attiks commentedSee #404300: "Promote to front page" is a misnomer, in short 'promote to front' only works if your front page is set to node.