When using a slightly modified "basic front page view" that came with the views module (added a filter and changed the URL set to "node" instead of "frontpage"), I can no longer edit any nodes. Any attempt at trying to edit a node will lead me to "edit frontpage view" instead (even though the URL is still node/###/edit or node/###/edit?destination=admin%2Fcontent%2Fnode).

Switching back to Views 1.5 and the problem goes away.

Also it used to be that when using a modified frontpage view, if I go to the frontpage logged in as admin, the frontpage would appear normal, but in Views 1.6, going to the frontpage, the edit views tabs (view, edit, clone, etc.) would be at the top, not sure if this has anything to do with the problem, or if some settings were changed and things need to be done differently now?

Thanks.

Comments

merlinofchaos’s picture

Did you set the URL on your frontpage view to 'node', perchance?

merlinofchaos’s picture

Status: Active » Postponed (maintainer needs more info)
merlinofchaos’s picture

Status: Postponed (maintainer needs more info) » Fixed

Oh yes, I see in your text you did that.

Don't name it 'node'. That causes it to override the default 'node' page. I"m surprised that anything ever worked with it named 'node'.

You should rename it to frontpage (or something) and then set 'frontpage' as your default frontpage in your settings.

Anonymous’s picture

Ah I see, so that was never a feature! ;)

merlinofchaos’s picture

Not intentionally, at least! There probably needs to be better instructions on how to change your front page; like a lot of Drupal settings, it gets lost in the mountain of information available sometimes. =)

Anonymous’s picture

Status: Fixed » Closed (fixed)