I will keep a close eye on this thread and make any modifications that need to be made.
Once I have made a modification, you will be able to go and verify that the error has been corrected by visiting the beta forums here (http://beta.jelsoft.com).
Reports about default templates from versions earlier than RC2, or about customized templates will be ignored or moved out of this thread.
Please help! I don't know whats going on when you go to post a new message or reply to one it opens up a page and everythings in the wrong place:
www.charmed-boards.com
I went into your CP and fixed this, which was happening because you were still using the vbcode templates from back when it was my hack, rather than a part of vBulletin.
I checked other Boards still on RC2 but no problem there.
- > close the tag
fixed for next release
www.charmed-boards.com
"Send PM to Buddies" is not visible on my board.
Fix: In usercp_buddymasspmlink replace categoryfontcolor with tableheadtextcolor
Philipp
Thanks its fixed! :)
"mail(..."
or
"mail (..."
Ok, you can say it's a minor template bug,
but it slow me when I want to convert this fonction with "email" one :)
1. I reverted to all original templates, and tested forumdisplay with announcements, and the left most column (where the announcement exclamation is) more than trippled in width. Not sure if it's html or replacements for announcements.
I used to modify this template to remove IMG titles from screwing the display.
2. member profile shows user emails, even when I disabled it from the CP. I had to modify the template to remove links to emails.
(i had to do this since first beta)
calendar_showbirthdays
- > close the tag
I'll add more as I find them...
IE 5.5
[Kier - fixed]
Also in "signupverify":
only small changes
[Kier - FIXED]
In Edit Profile it says "Please note that passwords are case sensitive." whereas there IS NO password field on that page :)
http://www.atlasf1.com/personal/bira/password3.gif
[Kier - FIXED]
One other thing (suggestion): can you please change the standardredirect to standarderror for after a user changes his e-mail address and would now be receiving a new activation e-mail?
Because it's a redirect and not 'error' message, users don't KNOW that they are about to receive an e-mail and get confused that they suddenly cannot post.
I am refering to the bit in member.php:
if ($newemailaddress) {
eval("standardredirect("".gettemplate("redirect_updatethanks_newemail")."","usercp.php?s=$session[sessionhash]");");
Valid for IE, Netscape ignores it.
Another: One Error: end tag for "CENTER" omitted error
that's a problem with this board, not with the default templates
and Error: element "FORM" not allowed here; check which elements this element may be contained within (explanation...)-error
and Error: element "TR" not allowed here; check which elements this element may be contained within (explanation...)-error
yes... not strictly valid, but it's a layout trick understood by all the major browsers out there.
Many Error: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"-errors with image alignments
Valid for IE, ignored by Netscape
Many Error: element "TABLE" not allowed here; possible cause is an inline element containing a block-level element (explanation...)-errors
need to see the explanation and location for this one
Many Error: ID "CAT" already defined-errors
valid for IE, ignored by netscape... might look into other possibilities for this though
Many Error: end tag for "FONT" omitted; possible causes include a missing end tag, improper nesting of elements, or use of an element where it is not allowed (explanation...) errors
fixed for next release - problem was in forumdisplaybit just after the time display.
Do you mean also errors with uppercase tags like:
or
or
is perfectly fine
is not, and nor is
I only checked the three most important pages (forumhome, forumdisplay, showthread)
errors that occurs on every page:
One is about the text="#000000" id="all" leftmargin="10" topmargin="10" margi code...This isn't valid html, but I reckon you use it to prevent troubles with IE
Another: One Error: end tag for "CENTER" omitted error
and Error: element "FORM" not allowed here; check which elements this element may be contained within (explanation...)-error
and Error: element "TR" not allowed here; check which elements this element may be contained within (explanation...)-error
both above errors concern the following html:
Error: missing a required sub-element of "TABLE" Error. This is probably caused by the above 2 errors
Many Error: value of attribute "ALIGN" cannot be "ABSMIDDLE"; must be one of "TOP", "MIDDLE", "BOTTOM", "LEFT", "RIGHT"-errors with image alignments
Forumhome errors (http://validator.w3.org/check?uri=http%3A%2F%2Fwww.vbulletin.com%2Fforum%2 Findex.php%3Fs%3D&doctype=Inline)
Many Error: element "TABLE" not allowed here; possible cause is an inline element containing a block-level element (explanation...)-errors
Many Error: ID "CAT" already defined-errors
Forumdisplay errors (http://validator.w3.org/check?uri=http%3A%2F%2Fwww.vbulletin.com%2Fforum%2 Fforumdisplay.php%3Fs%3D%26forumid%3D19&doctype=Inline)
Many Error: end tag for "FONT" omitted; possible causes include a missing end tag, improper nesting of elements, or use of an element where it is not allowed (explanation...) errors
Showthread errors (http://validator.w3.org/check?uri=http%3A%2F%2Fwww.vbulletin.com%2Fforum%2 Fshowthread.php%3Fs%3D%26postid%3D97175&doctype=Inline)
Many Error: element "BLOCKQUOTE" not allowed here; possible cause is an inline element containing a block-level element (explanation...) errors
One Error: missing a required sub-element of "TABLE" -error (missing
or
or
Already postes as error in RC1: http://vbulletin.com/forum/showthread.php&threadid=14518
#If you have any other info about this subject , Please add it free.# |
- edit