1 nealo Apr 28, 2009 22:18
3 nealo Apr 30, 2009 17:31
EdB wrote:
I have a funny feeling that the same solution in http://forums.b2evolution.net/viewtopic.php?t=15660 will take care of this issue, although the file is now different. Seems the skin bug was upgraded to a widget bug :)
In v310 crack open /inc/widget/widgets/ and look around line 237 for $count++, then move it to just after the } on the next line. Can't hurt eh?
That worked like a charm - the one fix fixed both the widget and the index.
The file in inc/widgets/widgets/ that you need to fix is _coll_media_index.widget.php and it looks like this after the fix:
if( $post_ID != $prev_post_ID )
{
$prev_post_ID = $post_ID;
}
$count++;
Thanks EdB!
For future search purposes, a few keywords: mediaidx photo index widget 3x grid photoblog media
I have a funny feeling that the same solution in http://forums.b2evolution.net/viewtopic.php?t=15660 will take care of this issue, although the file is now different. Seems the skin bug was upgraded to a widget bug :)
In v310 crack open /inc/widget/widgets/ and look around line 237 for $count++, then move it to just after the } on the next line. Can't hurt eh?