Pixelpost

Authentic Photoblog Flavour

Portfolio v1.0β

 
Download (12.7 KB) « View Description

All 3 Reviews

  1. Perfect 5
    pictaris 3 Years Ago Report as Spam

    Hello

    Sorry for my bad English, but I'm french. For this adon works on IE the code should be modified as follows:

    In the file portfolio_tags.php add after:

    else
    {
        $row = $_GET['img'];
        $sql = "SELECT Link FROM {$pixelpost_db_prefix}portfolio LIMIT {$row},1";
        $result = mysql_query($sql);
        $portfolio_image_name = mysql_result($result, 0);
        $tpl = ereg_replace("<PORTFOLIO_IMAGE_NAME>",$portfolio_image_name,$tpl);
    
    }
    

    and just before : /---making prev/next links---/

    these lines :

    //----modified by pictaris http://pictaris.fr----------//
    //taille image - image size
    $image_extra              =   getimagesize(ltrim($cfgrow['imagepath'], "./").$portfolio_image_name);
    $image_width              =   $image_extra['0'];
    $image_height             =   $image_extra['1'];
    $tpl                      =   str_replace("<IMAGE_WIDTH>",$image_width,$tpl);
    $tpl                      =   str_replace("<IMAGE_HEIGHT>",$image_height,$tpl);
    // fin taille image - end image size
    
    //----end modified by pictaris http://pictaris.fr----------//
    

    That's all.

    You can see in action on my website : http://pictaris.fr/index.php?x=portfolio :)

  2. Good 4
    gehret 3 Years Ago Report as Spam

    Hi captain,

    IE 7 doesn't show pictures of your portfolio. Mozilla does so.

  3. Good 4
    Scarabaeus 3 Years Ago Report as Spam

    Looks like a great feature but it doesn't seem to show any images on your website?

Write A Review

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