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?
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.
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.