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 :)
Hi captain,
IE 7 doesn't show pictures of your portfolio. Mozilla does so.
Looks like a great feature but it doesn't seem to show any images on your website?