Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

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

  • Options
    sahotataransahotataran Developer, Bay Area - CA ✭✭✭
    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

    There was an error rendering this rich post.

  • Options
    sahotataransahotataran Developer, Bay Area - CA ✭✭✭
    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.

    There was an error rendering this rich post.

Answers

  • Options
    sahotataransahotataran Developer, Bay Area - CA ✭✭✭
    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

    There was an error rendering this rich post.

  • Options
    830. How would I go about changing that value in the database? Thanks!
  • Options
    sahotataransahotataran Developer, Bay Area - CA ✭✭✭
    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.

    There was an error rendering this rich post.

Sign In or Register to comment.