The timthumb tag has no wiki summary.
0
votes
2answers
79 views
Thumbs and pictures not showing anymore
After moving my site to a new VPS cloud server, things worked fine for a couple of days, but this morning all of the thumbs and pictures stopped showing, even though they're still in the same ...
0
votes
0answers
73 views
Timthumb.php - open_basedir restriction in effect
I'm using a plugin that hides common Wordpress paths
mysite.com/wp-content/uploads/image.jpg
became
mysite.com/images/image.jpg
Everything works fine. Except timthumb.php, it handles some images ...
0
votes
5answers
248 views
Timthumb alternative [closed]
I want to generate resized images on the fly. Basically I'm creating a plugin that allows the user to set a default image that gets displayed on the front end. He also has an option to change the size ...
0
votes
1answer
180 views
VT-resize (great alternative to timthumb) : Errors cropping (litespeed, centos 6.3)
I'm using from several months wt-resize, a script to resize images on the fly. It works very well until now...
I've changed hosting provider. I'm using now Centos 6.3 (no control panel) + Litespeed ...
-4
votes
1answer
295 views
TimThumb cache directory issue [closed]
I have a site with 9000 posts and those posts have external images and they are not stored on my server. These posts have thumbs that show on the homepage.
My problem is this: whenever someone visits ...
0
votes
2answers
81 views
what is the difference between timthumb and post thumbnail?
I get the image through wordpress built in post_thumbnail, but i see a lot of developers use timthumb for that and i don't know why! is it more flexible or something?
0
votes
1answer
262 views
Remove timthumb.php from my custom theme
I have used timthumb.php to handle various type of image format in my custom theme, but this is making my site slow and more the number of images per page more it is taking to re size, crop them
I am ...
0
votes
1answer
340 views
Large image upload size (using timthumb.php
I seem to be having this issue with all of the images on my site.
First I optimise a .jpg in Photoshop to approx 100k (it's a large header image), then I upload through Wordpress' media uploader as ...
2
votes
3answers
391 views
Setting different width and height for gravatar
I've been trying to set a different width and height using the get_avatar function. I need to set the author's avatar in single.php to 60x40 size.
So let's say the gravatar looks like this:
when ...
0
votes
2answers
603 views
Is Timthumb still broken? What security measures should be taken?
A client has requested we use a theme, and that theme has a Timthumb dependency. I know that there has been some serious vulnerabilities in the past, but what is the current state of that plugin?
...
0
votes
2answers
68 views
Which Versions of WordPress Ship with the Patched TimThumb?
Do you recall when the TimThumb exploit occurred? Which versions of WordPress bundled with this exploit? I need to inform a client that they should be upgrading to at least the version of WP when this ...
-1
votes
1answer
412 views
Malware in header.php [closed]
Four different websites got infected and been blocked by Google, and after a quick look, I've noticed this just before wp_head():
<?php
#d93065#
echo(gzinflate(base64_decode("tVVNj5swEP0... ...
0
votes
2answers
505 views
How to get thumbnail from post attachment in this loop
I use this code to display Most popular posts based on view count, but I dont have images in post content I have all images attached to post via attachment (gallery)
How to replace this "thimthumb" ...
0
votes
1answer
342 views
Using native wp image support instead of timthumb
After having no luck with timthumb, and on the advice from this site I am going to edit my theme so it works using native wp functions. However I'm a little stuck.
I found this ...
-1
votes
1answer
110 views
Shortcode not picking up custom field
I created a custom field that allows me to set the cropping style of timthumb, but I am also using short code to populate a page with blog posts, but the shortcode isn't picking up the customfield, so ...
0
votes
1answer
383 views
How to set thumbnail for each tag?
I would like to set thumbnails for each tag. I actually need two type of thumbnails. 16 x 16 and 90 x 90.
16 x 16 will be used infront of tag name like stackoverflow. 90 x 90 will be used in tag page ...
0
votes
1answer
143 views
Source problem for children page image
I have this problem and maybe you can help me.
I want to get a list of all children pages from page (with id 20) and then get the featured image from each one and resize with Thumbnail. Right now I ...
0
votes
2answers
308 views
Is file_exists() compatible with timthumb.php? [closed]
I'm using the latest timthumb script to generate my post thumbnails and include them along with the excerpt. Though I only want the thumbnails to load if their files actually exist, otherwise I don't ...
0
votes
1answer
565 views
Image resizing - TimThumb vs convert on upload?
I'm using jQuery Supersized to display a full screen background slideshow on my blog, and I'm using mobile detection to serve a smaller version of the images to mobile devices so it will load faster.
...
-1
votes
1answer
137 views
Duped WP Site - tim thumb uses abs url from prev site [closed]
I am duping a wordpress site to split them to 2 similar but diff sites.
The original site is working. Latest WP and Theme.
On dupe site, with Firebug, I get this for thumbs:
...
0
votes
1answer
516 views
Replace TimThumb in existing WordPress Themes
I'm sure most are aware of the most recent Timthumb issues. I know they have put a band-aid on the problem, but I really don't care for the script for several reasons. Before I started building my ...
0
votes
1answer
302 views
Broken thumbnails (sometimes) with TimThumb
Reinstalled theme with latest version of TimThumb (was previously effected by the vulnerability issue). Now most of my thumbnails work, but some do not. My theme relies on this plugin, so I'm not sure ...
-1
votes
1answer
162 views
Problem after updating to Timthumb 2. with Wordpress [closed]
I updated Timthumb to ver 2.0 and now the images are being upsized to fit the width of the page. For example, see:
http://timfleming.com/scanner-art/2008-2009/poppies.htm/
Original image is 614 px ...
0
votes
4answers
842 views
how to show images without passing it to timthumb.php file for resizing
currently I m showing post image and it's exceprt on my index page of website. Beacuse of this site is slow downs as each image is passed to timthumb.php file. I want to change in code so that image ...
0
votes
1answer
185 views
Why WordPress developer still using timthumb and what are advantages using them? [duplicate]
Possible Duplicate:
What is your take: TimThumb vs. WordPress Thumbnails? The great debate
Can you explain to me why timthumb is much better than WP image resizer inside wp core function?
...
2
votes
4answers
271 views
Timthumb script being compromised - What precautions to take? [closed]
Read an article about Timthumb script being compromised making WP installations vulnerable. Source here
Taking a look at timthumb.php, There is the following function, which I presume is the culprit.
...
0
votes
1answer
449 views
How to get blog_id of an MU site when running a custom function on the parent site
Simple enough question, but one which is proving difficult to find a solution to.
Quick preamble - the situation this is addressing is a MU network using sitewide tags plugin which pulls all ...
4
votes
4answers
2k views
What is your take: TimThumb vs. WordPress Thumbnails? The great debate [closed]
When it comes to excerpts, do you believe TimThumb or WordPress thumbnails is the way to go? And why? Answers will not be graded (but may be criticized).
-1
votes
3answers
3k views
Why are some of my thumbnails not being generated?
I am currently developing my new theme over at testing.detailsofmylife.net and I am using a WooThemes template as my basic design.
I want to try and include their WooTabs widget as graphically I ...
1
vote
3answers
2k views
TimThumb & htaccess : clean url
Do you know if there's a way to alter via htaccess the timthumb urls ?
My question is if i can change for example urls like this
...
0
votes
3answers
1k views
Timthumb.php image gallery not working on Multisite Wordpress
What I am trying to do is get a gallery working on a multisite wordpress installation . . It works on the home site because that is where wordpress is actually installed but not on the sub domain ...
0
votes
5answers
3k views
TImthumb not working for absolute path
Tim thumb script is working fine, My issue is with absolute path and relative path.
when i give relative path, i get the output. but when i use the absolute path, i am getting 403 forbidden error.
...