Jump to content
OtakuBoards

Two minor code problems


MathGuy2
 Share

Recommended Posts

These both are probably minor code patterns that turn into bugs under my browser (IE5.0, Win2000).

[b]Problem #1:[/b]The link in the gizmo at the top goes to http://otakuboards.com/ . I always enter the site through http://[b]www.[/b]otakuboards.com/ . This causes cookies to fail because of different domain names, and I must either relogin or use the back button to do anything. Could someone change the code to use relative paths, e.g., href="/" and href="/register.php", instead of the existing code?
[php]




[/php]
[b]Problem #2:[/b] When I use the Quick Reply box at the bottom of a thread, IE complains of an "Object Expected". The line number changes, though it's often 700-something or 1100-something. This only seems to happen on this version of Internet Explorer (5, Win2K).
Link to comment
Share on other sites

James (or anyone with access to the server), come on, how hard is it to open up the Gizmo file and take out the "http://www.otakuboards.com" (absolute pathname) part?

I'm using Netscape 7 here, and I'm not running into the Object Expected problem, but the quickReply's Check Message Length (JavaScript "checklength(document.vbform)") doesn't do anything.

EDIT: HELLO! How hard is it to fix that link at the top to use relative paths! Can't you just open up your header and hit "Backspace" five times?! It is so annoying when the major part of the gizmo fails miserably on my browser!!
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...