Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthordel
    • CommentTimeMay 18th 2008
     
    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
    •  
      CommentAuthorDeeJayOdie
    • CommentTimeMay 18th 2008
     
    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.
    •  
      CommentAuthorsidtheduck
    • CommentTimeMay 19th 2008
     
    del,

    Which oscommerce script are you using?