Download & Extend

Image Attach causes Problems

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

Category:bug report» support request
Status:active» postponed (maintainer needs more info)

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_attach and /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.php probably 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.

AttachmentSizeStatusTest resultOperations
files and sizes.png42.03 KBIgnored: Check issue status.NoneNone
image attach.png15.29 KBIgnored: Check issue status.NoneNone
node-personen.tpl_.php_.txt1.78 KBIgnored: Check issue status.NoneNone
personen-settings.png46.42 KBIgnored: Check issue status.NoneNone
var_dump_vorstand.html_.txt42.97 KBIgnored: Check issue status.NoneNone
var_dump_mannschaft.html_.txt39.61 KBIgnored: Check issue status.NoneNone
var_dump_node.html_.txt35.92 KBIgnored: Check issue status.NoneNone
view_export_mannschaft.txt14.78 KBIgnored: Check issue status.NoneNone
view_export_vorstand.txt4.46 KBIgnored: Check issue status.NoneNone

#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

Category:support request» bug report
Status:postponed (maintainer needs more info)» active

#6

Status:active» postponed (maintainer needs more info)

Check image_attach_nodeapi() is getting caled.

#7

Hey,

I edited image_attach_nodeapi() in image_attach.module

I added an row

<?php
echo "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.

nobody click here