Ticket #92 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

@ revision 244: a few issues/ideas

Reported by: jack Owned by: mike
Priority: normal Milestone:
Component: General Version: 1.0b3
Severity: normal Keywords: slideshow wordpress
Cc:

Description

Perhaps these things are already known to you, but anyway...

1. The button "view as slideshow" already appears on the albums page with the thumbnails. Clicking will get you back at the collections page instead of showing the slideshow. Button slideshow is not present in the intermediate picture screen.

2. Before this revision (or 243?) when I used my modified index.php which includes the wordpress includes like wp-blog-header.php / wp-blog-header.php / sidebar.php, everything went ok and the site looked perfect :). But when using that same index.php with this latest revision I get this error:

Fatal error: Cannot redeclare get_comment_author() (previously declared in /srv/jackdaw/www/www.spoenk.nl/fotografie/plog-functions.php:730) in /srv/jackdaw/www/www.spoenk.nl/wordpress/wp-includes/comment-functions.php on line 143

... and I'm not even using the comment system in wordpress or plogger :).

When I remove those three wordpress includes plogger functions correctly again, but of course without the nice looks/integration.

3. Just an idea because this already came up in the forum: the option (through the administration page or the theme system) to get the pagination at the top of the screen as well. When browsing through the pages you don't have to scroll down the page to get to the next one.

Change History

Changed 3 years ago by jack

... one of those double wordpress includes should of course be the header.php...

Changed 3 years ago by jack

The problem must be within the new plog-functions.php, because when I use the 'old' one everything is ok again.

Changed 3 years ago by mike

1.) The slideshow link does not work anymore with mod_rewrite on, I'm aware of this and we are working on a fix.

2.) This is just a simple namespace collision between Wordpress and Plogger template functions. I'll prepend all the Plogger template functions with plogger_ and that should solve the problem.

3.) You will be able to put the pagination links wherever you want by building your own theme.

Changed 3 years ago by anti

  • status changed from new to closed
  • resolution set to fixed

fixed I think.

Note: See TracTickets for help on using tickets.