Pixelpost

Authentic Photoblog Flavour

Photo Mosaic v1.2

 
Download (1.1 KB)

Other Versions

« View Description

All 2 Reviews

  1. Perfect 5
    guiz 5 Years Ago Report as Spam

    I have not understood the post of Laprodo (why did you need to hack the php?). I have configured a new page mosaic_template and the addon works fine

  2. Good 4
    Laprodo 5 Years Ago Report as Spam

    Very nice!

    But i've to hack the php.

    At first I've change $thumbpath = ltrim($cfgrow['thumbnailpath'], "./"); to $thumbpath = "./thumbnails/"; /* ltrim($cfgrow['thumbnailpath'], "./"); */ because $cfgrow['thumbnailpath'] is empty in my case

    An than I've spaces in my image names, so I've to change $mosaic .= "<a href="index.php?showimage=$pieces[0]"> &nbsp; </a>"; to $mosaic .= "<a href="index.php?showimage=$pieces[0]"> &nbsp; </a>"; to ensure loading.

    Perhaps some stuff for next version.

    Thanks a lot for your work!

Write A Review

You must be logged in to write a review, please Log in or Register »