Skip to content

Commit

Permalink
2.0
Browse files Browse the repository at this point in the history
global commit for 2.0 release
  • Loading branch information
vincent3569 committed Jul 31, 2017
1 parent 980cd51 commit ae28755
Show file tree
Hide file tree
Showing 120 changed files with 32,670 additions and 5,005 deletions.
28 changes: 10 additions & 18 deletions 404.php
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
<?php include('inc_header.php'); ?>

<!-- wrap -->
<!-- container -->
<!-- header -->
<!-- .container main -->
<!-- .page-header -->
<!-- .header -->
<h3><?php printGalleryTitle(); ?> &raquo; <?php echo gettext("Object not found"); ?></h3>
</div> <!-- / header -->
</div><!-- .header -->
</div><!-- /.page-header -->

<h4>
<?php
echo gettext('The Zenphoto object you are requesting cannot be found.');
if (isset($album)) {
echo '<br />'.sprintf(gettext('Album: %s'), html_encode($album));
}
if (isset($image)) {
echo '<br />'.sprintf(gettext('Image: %s'), html_encode($image));
}
if (isset($obj)) {
echo '<br />'.sprintf(gettext('Page: %s'), html_encode(substr(basename($obj), 0, -4)));
}
?>
</h4>
<h4>
<?php print404status(isset($album) ? $album : NULL, isset($image) ? $image : NULL, $obj); ?>
</h4>

</div><!-- /.container main -->

<?php include('inc_footer.php'); ?>
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,18 @@ Description
Scripts used:
- Bootstrap (HTML, CSS, and JS toolkit for Responsive WebSite)
- Flexslider (a fully responsive jQuery slider plugin)
- FancyBox (lightbox jQuery plugin for displaying images. Touch enabled, responsive and fully customizable)
- AddThis (snippet to add sharing tools to your site)
- Colorbox (lightweight customizable lightbox plugin for jQuery)
- script for navigation with the arrow keys.

The theme supports the following ZenPhoto plugins:

- cacheManager (**new**), colorbox, comment_form, contact_form, dynamic-locale, favoritesHandler (**new**), flag_thumbnail, GoogleMap (**colorbox option not supported**), rating, register_user, slideshow (**new, only colorbox option supported**), user_login-out, zenpage

The theme does not support the following ZenPhoto plugins:
- colorbox and slideshow (zpBootstrap uses and configures it's own colorbox and modal plugins)
- cacheManager, comment_form, contact_form, dynamic-locale, favoritesHandler, flag_thumbnail, GoogleMap (**colorbox option not supported**), rating, register_user, user_login-out, zenpage

### Important
To use the release **1.4.6** of the theme, you must have **ZenPhoto 1.4.6 or more**.
To use the release **2.0** of the theme, you must have **ZenPhoto 1.4.14 or more**.
If you use another release of ZenPhoto, see [archives of zpBootstrape on Github](https://github.com/vincent3569/zpBootstrap/releases).

Report issues on the [ZenPhoto forum](http://www.zenphoto.org/support/) or create a new issue on [GitHub](https://github.com/vincent3569/zpBootstrap/issues) and I will fix it as soon as possible (only the latest version is supported).
Please report issues on [GitHub](https://github.com/vincent3569/zpBootstrap/issues) (only the latest version is supported).

Please note that the ZenPhoto team advise to regulary upgrade its site with the latest version of ZenPhoto to benefit from the latest features of the application, to solve the various security holes, and to benefit from the support of the ZenPhoto team.

Expand All @@ -42,7 +38,7 @@ Please note that the ZenPhoto team advise to regulary upgrade its site with the

### Tips
- Enter the title and url of your website, the title and description of your gallery in admin>options>gallery.
- Make responsive images in news and pages : to do that, edit the html source of news and pages and add class="remove-attributes" on each image (the result should be < img class="remove-attributes" src="the_path_to_your_image" />)
- Make responsive images in news and pages : to do that, edit the html source of news and pages and add class="remove-attributes img-responsive" on each image (the result should be < img class="remove-attributes img-responsive" src="the_path_to_your_image" />)

### ChangeLog
Please, read [changelog.txt](https://github.com/vincent3569/zpBootstrap/blob/master/changelog.txt)
Please, read [changelog.txt](https://github.com/vincent3569/zpBootstrap/blob/2.x/changelog.txt)

0 comments on commit ae28755

Please sign in to comment.