Ok - last update for a bit.
Just updated to version 2.2.
ver 2.2 Fixes a bug where the title was getting lost on users who weren't part of the special user group. (Thanks to Leo at leoville.com for pointing out this bug. )
code:
If you already installed, in your modified editbasic.php find this:
else {
$CustomTitle = "";
}
Change to this:
else {
$CustomTitle = "<input type ="hidden" name = "Title" value = "$UserTitle" />";
}