Hi everyone, I'm having a strange problem trying to integrate Plogger with Wordpress.
I am using Plogger v1 RC1 and Wordpress v2.9
The directory layout is something like this:
I have followed the tutorial and have the gallery being displayed perfectly as a wordpress page where I want it.
The problem is that when you click an album, you are taken to http://domain.com/index.php?level=album&id=1 rather than the correct path at http://domain.com/picture-gallery/?level=album&id=3
I can't see the reason for this, and as my PHP skills are extremely limited I don't want to try anything.
Also when you try to post a comment a 404 error is displayed, but I am assuming this is linked to the above problem.
Any help would be appreciated as I am currently forced to use an ifram and I don't want to have to keep it that way.
Oh, if I go directly to the gallery via "http://www.domain.com/plogger/" the links are fine. But, when I view the gallery via a php include, the links are all missing the /plogger/ portion which send the user to the wrong place.