Forums
(@joacomag)
12 years, 9 months ago
I fixed this modifying the line 577 in youtube_simplegallery.php :
I replaced : $links = $options[2]['links']; for: $links = $options[$widget_number]['links'];
$links = $options[2]['links'];
$links = $options[$widget_number]['links'];
And started working.