vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Unilimited Forum Description (https://vborg.vbsupport.ru/showthread.php?t=78087)

SunShina 03-14-2005 07:14 AM

Unilimited Forum Description
 
Hello

is there any way to use unlimited Forum Description or maybe we need hack for this ?

Marco van Herwaarden 03-14-2005 08:33 AM

Are you talking about the title or the description?

But anyway: yes if you want to change this you will need to make a hack. It would need some modifications to the database and maybe also some file edits.

BTW "Unlimited" don't exist, there is always some kinda limit.

SunShina 03-14-2005 10:54 PM

Quote:

Originally Posted by MarcoH64
Are you talking about the title or the description?

But anyway: yes if you want to change this you will need to make a hack. It would need some modifications to the database and maybe also some file edits.

BTW "Unlimited" don't exist, there is always some kinda limit.

this is what i mean

Quote:

Modification Requests (6 Viewing)
Have a totally unique idea for a mod? Make a request and it might just be the next hit! Just free suggestions here, if you want to pay here is the place!

it is about 2 line but i try to make one forums about 3 line and use html but when i try to put it .. it cut the hafe of it ..and dont show the full of Description if u canhelp me with this.

thankyou :)

why-not 03-15-2005 01:59 AM

Hi


If your using MySQL 5.0.2, you can just change the VCHAR length from 250 to 500 and MySQL will convert to TEXT! If your using a earlier version (3*/4*) then just change the column type to TEXT!

example...

Code:

ALTER TABLE \PREFIX/forum CHANGE description description TEXT NOT NULL;
Where as \PREFIX/, will be replaced by the table prefix you are using, if your not using a table prefix, then just remove \PREFIX/


Sonia


All times are GMT. The time now is 06:59 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.01010 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
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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