Here is a patch to update this module to 4.7. I haven't tested it extremely extensively, but it did seem to work for my purposes. Hope it helps!
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_image.module.patch | 8.9 KB | webchick |
Here is a patch to update this module to 4.7. I haven't tested it extremely extensively, but it did seem to work for my purposes. Hope it helps!
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_image.module.patch | 8.9 KB | webchick |
Comments
Comment #1
paddy_deburca commentedThanks for the patch.
I applied the patch (by hand) to the CVS version of taxonomy_image.module to upgrade it to 4.7 and also applied the necessary changed to phptemplate.theme.
I now have my taxonomy images working perfectly in 4.7beta4.
Thanks a million.
Paddy.
Comment #2
paddy_deburca commentedI have addid the following code to function taxonomy_image_form()
$image = '<div class="taxonomy-image-edit">' . taxonomy_image_display($edit['tid']) .'</div>';return $image . drupal_get_form('taxonomy_image_form', $form);Paddy.
Comment #3
jeremy commentedThanks for the patch, webchick! Sorry for letting it sit for so incredibly long. It was finally merged.
As for the missing image on the 'edit image' page, I added it using the forms API 'markup' type.
Comment #4
(not verified) commented