I tried this in a node body:
[condition installed block]
This part should display if Block is enabled.
[/condition]
It did not work as I expected -- I think the condition is not evaluating to TRUE even though I do have the Block module installed.
This condition worked:
[condition installed block >= 7.0]
This part should display if Block is enabled.
[/condition]
I would like the "installed" conditions to work even if the operator and version number are not included.
Comments
Comment #1
tamasd commentedFeature implemented in 778b0e18fdeae689a65b485fce8747a721a01429.
Comment #2
jhodgdonThanks! I'll check this out next time I take a look at the module.
Comment #3
jhodgdonThis is still not working for me, although I have updated to the latest code on the master branch.
Comment #4
jhodgdonThis is now working correctly.