| bio | website | blog.gingerlime.com |
|---|---|---|
| location | Berlin, Germany | |
| age | ||
| visits | member for | 2 years, 2 months |
| seen | Mar 5 at 14:04 | |
| stats | profile views | 24 |
|
Mar 2 |
awarded | Student |
|
Jan 29 |
awarded | Supporter |
|
Jan 29 |
comment |
Remove width and height attributes from [gallery] output looks much better than my 2nd snippet / suggestion. +1 |
|
Jan 29 |
comment |
Remove width and height attributes from [gallery] output I wasn't suggesting to rewrite the core, but just to adapt it (copy the code and re-use it as you see fit) and create your own version of it. As for the 2nd option - yeah, it's not great and I explained how it might alter all image links. I totally agree that the version of @TohidGolkar looks much better since it's more fine-grained. |
|
Sep 9 |
comment |
What is your take: TimThumb vs. WordPress Thumbnails? The great debate I don't know who's to blame, I certainly didn't know about the vulnerability until it was published. The vulnerability was fixed, so I don't see this as a reason not to use timthumb, in a same way that wordpress has vulnerabilities, but it's not a good-enough reason to stop using it completely. As for the pros and cons of each approach, there isn't a silver bullet and it's fine. I prefer the dynamic aspects of timthumb and the DRY aspect of storing only one image (and not having to re-hash them when you change thumb size in your theme). Others may have different priorities. |
|
Apr 17 |
awarded | Yearling |
|
Feb 9 |
answered | Behind-the-scenes HTTP Request? |
|
Feb 8 |
revised |
Run query_posts if SESSION is empty? Just a few tweaks to grammar and punctuation |
|
Feb 8 |
suggested | suggested edit on Run query_posts if SESSION is empty? |
|
Feb 8 |
comment |
hiding permalink in admin if the user is subscriber ok, just used another example from somewhere without testing it. If you say that's working then I'd update the answer for future reference. |
|
Feb 8 |
answered | hiding permalink in admin if the user is subscriber |
|
Feb 8 |
revised |
get_categories hierarchical order like wp_list_categories - with name, slug & link to edit cat just fixing a couple of typos |
|
Feb 8 |
awarded | Citizen Patrol |
|
Feb 8 |
suggested | suggested edit on get_categories hierarchical order like wp_list_categories - with name, slug & link to edit cat |
|
Feb 7 |
answered | Remove width and height attributes from [gallery] output |
|
Feb 7 |
answered | Arrays not working on a WP-Ecommerce product page |
|
Feb 7 |
answered | Wordpress rewrite my URL when i use pagination |
|
Feb 7 |
comment |
What is your take: TimThumb vs. WordPress Thumbnails? The great debate @DanielSachs dynamic regeneration is one of the primary reasons I prefer timthumb. Also, I don't necessarily want to use the wordpress media uploader, and rather use FTP/SCP/Git. Timthumb also supports zc=2 option which I find very useful, and different level of compression. I find the way wordpress statically stores all thumbnail sizes inefficient, whereas timthumb just caches what's actually accessed with only one source version. |
|
Feb 7 |
answered | Broken thumbnails (sometimes) with TimThumb |
|
Feb 7 |
comment |
Why does hook priority affects admin menu permission error? Thanks @kaiser. I'd have to look at my code again in this context to see what might have caused a conflict if it was executed first. It still 'feels' strange to me that Wordpress spits out this permission error message that doesn't quite seem related (or help in any way figure out that the root cause is wrong priority order) |