Not signed in (Sign In)

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

    • CommentAuthorjdooley
    • CommentTimeJun 17th 2008
     
    Hi guys, I've been browsing the forums for hours now and have not been able to figure out my problem of integration into my site.

    My site is http://www.dooley-family.net and it has the /plogger folder for my gallery. The gallery works great at http://www.dooley-family.net/plogger but I have been unsuccessful at adding the three lines of code to a .html page. I am just trying to test it at http://www.dooley-family.net/plogger/test.html and the page is empty...

    Can anyone help?
    •  
      CommentAuthorsidtheduck
    • CommentTimeJun 17th 2008
     
    jdooley,

    Try renaming your file "test.php" and it should work for you! :D
    • CommentAuthorjdooley
    • CommentTimeJun 17th 2008
     
    So the file with all of the html and the three lines of code has to be .php - gotchya
    • CommentAuthorjdooley
    • CommentTimeJun 17th 2008
     
    Got it working, but how do I embed it into an html template that I have (basically to make it look like the rest of my site)?
    • CommentAuthorjdooley
    • CommentTimeJun 17th 2008
     
    Nevermind, got it working finally! Thanks for the help sid
    •  
      CommentAuthorsidtheduck
    • CommentTimeJun 17th 2008
     
    No problem! :D
    • CommentAuthorjdooley
    • CommentTimeJun 17th 2008
     
    Sid - another question for you.

    I was able to get plogger embedded into a plain template (with just HTML), but when I plug the code into my site with a CSS sheet, things go screwy! Basically, I almost lose all CSS styling from the page and it goes to the regular gallery style. Is there anything I can do to fix this?
    •  
      CommentAuthorsidtheduck
    • CommentTimeJun 17th 2008
     
    If you want to control all the CSS from your overall gallery, you can just comment out all the code in the 'gallery.css' file located in the theme that you are using. However, you should compare the 'gallery.css' with your own CSS to see if there are overlapping class or id names and edit them accordingly (either your site layout, probably not likely, or the Plogger layout).