the source code hasnt changed if you load a submit 2 page and click view-source
then you still have
i dont know whats wrong that it still uses the old codeHTML Code:$.post('/index.php?', function(data) {
the source code hasnt changed if you load a submit 2 page and click view-source
then you still have
i dont know whats wrong that it still uses the old codeHTML Code:$.post('/index.php?', 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
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!
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
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
Sweet plugin. =)
1. It's a bug, change line 193 of post_images.php:
toPHP Code:else if(!getimagesize($src)) return '';
To remove the black images, click ecdit post remove the url and savePHP Code:if(!getimagesize($src)) return '';
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:
Thanks for all the testing!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);
}
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
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.
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
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
so still considering...You must not use or launch any automated system, including without limitation, "offline readers", "spiders," etc. to capture data provided by the Service.
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
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
There are currently 3 users browsing this thread. (0 members and 3 guests)
Bookmarks