Posted by Sawascwoolf on September 16, 2011 at 2:20pm
2 followers
| Project: | Image |
| Version: | 6.x-1.1 |
| Component: | image_attach |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Issue Summary
Hi,
I´ve got a Content Type "persons". When I attach an image to one of these nodes the image isn´t displayed on the node view.
This node typ is displayed in two views (as teaser). In one View the picture appears in the other one nothing again.
Ok, i´ve created my own node-personen.tpl.php but a var_dump of $node doesn´t show any image either.
Here are three links:
1. http://www.fck-handball.de/vorstand (here the pictures are shown)
2. http://www.fck-handball.de/personen/marc-zimmer (node View)
3. http://www.fck-handball.de/mannschaften/wa-jugend?liga=9601&quicktabs_2=2
I´ve deinstalled and reinstalled the image attach module. But nothing changed
Comments
#1
What you are describing might be a 'Views' issue, or maybe a theming issue with a customized node template. If you want support from the 'Image' module issue queue, you might want to document an actual issue with 'Image' module.
So please share your actual settings at
./admin/settings/image/image_attachand/admin/content/node-type/persons(screenshots will suffice). Also it would be helpful to give unaliased links to the full nodes that are supposed to appear in the View. Regarding the Views issue, you might want to add an export of the View.Btw: If your content type is "persons", a theme template labeled
node-personen.tpl.phpprobably won't work ;)#2
Ok I´m going to show you all the information you want.
http://www.fck-handball.de/node/37 This is the unaliased link to the person from my first post.
I´ve added my own node template. The Var_dumps of the different pages are build in the first row of it.
And only the one from the "Vorstand" Page shows an image.
If theres any information missing please let me know.
#3
Thanks, now please switch to an unaltered core theme (like Garland) or temporarily remove all customized node templates from your theme, clear the theme registry and tell us if the image attach thumbnails show up if you do not use a modified node template.
#4
I´ve made two tests.
1. I´ve deleted all my custom changes to garland. And cleared the cache.
2. I´ve changed the theme to chameleon.
None of these tests made the Picture visible on http://www.fck-handball.de/node/37
But the pictures still appear on the "Vorstand" page.
#5
#6
Check image_attach_nodeapi() is getting caled.
#7
Hey,
I edited image_attach_nodeapi() in image_attach.module
I added an row
<?phpecho "Test!";
?>
on the "Vorstand" Page the string is shown many times. On the Team View the string doesn´t appear.
So I think the Hook isn´t called there.