Not signed in (Sign In)

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

    • CommentAuthoralfonce
    • CommentTimeFeb 14th 2007
     
    Hi there I wanted to attach Plogger to my already developed admin / cms system - therefore I need to remove the login section of Plogger in the upcomming version 3 or the current version.

    Can this be done and how so?

    Also I can have as many databases as I wish - therefore would it be wise to put Plogger in its own database?

    Thanks,

    Alex.
    • CommentAuthorDredge
    • CommentTimeFeb 17th 2007
     
    Just set $_SESSION['plogger_logged_in'] = true; in your cms login and clear it on logout. And set admin/index.php to redirect to plog-upload.php or something.

    That's what I did.
    • CommentAuthoralfonce
    • CommentTimeFeb 19th 2007
     
    Thanks a lot.
    • CommentAuthorDredge
    • CommentTimeFeb 19th 2007
     
    Actually don't just redirect index to plog-upload because plog-upload redirects to index if you are not logged in. But you can redirect if plogger_logged_in is already true.