Page 1 of 1

[3.0.0 RC4 bug] "Image Rating" picture incorrect

Posted: 28 Apr 2011, 14:29
by pitu
Hi Jan,
Page title picture for "Image Rating" is incorrect (instead it appears "Category Rating" picture)

Problem is on row 48 in administrator\components\com_phocagallery\views\phocagalleryraimg\view.html.php:
JToolBarHelper::title( JText::_( 'COM_PHOCAGALLERY_IMAGE_RATING' ), 'vote.png' );

Change code to:
JToolBarHelper::title( JText::_( 'COM_PHOCAGALLERY_IMAGE_RATING' ), 'vote-img.png' );
solved problem to me

Re: [3.0.0 RC4 bug] "Image Rating" picture incorrect

Posted: 30 Apr 2011, 00:48
by Jan
Hi, thanks for this info, fixed in 3.0.0 RC5

Jan