Hmm.. ok, there was no get_input for the title variable.. so I went ahead and added a line to do this with the rest of the get inputs. Unfortunately, that did not work.
Also, what I have noticed, is for the people who are able to change their titles, you can change it fine. But when you go back to your profile, the title box is blank, even though you do have a custom title.
I don't remember if this is how it worked in the past, but so far that and the inability for people to not change their profile w/o a custom title are the only two issues I see at this time
For now, I have just commented out this section:
// -------------------------------------------------- <br />// If title is greater than 100 or blank then we can't proceed <br /> if (( strlen($Title) > 100 ) || (!$Title)) { <br /> $html -> not_right($ubbt_lang['TITLE_TOO_LONG'],$Cat); <br /> } <br /> And it at least allows users who can't set a title to update their profile, but the too long and blank checks are gone. So that is a temporary solution anyway
