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
    • CommentAuthordug
    • CommentTimeMar 13th 2008
     
    Hi,

    I couldn't edit my Collections. Found the bug and fixed it in admin/plog-manage.php

    In function plog_edit_collection_form($collection_id)

    CHANGE THIS LINE:
    $output .= '<form class="edit" action="'.$_SERVER["PHP_SELF"].'" method="post">';
    TO THIS:
    $output .= '<form class="edit" action="'.$_SERVER["PHP_SELF"].'?level=collections&amp;id='.$collection_id.'" method="post">';

    It appears to work now. Use at your own risk:)

    cheers,
    dug
    • CommentAuthordug
    • CommentTimeMar 13th 2008 edited
     
    BTW, I downloaded ploggerb3.zip on March 7th. Don't know if it's changed since.

    dug