The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Maximum custom field Input
- maximum 250
that takes the biscuit how can i increase to unlimeted? |
#2
|
||||
|
||||
I don't believe you can. MySQL can only have a maximum of 255 chars. (Can't confirm though)
|
#3
|
||||
|
||||
thats BS Grrrrrrrr spent ages modifying the custom fields made a custom &action = page to edit the details with custom fields has taken ages now i find out i cant get passed 250 !!!!!!!!!!!
|
#4
|
|||
|
|||
Change the type of the column to TEXT. VARCHAR is limited to 255 characters.
|
#5
|
||||
|
||||
and extra 5 wont make much of a difference but thanks for the hint
|
#6
|
||||
|
||||
can i not just change the value via php my admin ?
|
#7
|
||||
|
||||
UPDATE `profilefield` SET `maxlength` = 'XXXXX' WHERE `profilefieldid` = '8' LIMIT 1 ;
|
#8
|
||||
|
||||
nope ^ didnt work (
|
#9
|
||||
|
||||
What filburt1 was saying was that the current type WAS VARCHAR (actually, its CHAR, but that doesnt matter) which is 255.
Run this query: [SQL] ALTER TABLE profilefield CHANGE description description TEXT NOT NULL [/SQL] |
#10
|
||||
|
||||
will this enable me to hav profile fields that are of unlimeted value ?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|