I too want to see zach's version........I just did this update so that i could have it again on my site.........was missed badly.
I also did some more reading, and you may get away without doing my install manually by running these queries 1 at a time:
PHP Code:
ALTER TABLE `vbprofilefield` ADD `title` VARCHAR( 25 ) NOT NULL AFTER `profilefieldid` ;
PHP Code:
ALTER TABLE `vbprofilefield` ADD `description` VARCHAR( 250 ) NOT NULL AFTER `title` ;
So instead of doing my manual edits, just run the queries here one at a time, then do the file edit's per the original instructions.......minus what i wrote in the instructions.....
I am getting better at this, it's just taking me some time to learn........I don't have anyone to ask questions from, so i have been doing this by trial and error, but this mod does work, i garuantee you it does.
To the person that had the error's, try going back into your phpmyadmin, select vbprofilefield, then put a check mark in title, and delete it. Put a check mark in description and delete it......then run the above queries instead.....should write right to the field for you......