Hi Tomm - a quick question on the popup modal thing. I have managed to get post reply (like the full post reply) to load from the popup (I called it advanced) but I see you did not do that, so I wondered if I had maybe broken a security link?
This is my code for the three buttons at the bottom of the quick reply:
Code:
{$captcha}
<div class="dialogrow">
<div colspan="2" align="center" class="tfoot"><input type="submit" class="button" value="{$lang->post_reply}" tabindex="2" accesskey="s" id="quick_reply_submit" onclick='Overlay.hide(this)' /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="3" onclick='Overlay.hide(this)' />
<span class="advanced"><a href="./newreply.php?tid={$tid}" onclick='Overlay.hide(this)'><span class="advanced"> Advanced Reply</span></a></span>
</div>
</div>
Will that be ok to use do you think?