vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Is there a limit on forum descriptions? (https://vborg.vbsupport.ru/showthread.php?t=51624)

Gutspiller 04-14-2003 10:47 PM

Is there a limit on forum descriptions?
 
I have a hack installed that gives you a popup window, but I have already posted in the thread and not getting any help. I was wondering if it's part of VB that has a description character limit and if there is a way to turn it off.

One of the main reasons I installed the hack with the popups was so that it would hide long detailed descriptions of my forum when somebody wasn't rolling their mouse over my [forum description] buttons.

filburt1 04-14-2003 11:03 PM

The limit is based on the field type for the description of the forum table. Change it to TEXT to have more than enough space for a description.

Gutspiller 04-15-2003 01:29 AM

Quote:

Today at 06:57 PM filburt1 said this in Post #2
The limit is based on the field type for the description of the forum table. Change it to TEXT to have more than enough space for a description.

Could you tell me where I might find that code and what I change it to? :ermm:

Rose 04-15-2003 01:45 AM

I can't speak for Filburt, of course. But I imagine he is referring to the actual table in the db. Go into phpmyadmin and click on the "properties" button of your forum table. In the properties, you can change the 'descriptions' section to text instead of the default "char(250)" (which I think limits characters to 250). :)

Link14716 04-15-2003 01:47 AM

Or run this query:
[sql]ALTER TABLE `forum` CHANGE `description` `description` TEXT NOT NULL[/sql]

Gutspiller 04-15-2003 02:44 AM

Quote:

Today at 09:41 PM Link14716 said this in Post #5
Or run this query:
[sql]ALTER TABLE `forum` CHANGE `description` `description` TEXT NOT NULL[/sql]


Well I found out that the popup wasn't appearing because I had a " ' " in "that's" which was causing it, but now with that table changed I shouldn't have a problem even if I was gonna. :)

Many thanks for such a quick reply. Now I have to create so uber long descriptions of my forums. :laugh:


All times are GMT. The time now is 01:52 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01611 seconds
  • Memory Usage 1,718KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete