Hey guys. GREAT WORK on 3.4!!! Its running great for me so far.
One thing I've noticed that hasnt been posted yet: In the DB, FORUM_MEMBERS.M_PHOTO_URL has a length of 255. In inc_profile.asp, the maxlength for that input field is set to 150.
FIX: inc_profile.asp: 194 Change maxLength=""150"" to maxLength=""255""
That doesn't mean it is a bug though. It just means that the size of the input is being limited. It is a feature that could be changed by discretion. It isn't actually a bug.
I went through and changed them anyway. Homepage, Link1 & Link2 were the same way. The database field is 255 characters long, but the maxLength was set to 150 for the input fields.
I know it isnt a bug bug, but it is a bug bug. It's functionality that does not work as intended. But you're right. It never causes real harm, just a pain if people try to add items longer than that.