Welcome to Geeklog Saturday, May 25 2013 @ 01:52 AM EDT
|
||||||||
![]() |
Forum Index > Support > General Geeklog Support |
New Topic
|
Post Reply
|
How can I change story input size? |
|||
| Anonymous: TastyBanana |
|
|||||
![]() |
I searched the code and wasn't able to glean where I can make the following change:
I need to be able to input large stories. Whenever I try to post a very large file (150k) as a story, geeklog seems to truncate it. I'd like to alter the PHP/MySQL/whatever to allow me to post stories of unlimited length. If I'm missing something, let me know. Otherwise I'm not sure where to start looking... |
|||||
|
||||||
| machinari |
|
|||||
![]() ![]() ![]() ![]() ![]() Full Member Status: offline ![]() Registered: 03/22/04 Posts: 1512 |
in the database table, gl_stories, you will have to change the column type from "text" to "medium text" on the intro and body columns.
easily accomplished with phpmyAdmin or some similar tool. Otherwise use the "alter table" syntax in a mySQL query. |
|||||
|
||||||
| Anonymous: TastyBanana |
|
|||||
![]() |
Thank you! It worked out just great. For those who want to know what I did, here are the MySQL commands that fixed my text length issue: |
|||||
|
||||||
| Content generated in: 1.02 seconds |
|
|
|