Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-12-23 02:51:44

Lucanos
Member
From: Sydney, Australia
Registered: 2006-01-17
Posts: 23
Website

How Do I... Stop TXP Automatically Creating Thumbnails On Upload?

(TXP 4.0.4)

When uploading images, TXP persistently created Thumbnails of those images automatically.
(Nice idea, but not needed or wanted in this instance.)

Anyone know how to turn that off?

Luke

Offline

#2 2006-12-23 03:18:50

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: How Do I... Stop TXP Automatically Creating Thumbnails On Upload?

You can’t, exactly. :/ I don’t know why this was added without the ability to turn it off, but I’m going to undo it in svn, if I can.

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');

You can use something like phpMyAdmin, or a Textpattern plugin to run it.

Offline

#3 2006-12-23 05:07:12

Lucanos
Member
From: Sydney, Australia
Registered: 2006-01-17
Posts: 23
Website

Re: How Do I... Stop TXP Automatically Creating Thumbnails On Upload?

Love your work Mary (both with the temp. solution, and your efforts towards a permanent one).

Offline

Board footer

Powered by FluxBB