I was trying to update the twitter setting on my AS profile on a new site running DNN 5.2.3 and AS 1.5.3;
whenever I updated it the value was not being saved, so I went into the DNN user settings to try updating it there, the field was defined as a 'Text' with a max length of 0!
I couldn't update it there either so I changed the max length to 60, lo and behold I could now update the twitter field and the Twitter icon appeared on my profile.
I was curious so checked on an older setup running AS 1.4; the twitter and all other social link fields had a max length of 0 but instead of being text fields they had a field type of asURL.
I checked back on my AS 1.5.3 install and the field type doesn't exist.
Has this field type been deliberatly changed and the legnth just set incorrectly or should the asURL type still be being used?