I'm porting some code to D7 and it took me quite a while to figure out that I could simply replace imagecache_create_url with image_style_url.

I'd be very useful to have a list of which D7 functions replace imagecache functions.

I don't know where to start this otherwise I would try to start it off right now.

P.S. Google didn't find anything yet for "imagecache_create_url" "image_style_url".

Comments

johnpitcairn’s picture

sub

Anonymous’s picture

Status: Active » Closed (fixed)

I'd say the best bet is to check DrupalContrib for the D6 function and see if anyone's posted a comment with a link to the D7 equivalent. If not, you can post a comment yourself once you work out what the new function is.

I've already done this for imagecache_create_url(), just awaiting administrator approval.