I have tried to modify the forums posts page to add my password protection software, it is in the from of an asp include, however whenever I add the include it constrains the height of the post and some of the text is cut off.
In version 7 this include worked 100%, but not now.
The code I need to add is...
<% @ Language=VBScript %>
<!-- Begin ASPProtect Code -->
<!-- Any Active User has access to this page. -->
<!--#INCLUDE FILE="../blah/blah/blahcheck_user_inc.asp"-->
<!-- End ASPProtect Code -->
<!--#include file="common.asp" -->
I had to remove <% Option Explicit %> to make it work.