PDA


View Full Version : How I do remove the character limit?


TrentTech
07-27-2005, 09:07 AM
On my dedicated server page, for some reason, there seems to be a character limit. It is important that the full page display's.

The page is http://trenttech.net/index.php?page=dedicated

ConqSoft
07-27-2005, 09:58 AM
Is that a BBCODE page? If so, there may be a limit on that type. You could always do it as a TEMPLATE, which should let you put as much as you like.

TrentTech
07-27-2005, 10:41 AM
I'm having an error with templates on my forum, should be fixed in 3.5 Gold, but the point is, how to I remove the BBCode character limit?

ConqSoft
07-27-2005, 10:45 AM
It's probably a limit of the field in the database. You could try changing the field type.

TrentTech
07-27-2005, 11:23 AM
Does anyone know where that would be? A reply from Brian would be good

ConqSoft
07-27-2005, 11:28 AM
The content of a BBCODE page is stored in the field "Template" in the adv_pages table. That field is currently type "Text", which should hold quite a bit. You could try changing it to LONGTEXT.

TrentTech
07-27-2005, 11:58 AM
It worked! Thank you ConqSoft!