Quote:
Yes, he rewrote the URLs (kinda). He rewrote them to go through that function. That function looks to see if $Globals['vbversion'] is "postnuke", and if it is, send back a module URL, if it isn't, send back the URL as normal.
Once that's done, it doesn't need to be done again in future versions, and with that function in place, it'll still work as a normal standalone.
|
Exactly, it's a
1-time code change.
Quote:
We have tons of links throughout our program and recoding every link to use a function just for postnuke when it is such a small fraction of our business has never been a viable alternative yet to warrant recoding the entire program for such a thing.
Who knows what the future will bring though
|
As I explained going on a year ago, this
1-time code base change will thus allow PP to integrate much much easier with (not just) PostNuke, PHPNuke and related, Mambo and any other CMS that uses URL parameters.
And it's transparent to those running standalone or with
VB.
Simple.