The apachesolr_image module is pretty much non-functional at the moment, and the code is really ugly since the module has a theme function in it which may break sites if the module is enabled.

Comments

pwolanin’s picture

StatusFileSize
new6.22 KB

Something like this as a start (not tested).

pwolanin’s picture

Status: Active » Needs review
pwolanin’s picture

StatusFileSize
new3.86 KB

Actually that theme function doesn't even exist in D6 - it's a template file. Here's a better try - still untested - but which shoudl let the module just work without requiring theme modifications.

pwolanin’s picture

StatusFileSize
new4.25 KB

whoops - this totally doesn't work without implementing hook_theme.

A little better - let's just handle single-site for now.

pwolanin’s picture

Status: Needs review » Fixed

committed to 6.x

pwolanin’s picture

Component: Code » Images
pwolanin’s picture

Status: Fixed » Closed (fixed)