jack
  • Please use this thread only to report any errors with the Release Candidate 3 DEFAULT templates, such as invalid table widths, bizarre table stretching in Netscape, code inconsistencies (such as hello) etc.

    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.


  • Those buttons of different sizes seem to be fine for me.


  • Originally posted by Matt*is*thick
    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.


  • Not really a bug, but since to upgraded to RC3 The Fonts are really huge and I have to scroll from left to right on Netscape 4.76 LINUX
    I checked other Boards still on RC2 but no problem there.


  • That's fine :) just this thread is only for template errors.


  • calendar_showbirthdays
    - > close the tag
    fixed for next release


  • mail() is not in any of the templates...:confused:


  • not sure if this is what you mean for me to post here, but look at this. this is in IE 5 on mac os 9.1


  • 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


  • Revert your vbcode_* templates.


  • http://www.gehen.f2s.com/vb2rc22.jpg

    "Send PM to Buddies" is not visible on my board.

    Fix: In usercp_buddymasspmlink replace categoryfontcolor with tableheadtextcolor

    Philipp


  • *lol* Living up to my name again!

    Thanks its fixed! :)


  • the fonction mail is sometime write

    "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 :)


  • okay, it's because I also check for errors in php code :p


  • Possible template problems:

    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)


  • Here are the RC2 template code errors that I could find...

    calendar_showbirthdays
    - > close the tag

    I'll add more as I find them...


  • The Buttons at the bottom of the have not the same size.

    IE 5.5

    [Kier - fixed]


  • In template "showthread_polloptions" is one uppercase tag





    Also in "signupverify":




    only small changes

    [Kier - FIXED]


  • Small error I've picked up on today.

    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]");");


  • 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
    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.


  • Originally posted by Streicher
    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 )


  • this is in netscape 4.7 on mac os 9.1


  • Do you mean also errors with uppercase tags like:


    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.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about Template Error Reports , Please add it free.
    • edit