Category Description Length

ericcarlericcarl New
edited October 2011 in Vanilla 2.0 - 2.8
I'm attempting to put some HTML into my category description field, but I'm getting an error saying that my description is too many characters long. Is there somewhere in Vanilla where I can increase the category description character limit? Thanks!

Best Answers

  • sahotataransahotataran ✭✭✭
    Answer ✓
    in database category description is VarChar with 500 characters.

    do you have any idea how many characters you were trying to post???? just brief guess
  • sahotataransahotataran ✭✭✭
    edited October 2011 Answer ✓
    @erriccarl yes you will have to change it in there.

    to be on safe side you can have it as 1000.

Answers

  • sahotataransahotataran ✭✭✭
    Answer ✓
    in database category description is VarChar with 500 characters.

    do you have any idea how many characters you were trying to post???? just brief guess
  • 830. How would I go about changing that value in the database? Thanks!
  • sahotataransahotataran ✭✭✭
    edited October 2011 Answer ✓
    @erriccarl yes you will have to change it in there.

    to be on safe side you can have it as 1000.
Sign In or Register to comment.