Page 5 of 23 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 223

Thread: Post Images 1.4

  1. #41
    Theme & Plugin Development ties's Avatar
    Join Date
    Feb 2010
    Location
    Enschede, The Netherlands
    Posts
    378
    Blog Entries
    1
    Thanks
    14
    Thanked 133 Times in 58 Posts

    Default

    the source code hasnt changed if you load a submit 2 page and click view-source
    then you still have
    HTML Code:
    $.post('/index.php?', function(data) {
    i dont know whats wrong that it still uses the old code
    Up top, down low, to slow! - Documentation
    Theme's Newspaper - Nightlight Plugins Autocomplete 0.3 - Mobile 0.2 - Post Images 0.4 - Votebar 0.1

  2. #42
    Junior Member PeaceKeeper's Avatar
    Join Date
    Jan 2010
    Posts
    13
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Ok, I uninstalled the plug-in, deleted the post-image dir, re-downloaded, made the changed, and reinstalled. All is working now. I am not sure what was wrong. Again, Thank you for your help and the Plug-in!

  3. #43
    Theme & Plugin Development ties's Avatar
    Join Date
    Feb 2010
    Location
    Enschede, The Netherlands
    Posts
    378
    Blog Entries
    1
    Thanks
    14
    Thanked 133 Times in 58 Posts

    Default

    it works! hoera!
    Up top, down low, to slow! - Documentation
    Theme's Newspaper - Nightlight Plugins Autocomplete 0.3 - Mobile 0.2 - Post Images 0.4 - Votebar 0.1

  4. #44
    Junior Member PeaceKeeper's Avatar
    Join Date
    Jan 2010
    Posts
    13
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Ok me again, please do not hate me . I have two more questions.

    1. I have a black box that show for all the new posts. See example here: http://www.quigalicious.com/doctor-w...s-5-trailer-3/

    If I remove the "Image url for the post" I still get the black box.

    2. I want to move the image into the article area, like the video is with media select. Is this possible or does the image have to stay where the title info is?

    Runs and Hides....
    -PK

  5. #45
    Member
    Join Date
    Sep 2009
    Posts
    66
    Thanks
    53
    Thanked 6 Times in 6 Posts

    Default

    Sweet plugin. =)

  6. #46
    Theme & Plugin Development ties's Avatar
    Join Date
    Feb 2010
    Location
    Enschede, The Netherlands
    Posts
    378
    Blog Entries
    1
    Thanks
    14
    Thanked 133 Times in 58 Posts

    Default

    Quote Originally Posted by PeaceKeeper View Post
    Ok me again, please do not hate me . I have two more questions.

    1. I have a black box that show for all the new posts. See example here: http://www.quigalicious.com/doctor-w...s-5-trailer-3/

    If I remove the "Image url for the post" I still get the black box.

    2. I want to move the image into the article area, like the video is with media select. Is this possible or does the image have to stay where the title info is?

    Runs and Hides....
    -PK
    1. It's a bug, change line 193 of post_images.php:
    PHP Code:
        else if(!getimagesize($src)) return ''
    to
    PHP Code:
        if(!getimagesize($src)) return ''
    To remove the black images, click ecdit post remove the url and save

    2. you can only modily the css but if you want you can modify the post template(sb_base), this is how the url is created:
    PHP Code:
    $img $h->post->vars['img'];
    if(
    substr($img,0,32) != 'http://images.sitethumbshot.com/'){
        
    // Make it 0.1 compatible and add baseurl
        
    $img BASEURL.'content/images/post_images/' preg_replace('/.*content\/images\/post_images\//','',$img);

    Thanks for all the testing!
    Last edited by ties; 03-23-2010 at 11:07 AM.
    Up top, down low, to slow! - Documentation
    Theme's Newspaper - Nightlight Plugins Autocomplete 0.3 - Mobile 0.2 - Post Images 0.4 - Votebar 0.1

  7. #47
    Junior Member PeaceKeeper's Avatar
    Join Date
    Jan 2010
    Posts
    13
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Works great now . Sometime I have to push fetch a few time, but I can live with that. Thank you again for all your hard work.

  8. #48
    Theme & Plugin Development ties's Avatar
    Join Date
    Feb 2010
    Location
    Enschede, The Netherlands
    Posts
    378
    Blog Entries
    1
    Thanks
    14
    Thanked 133 Times in 58 Posts

    Default

    yeah i don't know why it does that but maybe one day i'll figure it out
    thanks for you feedback
    Up top, down low, to slow! - Documentation
    Theme's Newspaper - Nightlight Plugins Autocomplete 0.3 - Mobile 0.2 - Post Images 0.4 - Votebar 0.1

  9. #49
    Theme & Plugin Development ties's Avatar
    Join Date
    Feb 2010
    Location
    Enschede, The Netherlands
    Posts
    378
    Blog Entries
    1
    Thanks
    14
    Thanked 133 Times in 58 Posts

    Default

    I have decided to switch to website thumbnails provider to
    http://www.pageglimpse.com/
    because of the nice api
    or does anyone have any objections/better alternatives?
    bye Ties

    edit: im sorry but the caching is in violation with the terms of use
    You must not use or launch any automated system, including without limitation, "offline readers", "spiders," etc. to capture data provided by the Service.
    so still considering...
    Last edited by ties; 03-26-2010 at 02:41 PM.
    Up top, down low, to slow! - Documentation
    Theme's Newspaper - Nightlight Plugins Autocomplete 0.3 - Mobile 0.2 - Post Images 0.4 - Votebar 0.1

  10. #50
    Theme & Plugin Development ties's Avatar
    Join Date
    Feb 2010
    Location
    Enschede, The Netherlands
    Posts
    378
    Blog Entries
    1
    Thanks
    14
    Thanked 133 Times in 58 Posts

    Default

    http://www.shrinktheweb.com/
    this one seems to allow thumbnail caching...
    all in favor?
    Up top, down low, to slow! - Documentation
    Theme's Newspaper - Nightlight Plugins Autocomplete 0.3 - Mobile 0.2 - Post Images 0.4 - Votebar 0.1

Thread Information

Users Browsing this Thread

There are currently 3 users browsing this thread. (0 members and 3 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •