Okay... I made NUKE footer works now too...
Here is what I did. go to pp-inc.php and find function printfooter( $headers = "yes" ) {
in this function, there is a line says
Code:
Content visible to verified customers only.
, a line before
Code:
Content visible to verified customers only.
Change
Code:
Content visible to verified customers only.
to
Code:
Content visible to verified customers only.
I guess for the URL links inside, we need to create some kinda function call, is it? Can any of the developer give me some ideas before I did all the changes? Thank you.