Quote:
Originally Posted by nando415
How can i change the maximum limit of characters that can be entered???
|
When you run the query to add the nowplaying bit to the post table change the VARCHAR(40) to VARCHAR(whatever limit you want). If you've already ran the query just make sure to alter the VARCHAR bit with phpmyadmin or something.
Well, that's what I did and I'm a moron. Should be easy for anyone else.