Hi I am having big problems integrating Plogger onto my exising oscommerce site. I can get it to work outside of my website but I cannot get it working inside the site. I think my problem is I just do not know what file i should be putting the "3 lines of php code" into. I have tried all I can think of and now i need some help. Thanks in advance. Del
You put them in the file of wherever you want them. The codeline "<?php require("gallery.php"); ?>" goes at the very top so that it will import all the functions needed to run the gallery. The codeline "<?php the_gallery_head(); ?>" goes somewhere between the <head> and </head> tags, and that will import the css and scripts of the theme being used. The codeline "<?php the_gallery(); ?>" goes between the <body> and </body> tags, and that is the gallery itself.