Jump to content

Recommended Posts

this is forum script (phpBB). nobody will fix these errors xD

and try to make a post with a lot of code, quote, youtube etc tags inside each other (add some lists and images too) - you will get a lot of errors.

try to switch forum skin - there will be another errors too.

its useless to fix that.

even google are not valid

Link to comment
  • 4 months later...

MTA Homepage & Wiki are missing "type=" tags in the

About the mantis, no DOCTYPE is defined..

That should be:

  
  
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
  

Link to comment
  • 4 weeks later...
  • MTA Team
Why does the forum navbar have a link to "forum"? If a user wishes to return to the index, they can just click the "Board index" link at the top left underneath the banner.
I think someone just reused the code that was also on other pages in the past
"downloads" in the navbar leads to files.multitheftauto.com which redirs to the main site.
Well, we could rename it download ... At this moment the current download is available on the main page.
Link to comment

Well I would suggest a mirror system that actually picks a random mirror as the download location, then the link on the main page and the one here would randomly alternate. This would also prevent downtime caused by the download-hosting site if something should go wrong. From the downloader's point of view, all they would see is a standard link to the download from one of the random sites, a.k.a. the output of the code, which changes each time the page refreshes.

The only issue would be that releases would have to be updated on the mirrors as they are released, but then again the team could just update them a day prior to actual release and not change the mirror links to the new filename until all of them are ready. ;)

Link to comment

Personally it would be nice if ALL downloads, including the SA ones, were in the same directory as all the others to some degree...

As for downloads, you could do that if it were renamed to "Archive" since otherwise it conflicts with the download link on the main page. Also, it should be http://files.multitheftauto.com/ and not http://www.files.multitheftauto.com/ since the "www." part is redundant. I don't know why that was added in the first place...

Fixed!

Edited by Guest
Link to comment
  • 4 months later...
  • MTA Team

Sure you can.

The first 3 errors are part of a piece of javascript. Since JS isn't part of the XHTML standard that code simply should not be there. Move the javascript to it's own file and include that file back in the header of the page.

Error number 4 is related to a table and more specificly to a property that has to deal with layout. The layout of a page or it's elements should not be inside the body code but elements should be formatted within a stylesheet. Give the table a class and set the height in the css.

Link to comment
  • 3 months later...

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...