memobug
10-21-2004, 08:24 PM
I created my first vBa customized page today. I chose all the defaults. Hurray! Bad news is it doesn't seem to work right.
1. The first thing I noticed in trying to test it was that the login screen that pops up if you are not logged in does not work
Maybe it's the relative path on the vbulletin message javascript? I thinks so:
<script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
needs to be
<script type="text/javascript" src="http://www.mydomain.com/forum/clientscript/vbulletin_md5.js"></script>
I fixed clientscript in
STANDARD_ERROR
STANDARD_ERROR_LITE
But it still doesn't work.
So to summarize,
a) I can login and logout on cmps_index.php
b) my cmps_index.php?page=contributor loads up and displays correctly if I am already logged in
c) if I am not logged in it pops up the permissions message and a login box
d) if I try to login there it accepts the password and redirects http://forum.bonsaitalk.com/login with a 404 Page Not Found and
e) I am still not logged in when I type in the forum URL
1. The first thing I noticed in trying to test it was that the login screen that pops up if you are not logged in does not work
Maybe it's the relative path on the vbulletin message javascript? I thinks so:
<script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
needs to be
<script type="text/javascript" src="http://www.mydomain.com/forum/clientscript/vbulletin_md5.js"></script>
I fixed clientscript in
STANDARD_ERROR
STANDARD_ERROR_LITE
But it still doesn't work.
So to summarize,
a) I can login and logout on cmps_index.php
b) my cmps_index.php?page=contributor loads up and displays correctly if I am already logged in
c) if I am not logged in it pops up the permissions message and a login box
d) if I try to login there it accepts the password and redirects http://forum.bonsaitalk.com/login with a 404 Page Not Found and
e) I am still not logged in when I type in the forum URL