Page 4 of 24 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 234

Thread: Post Images 1.5

  1. #31
    Design & Development carlo75's Avatar
    Join Date
    Oct 2009
    Location
    Italy - Perugia
    Posts
    510
    Thanks
    62
    Thanked 106 Times in 59 Posts

    Default

    Thank you so much ties, this is a very important plugin... i think that will be the most requested!!! Great JOB!

  2. #32
    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
    First: Thank you for your hard work. This is awesome.

    Second: I loaded 0.3 and but I am struggling with fetching the images from website. I click the button but it stays on loading and I never see any images. Is there something I should check?

    I have tried IE and Firefox with the same results, so I think it might be a config and a server issue.

    Thank you again!
    -PK
    does it error at debug mode, i can't reproduce it...
    what browser and version do you have? because it's mostly javascript
    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

  3. #33
    Member
    Join Date
    Mar 2010
    Location
    Indonesia
    Posts
    40
    Thanks
    28
    Thanked 1 Time in 1 Post

    Default

    Thank You for Your hardwork. it's running good at my site

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

    Default

    If I do a tail -f on the error_log I see:
    File does not exist: .../quigalicious.com/html/submit2, referer: http://www.quigalicious.com/submit2/...c3b1ca6ba9747/
    (...) are hiding my real path. This happens everytime I click the Fetch button. I found that the: http://www.quigalicious.com/submit2/...c3b1ca6ba9747/ is the url in the address bar of the browser.

    I am using Firefox 3.6 mostly, but I have tried IE8 as well.

    Is there something more I need to do to troubleshoot? I am not sure where the debug output goes (yet).
    Thank you for your help.

  5. #35
    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

    its a bug indeed...
    this is how you fix it:
    1. open -> \hotaru\content\plugins\post_images\templates\imag e_script.php
    2. find -> function getRemoteImages(btn,url){
    3. two lines under the function (line 98) there is
    PHP Code:
    $.post('index.php',  { type:'postImages'url:url }, function(data) { 
    4. replace the line with this one
    PHP Code:
    $.post('<?php echo parse_url(BASEURLPHP_URL_PATH);?>index.php?', { type:'postImages', url:url }, function(data) {

    try the fetch image button again
    oh and it would be great if you could report back with any result
    Last edited by ties; 03-22-2010 at 03:58 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

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

    Default

    New Line 98:
    Code:
    $.post('<?php echo parse_url(BASEURL, PHP_URL_PATH);?>index.php?', function(data) {
    This fixed the trouble, kind of The script now pulls the images on my own website. Not the images on the "Source URL". But the script is pull images, just not the right source.

  7. #37
    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

    you removed the data
    this is the full line
    PHP Code:
    $.post('<?php echo parse_url(BASEURLPHP_URL_PATH);?>index.php?', { type:'postImages', url:url }, function(data) {
    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

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

    Default

    Line 98:
    Code:
     $.post('<?php echo parse_url(BASEURL, PHP_URL_PATH);?>index.php?', { type:'postImages', url:url }, function(data) {
    Same result. The images are the images from my domain. Not the images from the source url.

    Example:
    Source URL is: http://www.pcworld.com/article/19201...for_ipad.html/

    The script pull the images in from the domain www.quigalicious.com not www.pcworld.com. The Image url says "http://www.quigalicious.com/content/images/post_images/".

    Sorry I am being a pain and thank you for you help.

  9. #39
    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

    clear the hotaru cache... your script hasn't changed
    no problem
    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. #40
    Junior Member PeaceKeeper's Avatar
    Join Date
    Jan 2010
    Posts
    13
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Still the same. The the only images I see are the images that are on my domain, not on the domain that is in the "Source URL". I will try and troubleshoot this more in a few hours.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 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
  •