Remove rate profile / profile music

Hello everyone is there a way to remove or disable the rate profile and profile music from a users profile? I want my site to be more about photos instead of giving the users rights to add music and videos to it. I only want users with a advertiser membership to add videos and have them display.

Quote · 21 Sep 2008

Hello everyone is there a way to remove or disable the rate profile and profile music from a users profile? I want my site to be more about photos instead of giving the users rights to add music and videos to it. I only want users with a advertiser membership to add videos and have them display.

Did you figure out how to remove or disable the rate profile feature as I am trying to do the same thing. Thank

Quote · 16 Apr 2010

One post would suffice.

Look here

http://www.boonex.com/unity/forums/topic/remove-rate-profile.htm

Use the same directions to remove other blocks.

Dave

Quote · 16 Apr 2010

Hello yemuro!


For disabling profile votes - go to inc/classes/BxDolVoting.php file and fin this part there:

'profile' => array (
'table_rating' => 'profile_rating',            // table for ratings
'table_track' => 'profile_voting_track',    // table to track duplicate ratings
'row_prefix' => 'pr_',                        // table rows prefix
'max_votes' => 5,                            // max vote
'post_name' => 'vote_send_result',                        // post name where vote is stored
'is_duplicate' => BX_PERIOD_PER_VOTE,                    // time in seconds to prevent duplicate votes, default - 1 day
'is_on' => 1,                                // is voting enabled or not
),

change 'is_on' value to 0.


Regards

Quote · 16 Apr 2010

Done it, thanks :)

Quote · 20 Apr 2010
 
 
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.