Hello there!
I want a plugin, which will provide functionality to change old question's title without changing it's URL.
I really miss this feature. It presents in all other CMS, such as Wordpress or Drupal. Page titles are not hard-connected to their URLs, they can be separated.
The way I think it should work:
- On edit question form (only on edit, not on creation) place checkbox near title with label: "Keep old URL". It should be visible only to certain roles: admins and moderators.
- If this checkbox is checked, all title changes should be written to separate DB table, lets say "custom_titles" or whatever. Table structure is very simple, just a few fields: postid, title and maybe timestamp (last modified).
- When question is viewed, we keep old URL, retrieving it from default function, but viewable title is rendered from our custom function.
- It should change meta <title> as well as question's heading.
Sounds very simple. Or you can advise something else.
PM me with your offers and price for this plugin.