Removing rating stars


Hi, I've disabled photo rating but the rating stars are still seen at my homepage and photo gallery. Anyone knows how to remove them? Thks a lot!

Quote · 13 Oct 2009

Hello!

Go to inc/classes/BxDolVoting.php file and find next fragment:

'gphoto' => array (
'table_rating' => 'gphoto_rating',
'table_track' => 'gphoto_voting_track',
'row_prefix' => 'gal_',
'max_votes' => 5,
'post_name' => 'vote_send_result',
'is_duplicate' => BX_PERIOD_PER_VOTE, // 1 day
'is_on' => 1,
),

change value for 'is_on' element from 1 to 0.

Regard

Quote · 14 Oct 2009

Solved. Many thks! =)

Quote · 14 Oct 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.