I become intrested when I saw the functionality you have added for this module and saw the possibuility I would like to try to see if I could use it to control what header picuture I'm showing depending of what section/category/article I'm curerntly visits and it works SUPER!!!
What I did was to replace the current image with a load module, for my template I chosed "<?php mosLoadModules ( 'header' ); ?>". Then I configured the content image module to be in the header position.
Since I'm not using mospicture to add pictures in my articles, instead using the insert picture in the WYSIWYG editor I could suddenly use the mospicuture function in articles to decide what image I would like to present in the module. I have stored all header images in the images/storis directory since this is the only directory I can reach from evry place there I I have a chose picture fuctionality - including sections, category, article and staticatricles.
Also with the funtionality you have built in to be able to show a defalt picture I find very good since if I have not chosed any picture in any level of the sturture the default picture are shown.
I discoverd one problem and that was that if I had a side there I listed a section like news or FAQ I suddenly had two pictures... one on the correct place but also the same picture but below the section title in the midle of the screen. I found out that if I removed the following line
<img src="<?php echo $link;?>" align="<?php echo $title->image_position;?>" hspace="6" alt="<?php echo $title->image;?>" />
in the file "content.html" in the "components/com_content" everything worked as I wanted, I'm not shore if that row have any other functionality that I'll miss - but sofare I have not found anything I've missed.
So I'm greatfull for your work with this module that suddenly opened up a new possibuilities.
//Stefan
