We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 26382
    • 4 Posts
    MaxiGallery is not XHTML compliant in two aspects:
    1)
    The input field in an form formula should not be told so:
    <input< type=\"hidden\" name=\"mode\" value=\"view\" >, but so
    <input< type=\"hidden\" name=\"mode\" value=\"view\" />

    The validator don’t mention it, but some scripts doesn’t work if its told without the final slash.

    2) When there is no picture at all, then MaxiGallery produce the following output:
    <table ....> </table> (with no rows) at all. I fixed it by masking it:

    if(sizeof($pics)>0) {$returnstring.="</table>";};

    Regards Steffen (and thanks for the nice script)
      • 7923
      • 4,213 Posts
      What versions does this concern to? At least in 0.5 betas, you can fix these very easily in the templates if they are not fixed yet, but I made the output html more standards compliant in the betas already, so if you are not using them, I would suggest to try those..


        "He can have a lollipop any time he wants to. That's what it means to be a programmer."