iGuest 3 Report post Posted December 16, 2004 I have a website that I'm mostly finished with developing except for gallery http://forums.xisto.com/ If you scroll down, you will see a bunch of copyright text "PHP-Nuke Copyright © 2004 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license." ":: subBlack phpbb2 style by spectre :: PHP-Nuke theme by nukemods.com How can I create a link that will open a popup and display this info and other Credits. I want to give credit to the theme author and PHPNuke but I think the site looks unprofessional with that stuff in the smack middle of my footer. Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 18, 2004 you need to edit footer.php Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 18, 2004 I've edited it numerous times but I always get an error.What is the specific code I have to delete and replace with the javascript code? Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 19, 2004 .... if ($foot3 != "") { echo "$foot3<br>n"; } // DO NOT REMOVE THE FOLLOWING COPYRIGHT LINE. YOU'RE NOT ALLOWED TO REMOVE NOR EDIT THIS. // IF YOU REALLY NEED TO REMOVE IT AND HAVE MY WRITTEN AUTHORIZATION CHECK: https://www.phpnuke.org/modules.php?name=Commercial_License // PLAY FAIR AND SUPPORT THE DEVELOPMENT, PLEASE! echo "$copyright<br>$total_time<br>n</font>n"; } ..... replace the $copyright with Insert javascript here--->Web site engine code... Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 19, 2004 Thank you very much. I see my error I always deleted this... if ($foot3 != "") {echo "$foot3<br>n"; It came up with an unexpected $ error. Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 2, 2005 glad you got it...but if you were using phpnuke platinum it would be aloot easier...you can get it hereTechgfx Share this post Link to post Share on other sites