I am experiencing issues with a UserVariable set at the section level which is used in a Block If condition around a layout in the outer layout (a simple test to see if the UserVariable is present in the section). Eg:
in the outer layout :
block if [LAYOUT1] /block
block if [LAYOUT2] /block
block if [LAYOUT3] /block
etc.
The condition for each block changes and just tests for the UserVariable eg:
UserVariable == 1
UserVariable == 2
UserVariable == 3
This works perfectly well and achieves the desired page layout (hence the slightly convoluted approach).
What I am experiencing is a coding error (red exclamation) which always opens as the same condition for UserVariable == 3. Deleting the text and re-entering exactly as before resolves until the next time Actinic opens.
Why on earth should it be the same condition and re-entering the text solve?
MultiSite v8.5 with client on same version and also experiencing the same phenomena.
in the outer layout :
block if [LAYOUT1] /block
block if [LAYOUT2] /block
block if [LAYOUT3] /block
etc.
The condition for each block changes and just tests for the UserVariable eg:
UserVariable == 1
UserVariable == 2
UserVariable == 3
This works perfectly well and achieves the desired page layout (hence the slightly convoluted approach).
What I am experiencing is a coding error (red exclamation) which always opens as the same condition for UserVariable == 3. Deleting the text and re-entering exactly as before resolves until the next time Actinic opens.
Why on earth should it be the same condition and re-entering the text solve?
MultiSite v8.5 with client on same version and also experiencing the same phenomena.
Comment