Hi everyone,
We have a number of LCD TV screens located across all five campuses to display different campus based information (all info screens are 1015x760 pixels images, some images are generic across all campuses). I have been tasked to develop a matrix-only solution for this system rather than the stand-alone publishing script we have at the moment. I have got the blueimp Gallery working but my biggest issue is how to use the Show-if user IP condition design area to determine what screens are displayed where. I tried the following code in design file but it doesn't work. Can someone shed a light for me? Should I use paint layout instead?
<MySource_area id_name="body" design_area="body" /> <MySource_AREA id_name="campus_ip" design_area="show_if"> <MySource_SET name="condition" value="xxx.xx.xx.xx" /> <MySource_THEN><a href="http://xxxxx.xxxxx.xxx.edu.au/listings/reid_a_block">Reid A Block</a></MySource_THEN> <MySource_SET name="condition" value="xxx.xx.xx.xxx" /> <MySource_THEN><a href="http://xxxxx.xxxxxx.xxx.edu.au/blueimptest">Bruce H Block</a></MySource_THEN> <MySource_SET name="condition" value="xxx.xx.xx.xxx" /> <MySource_THEN><a href="http://xxxxx.xxxxxx.xxx.edu.au/blueimptest2">Bruce L Block</a></MySource_THEN> </MySource_AREA>
Thanks in advance.
Tina