Hi,
I started working on a theme by me based on "Tricasa" in order to load the picture almost immediately ().
Today, I declined a plugin that makes navigation very fluid in my gallery.
This plugin is compatible with the following plugins:
* Class-textobject v1.2.8
* Comment_form v1.2.8
* Flowplayer3 v1.2.8
* Google_map v1.2.8
* Rating v1.2.8
You can see it in action on my test site:
http://www.titou.biz/zenYou can download it here:
http://zenonfly.googlecode.com/files/zenonfly-withimage.php exemple.zipPeace of documentation (in french for the moment...):
http://code.google.com/p/zenonfly/wiki/ZenonflyTo run it, just add a few tags to your page "image.php" and install the plugin in the plugins directory under the root of your site.
Thank you for your feedback, and if some want to help me complete it, they are welcome.
Comments
`Vous devrez ajouter un certain nombre de balise avec des identifiants, mais rassurez-vous, cela n'a rien de compliqué.`
I trust you but what are the `balise avec des identifiants`.
Thanks again for this plugins.
Regards
Laurent
You need to put some HTML on your code.
for example, in the default theme you have for description image this code (on line 71)
`
<?php printImageDesc(true); ?>
`
For zenonfly, you need to put an id attribute (here, a span balise withe an ID attribute):
`
<?php printImageDesc(true); ?>
`
A little update of the plugin is available.
I fixed two bugs:
- Fixed bug for comment on multiple line
- Fixed bug for rating plugin when it's not use
The new link to download it is here:
http://code.google.com/p/zenonfly/downloads/list
You have now more instruction for modify your theme on the wiki page (French and english version are available !!)
http://code.google.com/p/zenonfly/wiki/ZenonflyEnglish
Have fun !
Thank
Laurent