View Single Post
Old September 2nd, 2004, 03:41 PM   #19 (permalink)
batmon
Registered User
 
Join Date: Jul 2004
Posts: 45
Yeah, that's why I am thinking maybe you can do a function call to change the link around based on what user is using PP with.

So I add small function call in pp-inc.php

Code:
Content visible to verified customers only.
and instead of

Code:
Content visible to verified customers only.
maybe we can use something like this in the future

Code:
Content visible to verified customers only.
This way, if user using NUKE, then it will change to the NUKE link. Else, it will use standard link. I try to keep it as much unchanged on your codes as possible...

about forward(), I do see you have codes for postnuke, but not PHPNUKE. I add the followings after the "if ( $Globals['vbversion'] == "postnuke" )" to make the forward() works for PHPNUKE

Code:
Content visible to verified customers only.
batmon is offline   Reply With Quote