Quote:
Originally Posted by Michael Hyatt
One other item: I have created a drop-down select box. I have about 30 names (I had to use the "Large Edit Box" function.) However, only about half of them are display on the new post form. I assume there is a variable in a template that I can adjust to allow for more entries. Thanks.
|
Try running this query in phpmyadmin
Code:
ALTER TABLE `thread` CHANGE `fieldX` `fieldX` MEDIUMTEXT NOT NULL
Make sure to replace the X with the fieldid.