I guess no one is home today... sounds like I am just talking to myself...
This is what I did to make all the links in PPClassifieds work with PHPNUKE module. I need to change all the
Code:
Content visible to verified customers only.
tho...
However, I wrote a small function to make PPClassifieds still detect if you are using PHPNUKE or not. If you are using other authenications, then the link will still work correctly.
First, I add a function in pp-inc.php file
Code:
Content visible to verified customers only.
Then, on all the PHP files, instead of
Code:
Content visible to verified customers only.
, you need to use the function call.
For example a link like,
Code:
Content visible to verified customers only.
now should change/replace to
Code:
Content visible to verified customers only.
This is a bit of work. PhotoPost developer... can you add this to your next version so PHPNUKE users do not have to do this change on every new releases??
Now you can say PhotoPost works as PHPNUKE module now!! Do I get any rewards on this??
Feel free to let me know if you have any questions. Now I have to go through all the href links and mod it...
thanks.