I am using the user list to display all members; name, profile picture, and bio. The bio is rather long on some members page and was wondering how I would restrict the length of this input on the user list but maintain the full bio on their profile???
I have found the code in the default.php file in the corresponding template, just hoping someone can point me in the right direction. Where would I place the code to restrict the word count (ie .$limit = 50.)