Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

Please sign in or apply for membership to remove the ads
  1.  
    Hey, I just installed Plogger and everything working fine apart from one invalide xhtml error that is on all three templates.
    You can see the error here: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.drinkingsouls.co.uk%2FGallery%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
    Its to do with the </head> end tag and Im unsure of how to fix it, im sure its very simple. I also cant find the page with the closing head tag on.
    Does anyone know how to fix this error?
    Any help is appreciated.
    Thanks
  2.  
    Ah Ive found out what it was. Title tags were missing from the header. You can fix this by opening index.php in the main gallery folder and adding

    <title>YOUR TITLE HERE</title>

    just above,

    <?php the_gallery_head(); ?>

    That should work, did for me.
    • CommentAuthorKasper
    • CommentTimeJan 23rd 2008
     
    Plogger only adds the title tag, if it believes the gallery is not embedded in another page. The check is in plog-functions.php line 394.

    The variable config["embedded"] is set in plog-load_config.php line 37, so the error must be in the if statement just above in line 36. I can't recreate the problem, but maybe you can now figure out if and why config["embedded"] gets set for you.

    Kasper
    • CommentAuthorKasper
    • CommentTimeFeb 19th 2008
     
    In revision 494 I have now implemented a constant called PLOGGER_EMBEDDED.

    If you are not running Plogger within Wordpress or another web app, set PLOGGER_EMBEDDED to 0 to overrule the automatic check so that the title tag appears and the XHTML is valid.

    Kasper