Quote:
Originally Posted by CdaKnight
Hi, I'm trying to add "Tungsten's Welcome Panel v3.5 (Re-Release)" to my index page, instead of the block that comes by default. However, I'm having a problem with the login. I changed all references to files within the form, etc to be $vboptions[bburl]/* instead of just being what they were.
Is there something else I need to do?
My index is located at http://www.anirpg.com/adv_index.php
And one more thing, I have a counter by SiteMeter. However, when I try to add the counter code, its like it breaks the tables. Even if its self contained in its own table, div, or span.
Any ideas?
Thanks,
Chris
|
Comparing your code to the original, the only difference I can really see is that you've got your script reference inside the form instead of just before it. Try putting it outside the form on the line before it and see if that works for you.
Code:
<script type="text/javascript" src="$vboptions[bburl]/clientscript/md5.js"></script>
<form action="$vboptions[bburl]/login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)">