Hello!
My default landing page is actually a view. So when you type in the site address, www.example.com, the view is displayed with the title of the view in the browser's title bar which doesn't reflect the actual home page title of a site.
This is bad from an seo perspective. How do can I do these:
The heading of the view should still indicate what the view is about but,
The browser page title should actually indicate what the site is about since this view is also the landing page
The e-mail sent to the admin/responsible from a site-wide contact form submission has duplicate header entries for "From", and "Reply-To". Due to this some e-mail clients are not able to get the correct reply-to address and we are getting a lot of email replies sent to the siteadmin (the first "Reply-To" field) instead of the person concerned (the second "Reply-To" field).
On my drupal 4.7.x install, I can create stories just fine, but if I go back to revise the story none of the changes I make under the "edit" tab do not get updated.
Here's a rough idea of how to reproduce the bug. It requires a pre-published story.
1. login
2. Click on an already-published story.
3. Click the "edit" tab.
4. Make some changes to the story.
5. Either submit, or preview (shows changes) then submit.
6. I'm returned to the edit tab with the original story. e.g. all changes are lost.