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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | sane-image-362389-4.patch | 4.25 KB | pwolanin |
| #3 | sane-image-362389-3.patch | 3.86 KB | pwolanin |
| #1 | sane-image-362389-1.patch | 6.22 KB | pwolanin |
Comments
Comment #1
pwolanin commentedSomething like this as a start (not tested).
Comment #2
pwolanin commentedComment #3
pwolanin commentedActually 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.
Comment #4
pwolanin commentedwhoops - this totally doesn't work without implementing hook_theme.
A little better - let's just handle single-site for now.
Comment #5
pwolanin commentedcommitted to 6.x
Comment #6
pwolanin commentedComment #7
pwolanin commented