![]() |
|
Documentation parameters - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Documentation parameters (/thread-2789.html) |
Documentation parameters - macalter - 2008-05-01 I've seen an explanation for the parameters - what each means and what's expected - but don't know where. I've found the template-function docs and want to attempt breadcrumbs and/or list of albums in site (Gallery page). MAYBE I can figure them out???? Documentation parameters - acrylian - 2008-05-01 We have a user guide section on our site....:http://www.zenphoto.org/2008/04/how-to-read-the-zenphoto-functions-guide/ Documentation parameters - macalter - 2008-05-01 Thanks, that was it. Breadcrumbs - expectation: index.php of my Gallery page: code resulted in « and » for Page 1 which I'm assuming is partially correct as the [title] didn't appear
index.php of Album page: I created new div tag until I see its appearance and know it works. It produced strange results: printAlbumThumbImage(getAlbumTitle()); ?> (this exists already, it's just to give idea where I placed the new code after `=div id="bread"> =? printAlbumBreadcrumb( $before = '«', $after = '»', $title = 'Journey'); ?=` bread{ Documentation parameters - macalter - 2008-05-01 EDIT: |