View Full Version : Unilimited Forum Description
SunShina
03-14-2005, 07:14 AM
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
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
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...
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
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.