ZenphotoCMS Forum
Problems with paged_thumbs_nav.php Plugin... - 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: Problems with paged_thumbs_nav.php Plugin... (/thread-5117.html)



Problems with paged_thumbs_nav.php Plugin... - atomxy - 2009-04-30

Hello...

My name is Leandro and I’m from Brazil.

I’m sorry, my English is very bad, but I’ll try to explain what is happening.

First I want to say, this is the best photo album script that I found in the web, is really incredible, simple and easy to use.

I tried to use the paged_thumbs_nav.php, because I want a thumb menu, so the user doesn’t need to back in the thumbs Page again to select another Picture, is this the functionality of this plug-in?

I have the script installed and running perfect, there is no errors, but when I try to enable this plug-in, in the plug-ins tab, nothing happens.

I’m using the version 1.2.4 [3716].

How can I install this plug-in?

Thanks very much for the attention.




Problems with paged_thumbs_nav.php Plugin... - sbillard - 2009-04-30

Most of the plugins for Zenphoto provide optional features that, if a user wishes them, require insertion of the feature at an appropriate place within the theme as well as enable the plugin. In the case of the paged thumbnails (http://www.zenphoto.org/documentation/plugins/_plugins---paged_thumbs_nav.php.html) plugin this entails inserting a call on its primary function printPagedThumbsNav() into the theme at the point where you wish the thumbnails to appear.

Usually you can find an example of a plugin use in one of the Zenphoto distributed themes. For this one, it is used in the Zenpage Default theme's image.php page lines 51-54. It might be useful for you to review that theme as well as the documentation for the plugin (link above) for further details.




Problems with paged_thumbs_nav.php Plugin... - atomxy - 2009-04-30

sbillard

I inserted the printPagedThumbsNav() in the image.php and it fixed the problem, now everything runs perfect.

Thank you very much for the help.