There used to be function _imagefield_file_load in imagefield, will it be replaced in 6.x-3.x version? If not is there another recommended workaround for loading and theming an image based of fid?
Filefield provides field_file_load function which includes all modules implementing hook_file_load yet there is no such function in Imagefield.

Comments

quicksketch’s picture

Status: Active » Closed (fixed)

Since ImageField is entirely dependent on FileField, I'd suggest using field_file_load().