hi, i want to change the maximum amount of chars available for the description area, i have redone the stats page with a overflow area but it is useless unless i can use more chars on the description
using a tool like phpmyadmin, you will need to alter the ats_sites table structure, change "description" which defaults with varchar(255) to "text" or varchar(999)