Not signed in (Sign In)

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

Please sign in or apply for membership to remove the ads
    • CommentAuthorbilel
    • CommentTimeMar 1st 2008
     
    that's amazing :

    Plogger Mod_Rewrite accepts picture's caption written in url using spaces (%20)

    Mygallery/collection/album/happy%20birthday (is functional when happy birthday is the caption

    and can't accept picture filenames without extensions :
    Mygallery/collection/album/birthday (when the filename is birthday.jpg

    I've made some changes to test calling Picture's URL without extension :
    change in plog -functions.php

    $rv = $config["baseurl"].$pic["path"]; by $rv = substr($config["baseurl"].$pic["path"],0 ,-4);

    I'm getting virtual URL but Plogger don't redirect this URL to the picture's page ! That's not functional

    Do you have any idea to correct these URLs


    thank you
    •  
      CommentAuthorsidtheduck
    • CommentTimeApr 22nd 2008 edited
     
    bilel,

    This should be fixed now in the current svn trunk (>= revision 529). Let me know if it doesn't work for you.