Hi,
In the comments below is my visualizer template. Everything works perfectly on the test site, and everything except the {% if imageURL !='' %} statement works perfectly on production. The content type configuration is identical.
imageURL is a new field I added because the assets field duplicates images on the server when uploaded, so I want to use the URL of the image instead, but don't want to break all the images currently being used by the assets field. If I have an image URL, I want to use that; if I don't, I want to use assets.
On production, only the first statement is being recognized. So, when configured as below, only the imageURL field is used. If I reverse the statement, only the assets field is used.
Again, it works fine on test when configured as below and all configuration on production (as far as I can tell) is the same. Any ideas what might be happening?
Thanks!
These Forums are dedicated to the discussion of DNN Platform.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.