I tried to make a news post...It didnt display on index page...I then enabled the text box "News on index page" hoping it wouldnt work...still nothing but thats not the error...
I went into zenpage's admin section and click on the blue circle "view page"
It goes to this link:
http://luckyshotphotos.com/index.php?p=pages&title=It seems it didnt quite create the database entry correct... When i view the "page" list in zenpage admin section, its blank except for my admin name and the date... And yes its published...
Comments
Whats the difference between a Page and Article?
Please check via phpmyadmi if the tables have been created. If not run `zp-core/plugins/zenpage/setup.php` manually.
http://img407.imageshack.us/img407/4088/pic1gp1.png
I found out what it was... For some reason when creating a new article, the "title" isnt written to the database... I just tried again and checked phpmyadmin, "title" field is empty. I manually edited the database and it seems to be fixed... (Displayed properly)
News articles
* All news (1)
* (1)
What does the line under "All News (1)" mean? The second "(1)"? Its not a link and is just text. Also, what do I have to do to get a link to the galleries? How do I get a link on the right side to view my galleries? How is it normally done?
As to the other issue: You did not create any news category, somehow zenpage uses an empty one and displays that. If I recall correctly I don't check if there is a category or not assuming people will always create one..:-) I will see to that.
http://zenpage.maltem.de/zenpage-demo/
It has this on the right side:
Gallery
* album1 (10)
Why dont I have a "Gallery" thing on the right?
http://luckyshotphotos.com/
What you probably want to do is make a copy of index.php, rename the copy to gallery.php, and put the display albums php there.
The combi-news section is probably more for if you upload one picture at a time, so it displays the last few pictures uploaded.
You have two examples--the zenphoto-default theme and the Efferevescence+ theme. You can also look at http://photos.albeezie.com/ for a third approach.
What do you mean by "You can't have a gallery link unless you have setup a gallery page."
If I manually type the link it works fine:
http://luckyshotphotos.com/landscape
The only thing that is missing is the link itself... Why do I need to create a new "gallery page"?
<?php if(function_exists("printAlbumMenu")) { ?>
<div class="menu">
<h3><?php echo gettext("Gallery"); ?></h3>
<?php printAlbumMenu("list","count","","menu-active","submenu","menu-active",""); ?>
</div>
<?php } ?>