Ok so here is the deal
I am using this
ImageShack® - Syndicate
But some browsers like IE warp the page, so I want my members to be able to choose whether to have it display on NEW REPLY and NEW THREAD.
I created a custom Profile Option Group with drop down select;
Disable (default)
Enable
In the templates, I am calling....
Code:
<if condition="$post[field6] == 'Enable'">
<fieldset class="fieldset"><legend>Upload your images to ImageShack</legend>
<div style="padding:$stylevar[formspacer]px">
<iframe src="http://imageshack.us/iframe.php?txtcolor=111111" scrolling="no" allowtransparency="true" frameborder="0" width="400" height="85"> You must
have an iframe-compatable browser to view the ImageShack.us upload form.</iframe></div></fieldset></if>
But it's not actually working regardless of what is set in the profile options group.
Any ideas? I realize I am probably missing an important step...