I'm at a loss. Here's a list of what I've done so far.
1. Activated the module
2. Created a block from admin/site configuration/header image
3. Assigned the block to a region from admin/site bulding/ blocks
4. Edited a page node and selected the header image block.

From here how and where do I define what image is to be displayed? I'm missing something and can't seem to figure out what.

Comments

sutharsan’s picture

Category: task » support
Status: Active » Postponed (maintainer needs more info)

Seen the README.txt?
The header image node will be displayed in the block. The image should be in the node.

pierre13’s picture

Title: Defining the image » I to can not use it or don't know how

i did as written in the readme included.

I enabled it and add rights for admin.

Next i first tried with creating an image content and adding it to the image_header_block i just created. Next i added my new header_image_block to the header in administer->blocks visible only on specific nodes.
No-go.

I also tried to create a cck-image-type ... then i just can't give it to the header-image-block which i created (where?).

I tried it with two themes: Aurora and Garland. I use 5.3 drupal.

Please help.

sutharsan’s picture

Status: Postponed (maintainer needs more info) » Active

I do not understand what you mean with creating "creating an image content" and "create a cck-image-type"

The module was built to work with any node type containing (at least) one image field (http://drupal.org/project/imagefield).
This node type must be selected on the Header Image settings page.

pierre13’s picture

I created a new content type, which has one ImageField field (called it ImageNew). I then created a ImageNew content, and named it MyImageNew. I added this MyImageNew to my HeaderImage content block (MyHeaderImageBlock). Then i go to the Administer->SiteB->Blocks and MyHeaderImageBlock to the header region. I configure to show only specific aliases ...
and when i tried (either as admin or guest) it does nothing.

Please help, because otherwise i will have to do it by hand editing page.tpl.php and check every id with specific style.

thx in advance

sutharsan’s picture

1. On the block configuration page of MyHeaderImageBlock the MyImageNew node must be listed under 'node'.
2. For testing purpose, edit MyImageNew and add an 'always true' condition. For example URL condition: "*" or PHP condition: " return true; ". This should make this node always be displayed in the block.

pjek’s picture

Version: 5.x-1.0 » 6.x-1.x-dev

There seems to be a link missing in the 6 version. The readme files and the tutorial in the handbooks speak of defining the nodetypes in the tab settings on the the Header Image settings page.

There is no such Tab available. I am using drupal 6.2 and am using the dutch locale.

sutharsan’s picture

Status: Active » Fixed

@pjek: it is not a good custom to highjack an issue. Your issue is obviously different, you should have created a new issue.
@pierre13: if you need more support, feel free to reopen the issue.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.