Would this be possible?

When you mouseover a member's avatar, you get the popup with different actions on it. Would it be possible to hide the video chat button, and the simple messenger box and make it viewable to friends only? Also, how can I delete the report spam button from the popup? I get a lot of spam reports from people hitting the wrong button, there's the option to report spam on the profile, that should be enough.

Quote · 27 Oct 2012

short_profile_info.php at line 36 remove the lang key from button you want to hide.

so much to do....
Quote · 27 Oct 2012

I tried that, I removed

        $aProfileInfo['cpt_report'] = _t('_Report Spam');
and

        $aProfileInfo['cpt_report'] = '';

but now it just shows a button with {cpt_report}

Quote · 27 Oct 2012

 oops my mistake. wait let me test it

I tried that, I removed

        $aProfileInfo['cpt_report'] = _t('_Report Spam');
and

        $aProfileInfo['cpt_report'] = '';

but now it just shows a button with {cpt_report}

 

so much to do....
Quote · 27 Oct 2012

 The method i told before is right. I read your reply wrong way. You are doing this wrong

I tried that, I removed

        $aProfileInfo['cpt_report'] = _t('_Report Spam');
and

        $aProfileInfo['cpt_report'] = '';

but now it just shows a button with {cpt_report}

 just remove lang key means

 $aProfileInfo['cpt_report'] = _t('_Report Spam');

will be

 $aProfileInfo['cpt_report'] = null;

so much to do....
Quote · 27 Oct 2012

Thanks, that did it!

Would you have any insight in hiding the video chat button and the simple messenger text area, and displaying to friends only?

Quote · 27 Oct 2012
 
 
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.