williamn / sweetcron

Automatically exported from code.google.com/p/sweetcron
Other
0 stars 0 forks source link

Photo not showing in right size #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
My photos aren't shown in right size.

Have you installed Sweetcron?
1. Yes

What is the expected output? What do you see instead?
I would like to see the complete picture. Photo is not completely shown.

What version of the product are you using? On what operating system?
1.08a

After trying to create a Twitpic plugin, photo's aren't show in right size.

See http://www.stranger.nl/

Twitpic plugin

<?php if (!defined('BASEPATH')) exit('No direct script access allowed');

class Twitpic_com {

    //sample class for twitpic

    function pre_db($item)
    {
        $twitpic_username = 'sstranger';

        //remove username from front of posts
        $item->item_title = trim(str_replace
($twitpic_username.':', '', $item->item_title));

        //remove item_content as it's just the same as the title 
anyway
        $item->item_content = '';
        return $item;
    }

    function pre_display($item)
    {
        return $item;
    }

}
?>

Please provide any additional information below.

Original issue reported on code.google.com by ste...@stranger.nl on 1 Sep 2008 at 2:44

GoogleCodeExporter commented 9 years ago
Solved!
It turned out that running IE8 in compatibilitty mode solved the issue.

Original comment by ste...@stranger.nl on 1 Sep 2008 at 7:09

GoogleCodeExporter commented 9 years ago
Still not fixed, because on IE7 the pictures aren't shown correctly.

Original comment by ste...@stranger.nl on 3 Sep 2008 at 7:13

GoogleCodeExporter commented 9 years ago
the issue tracker is not here to get support for your own plugins.

Original comment by yongf...@gmail.com on 5 Sep 2008 at 5:08