Not signed in (Sign In)

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

Please sign in or apply for membership to remove the ads
    • CommentAuthorVejgaard
    • CommentTimeApr 22nd 2008
     
    Hallo

    I have a problem the pictures will not show when i push the bottom.

    <?php require ("plogger/gallery.php"); ?>
    <?php the_gallery_head(); ?>
    <?php the_gallery(); ?>

    it works but when i will se the picture it go back at the front site. What do i do?

    http://www.bagsvaerd-taekwondo.dk/?p=gallery
    •  
      CommentAuthorsidtheduck
    • CommentTimeApr 22nd 2008 edited
     
    Vejgaard,

    Are you using a CMS (like phpWCMS maybe?). I don't know how well Plogger integrates with a site that is already using a $_GET alias at the top (i.e. ?p=gallery) if at all. You may need to just alter the theme / template to look like your site (add the site's "wrapper" content to the header.php and footer.php files). That is all I can think of at the moment.

    ETA: I found this discussion on the forum too. Let us know if it works for you! :)
    • CommentAuthorVejgaard
    • CommentTimeApr 22nd 2008
     
    Hmm damm that was not was i will hope for. I hope there was something to do.
    •  
      CommentAuthorsidtheduck
    • CommentTimeApr 22nd 2008
     
    Did you try setting the Cruft-Free URLs in the admin options like in the linked discussion?
    • CommentAuthorVejgaard
    • CommentTimeApr 22nd 2008
     
    ? hmm i dont get it.
    •  
      CommentAuthorsidtheduck
    • CommentTimeApr 22nd 2008 edited
     
    Login to Plogger admin -> go to "Options" tab -> click check mark next to "Generate Cruft-Free URLs (requires mod_rewrite)"
    • CommentAuthorVejgaard
    • CommentTimeApr 22nd 2008
     
    yes i have try to add that. Dont make a different.
    •  
      CommentAuthorsidtheduck
    • CommentTimeApr 22nd 2008
     
    The only other way to integrate it with a CMS $_GET alias is to manually change all of the functions that generate an URL to add the p=gallery part. Can you not just create a separate file named 'gallery.php' or 'fotos.php' and include Plogger the way it is set up to be included?