Quote:
|
Originally Posted by omegatron Look forward to your demo. Now this is POSTNUKE right? |
Yes, this will be
PhotoPost (PP) , working as a
PostNuke (PN) module (though not really PostNuke API compliant), using PostNuke user authentication (NOT phpBB), using PostNuke style URL's, no external URL rewriting involved.
This will probably also then work with PHPNuke with minor changes. Will also work with MaxDev, as do most PostNuke modules, since MaxDev is just a fork of PostNuke.
Have the major pieces of PP working inside PN now. Mostly just been tedious tiny changes (albeit a lot of them

) to anything that uses:
...Globals['maindir']/ ...
to now go thru a URL generating routine which checks another var to see if PP is running standalone (functions as 4.8.2 does now) or under the guise of PN which then generates PN style URL's.