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
    • CommentAuthorbilel
    • CommentTimeFeb 19th 2008 edited
     
    Plogger picture pages are using image file extensions !
    That's working fine ;-)

    But that's not a serach Engines friendly extension :-)

    Why ?
    Because search engines will not read the page content

    Some search engines could not spider the integrity of our photo gallery !!!

    So, to finish my SEO pack for Plogger 3 I have to keep the mod_rewrite functional and change only the PIcture URL

    .../plogger/hotels/piscines/eldorador-aladin.jpg ===> .../plogger/hotels/piscines/eldorador-aladin/ or .../plogger/hotels/piscines/eldorador-aladin.html
    Or it would be nice if it will be changed by it's caption

    I've tried changing function generate_url on plog-functions.php
    at the level of
    else if ($level == "picture") {
    I changed $rv = $config["baseurl"].$pic["path"]; by $rv = $config["baseurl"].$pic["caption"];

    I was able to see that working in the navigation bar when I mouse Over a thumb linking to the picture page. But the link is certainly not functional !!!

    And that's functional on not composed file names :
    Example : /gallery/films/titanic ==> titnic.jpg
    and it's not working on /gallery/films/City-of-angels !!! =/=> city-of-angels.jpg


    Is there someone who can help me to change picture URL's
    •  
      CommentAuthorsidtheduck
    • CommentTimeApr 22nd 2008
     
    This should be fixed now in the current svn trunk (>= revision 529). Let me know if it doesn't work for you.