Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2013-06-19 21:56:20
- Dimitri
- Member
- From: Johannesburg
- Registered: 2010-10-31
- Posts: 129
Article images limit?
Right, this may sound wrong.
I am using bot_image_upload to upload assign images to articles.
After couple of hours, pulling trying to assign more than 100 images (Dont ask me why, my client’s request). It wouldnt work, only 66 are shown in the article (write).
Did couple of testing, disabled the plugin and inserted images id manually. I have noticed that per article images limit is 66 in the input field????
I have looked everywhere in the textpattern source files that causes this limit but nothing.
Can anyone enlighten me.
Many thanks
<txp:way_too_cool />
Offline
#2 2013-06-19 22:09:14
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,315
Re: Article images limit?
The image field is of type varchar(255).
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#3 2013-06-19 22:12:25
- Dimitri
- Member
- From: Johannesburg
- Registered: 2010-10-31
- Posts: 129
Re: Article images limit?
Right!!! Missed that, where can that be found? Is it possible to modify this.
ps: I am guessing that is in the mysql (I am weak with it, could you point me to the right direction)
<txp:way_too_cool />
Offline
#4 2013-06-19 22:26:55
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Article images limit?
In phpMyAdmin, open the textpattern table, in tab ‘structure’ select ‘edit’ for column ‘image’. You can change just the length if your MySQL version is 5.0.3 or higher. In earlier versions you’ll need to change the field type.
Offline
#5 2013-06-19 22:34:01
- Dimitri
- Member
- From: Johannesburg
- Registered: 2010-10-31
- Posts: 129
Re: Article images limit?
Thanks, already figured this out. Much appreciated for the help :)
<txp:way_too_cool />
Offline
Pages: 1