I installed a few years ago a mod called something like Contact The Admin MOD.
It brought up a pop up form that would send an email to the admin. It is used on the policy and faq pages.
I decided to make it a regular page instead of a pop up.
My question is, what pages do I need to include in it to keep you logged in? Right now, if you are logged in and then go to that page then it does not show you as being logged in. It in fact seems to log you out.<
Not sure if/why it seems to log you out, but I'm willing to bet that since it started out as a pop-up its using inc_header_short.asp. Change the reference to inc_header_short.asp to inc_header.asp and change the Call WriteFooterShort to Call WriteFooter (The file may or may not have the "Call" part)<
That's all there is to it, Leather. Some of the 3.3 and older Snitz files had Call WriteFooter, etc; rather than simply WriteFooter. Yours uses the newer routine.<
Carefree. Thanks for doing the rewrite, but the forum tags do not work when sending an email. The email just shows the tags themselves. I don't really need them for this contact email form.