Flex Header is a simple module for displaying images depending on Id and ItemID.
---
A documentation in german language is available here:
http://www.andrehotzler.de/Projekte/Joomla!/Joomla!--Modul--mod_flex_header.html
---
The module can be installed using the Joomla! module installer and provides a configuration interface.
Parameters:
Folder:
Specifies the folder under the current template folder, where the header-images resides. An example: if you specify "header-images" as folder, your path works like this:
"/templates/madeyourweb/header-images"
example full path on the server:
"/var/www/web83/html/templates/madeyourweb/header-images"
Image-Prefix:
The filename of the header image is built of 3 parts:
--
You could use this to switch between different sets of header images (headers-small- or headers-regular for example).
Default-Image:
Name of the default image, shown if no specific image was found.
File Type:
Filetype of the images, all images must have the same filetype.
Height: Display-height of the image (can differ from real pixel size)
Width: Display-width of the image (can differ from real pixel size)
Debug View:
Width "debug view" enabled, mod_flex_header will display a help text instead of images.
There are 2 possible filenames for content, but only one possible filename for some specific components, like search or wrapper.
Example:
You have a category named "cars" with ItemId=3 (ItemdId comes from the menu entry). Everytime you view a content of this category, the picture with name header-3.jpg (if exists) would be displayed. Maybe you need a specific picture for the content named "BMW X3" (id=9), so you just have to upload a picture with name header-3-9.jpg. This picture will overwrite the specific picture of the category und will be displayed instead of header-3.jpg