Hi,
I have the following:
Zen Photo version: 1.4.1.6
Theme: Zenpage
I'm looking for a tutorial on how to create a page using Zenpage with an inline slideshow of an album in it for this current version. The tutorials I saw were from a few years ago which I've tried but did not get to work.
I need a slideshow that I can have in a page, which I will set as the home page,
or to code the slideshow in index.php similar to
http://www.zenphoto.org/support/topic.php?id=5713I tried that tutorial but could not get it to work. Any help will be appreciated.
Thanks.
Comments
My guess is that your slideshow method is set to Colorbox.
It should be set to Flowplayer or jQuery Cycle.
(admin -> options -> plugin -> slideshow)
Of course if you want to use it on a (unpublished) Zenpage page to be set as your homepage, you'll need to use a codeblock to insert the code.
`
<?php
$albumobj = new Album(new Gallery(), "<folder name of the album you want to be shown>");
$imageobj = newImage($albumobj, ""); // this is optional
printSlideShow(true,false,$albumobj, $imageobj, 400,400); // if you don't need a start image replace $imageobj with ""
?>
`
You also have to put `<?php printSlideShowJS(); ?>` in the `` of pages.php
Did you not read the message about submissions being moderated ??
Thanks, I will try your suggestion and let you know. Sorry again. If there's an error after I click on Send Post, I will trust that it got sent anyway.
Normally after you have made a few posts things don't get trapped. But the spam filter sometimes acts in strange ways. So be patient in this situation and hopefully a monitor will notice your posts and approve them.
Also note that due to the nature of the plugin that traps new member's posts, if your post gets trapped, all your old ones get moved back into approval status. Not a nice thing, but we have no way of changing the behavior.
I have left the duplicate postings since maybe that will help keep any more of art2002's posts from being captured again.
Maybe @crylian can do something about it.
We actually have a note about that on the form: This is what new users should see when posting within the first posts that are under moderation. Perhaps the "Topic not found" should be noted explicitly though. What Akismet might do extra as perhaps here happening we cannot control.