MyBB Community Forums

Full Version: Lengthen Away Message Length
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where would I go to lengthen the away message length? As of right now the character limit is far too small. 

Thanks for any help.

I have searched usercp.php and member.php and haven't found much.
template => usercp_profile_away
<input type="text" class="textbox" name="awayreason" value="{$user['awayreason']}" size="25" /></td>

database field is like below [users table]
awayreason varchar(200) NOT NULL default ''
What would I need to update?

I’m a bit confused.