Increasing Forum Description Length

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • glenv
    Senior Member
    • Feb 2001
    • 542

    Increasing Forum Description Length

    Can anyone tell me how to increase the forum description? I have one forum with a lengthy description but it cuts a large part of it off.

    Thanks!
  • zerzig
    New Member
    • Mar 2001
    • 11

    #2
    Adding HTML to descriptions

    I'd also like to know. I have categories with a number of subcategories that I would like to be links that go directly to the subcategory forum. I tried to make HTML links out of the subcategories but run out of space.
    Any philosophy that can be put into a nutshell belongs there.

    Comment

    • Mike Sullivan
      Former vBulletin Developer
      • Apr 2000
      • 13327
      • 3.6.x

      #3
      ALTER TABLE forum CHANGE description description mediumtext NOT NULL;

      Comment

      • glenv
        Senior Member
        • Feb 2001
        • 542

        #4
        Please be more specific. Pretend you're talking to someone that doesn't know where to look for the file you are talking about. Is this a template?

        Comment

        • zerzig
          New Member
          • Mar 2001
          • 11

          #5
          ALTER TABLE forum CHANGE description description mediumtext NOT NULL;
          glenv,
          You have to make a change to the database. You are changing the field "description" in the table "forum" from "varchar(250)" to "mediumtext."

          I did it with phpMyAdmin by copying and pasting Ed Sullivan's text into the "Run sql query/queries on database your_database" box.

          You might want to backup first.
          Last edited by zerzig; Mon 2 Apr '01, 6:23am.
          Any philosophy that can be put into a nutshell belongs there.

          Comment

          • glenv
            Senior Member
            • Feb 2001
            • 542

            #6
            too scary for me....I will hope someone adds this feature to the final version

            Thanks

            Comment

            • Removed-1078464
              Senior Member
              • Oct 2004
              • 796
              • 3.6.x

              #7
              Code:
              [b][i]ALTER TABLE forum CHANGE description description mediumtext NOT NULL;[/i][/b]
              When you say "Medium text" does that actually change the text size or just the amount of characters per forum description?

              Thanks

              Doug

              Comment

              • Steve Machol
                Former Customer Support Manager
                • Jul 2000
                • 154488

                #8
                That changes the maximum number of characters allowed in that field.
                Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
                Change CKEditor Colors to Match Style (for 4.1.4 and above)

                Steve Machol Photography


                Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


                Comment

                widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                Working...