Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2008-09-29 14:19:23
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
resetting automatical thumbnail creation on image upload
I want to reset TXP’s “Create Thumbnail” dimensions to it’s default values (empty?).
is this still the only way to do that
Offline
#2 2008-09-30 08:05:33
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: resetting automatical thumbnail creation on image upload
i want to use glx_admin_image plugin for image and thumbnail dimensions manipulation, but i can’t, at least so far than those thumbnail width and height fields are not empty. how to achieve this?
Offline
#3 2008-09-30 08:22:54
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: resetting automatical thumbnail creation on image upload
could txp’s reinstall help me?
Offline
#4 2008-09-30 11:02:38
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: resetting automatical thumbnail creation on image upload
i tried this mary’s recomendation:
What you will need to do is run the following SQL query, and it will turn that off (but only until you make a thumbnail again…):
UPDATE txp_prefs SET val = '' WHERE name IN('thumb_w','thumb_h','thumb_crop');
but i stuck. it (mysql) asked me to choose at least one column to display.
and that’s it, i can’t to go on. can anybody help me with this stuff? i could give the necessary information (user name, password)
Offline
Re: resetting automatical thumbnail creation on image upload
In TXP 4.0.7 (and current SVN version), you will be able to do this by using empty values during a thumbnail creation (on an existing image). That disables auto-thumbnailing.
Offline