The simpler media website CMS
Forum search only. You might also want to search on the main site's user guide.
Forum RSS
Visit the troubleshooting guide.
Visit the paid support page.
Your support helps pay for this server, and helps development of zenphoto. Thank you!
Visit the donations page
Comments
But....
the link is always visible, even though the box is un-checked.
Zenphoto is a fresh new installation.
In `inc_footer.php` find this line:
`printCustomPageURL(gettext('Archive View'), 'archive', '', ' | ');`
and replace it with this:
`
if ( getOption('show_archive') ) {
printCustomPageURL(gettext('Archive View'), 'archive', '', ' | ');
}
`
the option is for display archives item in menu.
archives link is allways visible in footer.
you can suppress the code pointed by fretzl or modify it as described
Thanks for all the responses.
i changed the code and now it is correct.
i think we can close this item.
We don't close topics unless the conversation gets ugly ;-)