« Forum Latest pluginEmbed Lyrics »

8 comments

Comment from: izme [Visitor] Email
hey there ,
i copied the files to 2.4.6
and it generates the link to the image , but somehow i dont see the resized image , any suggestions ?

izme
01/20/09 @ 04:38
Comment from: EdB [Member] Email
Bummer!

I haven't tinkered with 246 yet so I can't help you on this one ... yet. It's gonna take me a while to also because of other stuff I gotta attend to.

So let me make sure I understand: you added the widget and hacked the files so it knows you have a widget that doesn't officially exist. If so that's good news. Then you made a post with a linked image in the blog that you told this widget to look at, but it didn't put a smaller image in your sidebar. That's the kicker right? You gotta have a post in a blog with a linked image in it.

I'll try to upgrade my own account soon, but really no promises. I'm now doing a stupid "8 hours a day 5 days a week" job thing that takes over an hour to commute to, so my time is a wee bit limited. Plus I got other obligations on my free time that have to come first. But hey I'll keep an eye on this and make sure to update here when I find and fix whatever is not right.
01/20/09 @ 05:24
Comment from: izme [Visitor]
hey there bummer again
thats exactly what i did, and it recognizes the widget that didnt officially exist , and it also shows the 'title' thingy (that i set) in the sidebar , but thats it , nothing else ,

btw thats 40 hours of stupid work a week :D
01/20/09 @ 09:20
Comment from: izme [Visitor]
ok here is what i found , am not anygood at this though, looks like its not getting passed this line

$File = & get_File_by_Item_ID( $Item->ID ); //line 120 coll_image_list_widget.php

cause when i put a echo at line 122 like this

$File = & get_File_by_Item_ID( $Item->ID );
if( !is_object($File) ) {
echo 'bugger
';
continue;
}
...

then its printing the echo to the times i have images in posts

,,
just a guess,
its not recognisin the $file as an object,


and when i remove the lines
if( !is_object($File) ) {
echo 'bugger
';
continue;
}


its giving this error
"Fatal error: Call to a member function get_image_size() on a non-object in L:\xampp\htdocs\cs\inc\widgets\widgets\_coll_image_list.widget.php on line 122"


:8|



01/20/09 @ 13:19
Comment from: izme [Visitor]
Solved ,
thanks to yabs on freenode
01/21/09 @ 01:01
Comment from: izme [Visitor]
hey bummer , just incase you might pokein here , i have a question ,
if there is a way to get the post_views (count) in the widget ,
since , ItemCacheLight does not have that feild ,

waiting for a reply ,

izme
01/22/09 @ 07:53
Comment from: EdB [Member] Email
Hi izme. I haven't looked at the widget since you brought the 246 issue to my attention so I can't really say what we can do.

Actually (by the way) I was hoping I could get you to email me a .txt copy of what you and Yabba did to fix the 246 bug :)
01/22/09 @ 15:58
Comment from: izme [Visitor]
ED , it was nothing with the widget , just my misunderstanding , i wasnt posting a linked image , but he thought me the predump() ,

so it really wasnt a issue,

:DD
01/22/09 @ 17:36

Comments are closed for this post.