Zenonfly -> Change image onfly...

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/zen

You can download it here:
http://zenonfly.googlecode.com/files/zenonfly-withimage.php exemple.zip

Peace of documentation (in french for the moment...):
http://code.google.com/p/zenonfly/wiki/Zenonfly

To 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

  • acrylian Administrator, Developer
    Looks nice and great you decided to do it as a plugin. I will add it on our plugins section and link to this thread until there is an English documentation...;-)
  • Looks great but how can i use it. In your french explanation you said :

    `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
  • Hi 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); ?>
    `
  • Hi,

    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 !
  • Sorry for this "late" answer, i was away a for a while. I'll give à try this week-end.
    Thank

    Laurent
Sign In or Register to comment.