Hi,
I came accross the following:
I have header_image module installed and have enabled url, taxonomy and php conditions.
There are two header image nodes, node-01 with images for the frontpage and node-02 with images for any other page.
The conditions for node-01 to be shown on the frontpage are set via in url conditions and a condition weight of -10.
The node-02 to be used on all other pages has no conditions and a condition weight of -9.
Now in the block setting for this header_image block I have enabled random fallback.
Now node-01 does also show up on other pages than frontpage. I guess this is because random fallback.
So that's why I'm thinking random fallback doesn't look at the node's conditions. I was hoping random fallback would only
show node-02 on other pages than frontpage :(
Not sure if this is a bug or by design but I would suspect that the node's conditions should be respected.
Cheers
Comments
Comment #1
sense-designIf no headerimage was found matching the criteria and random fallback ist selected, any of the headerimage will be displayed completely ignoring any of the conditions. Thats why its called random fallback.
Comment #2
bartezz commentedThanx for the speedy reply :)
Lol, no worries, I've been using views for 2 years to create a similar solution as header image. Thanx tho!
Comment #3
sense-designI just wanted to clean the issues and give you an answer to your question ;)