Closed (won't fix)
Project:
Drupal core
Component:
system.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
7 Dec 2004 at 15:11 UTC
Updated:
27 Jul 2005 at 16:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
(not verified) commentedPHPtemplate patch that uses this new checkbox: http://drupal.org/node/14028
Comment #2
(not verified) commentedPatch for box_grey theme: http://drupal.org/node/14029
Comment #3
jxs2151 commentedI am unable to get this working after applying all three patches. When patching the phptemplate engine I get this error:
patching file phptemplate.engine
Hunk #1 succeeded at 73 (offset 1 line).
Hunk #2 FAILED at 239.
Hunk #3 succeeded at 237 (offset -23 lines).
1 out of 3 hunks FAILED -- saving rejects to file phptemplate.engine.rej
The checkbox for allowing Taxonomy images in posts appears, I created the category, uploaded the image. I can view the image by direct reference in a url, it just does not show up on the page.
Comment #4
carlosparamio commentedIt seems that phptemplate.engine file has changed a little. Here is a new patch.
When this patch was applied, then you can use the array $taxonomy_images[] in your node.tpl.php theme template to access to the image files for correspondant terms. For example, $taxonomy_images[0] to access to the image file for the first term. This is what box_grey patch does.
Comment #5
carlosparamio commentedAnd here is a patch for Drupal 4.5.0 release also.
Comment #6
grohk commentedTrying to keep this idea alive by resectioning to the correct place (I think) and freshening the patch against the latest CVS system.module.
Please forgive me it this is inappropriate, but I think this patch is important for many users.
Comment #7
Bèr Kessels commented-1 I dislike any if(module_exist) for contrib modules in core. Core should not go calling /any/ contributions
Comment #8
killes@www.drop.org commentedI agree with Ber.