Remove Age Possible ?

Hi All,

I'm currently in the process of setting up a dolphin site for a friend but she wants to remove the age viewable from all pages that show it.  I have removed it from the profile pages but can't seem to find where to get rid of it on the mail pages (trash,inbox etc)

Is that possible ?

Thanks

Spinner

Quote · 19 Feb 2010

To start, try here:

inc/classes/BxDolMailBox.php

 

 

$this -> aSortCriterias = array
            (
                'date'            => '`sys_messages`.`Date` ASC',
                'date_desc'       => '`sys_messages`.`Date` DESC',

                'subject'         => '`sys_messages`.`Subject` ASC',
                'subject_desc'    => '`sys_messages`.`Subject` DESC',

                'type'            => '`sys_messages`.`Type` ASC',
                'type_desc'       => '`sys_messages`.`Type` DESC',

                'author'          => '`Profiles`.`NickName` ASC',
                'author_desc'     => '`Profiles`.`NickName` DESC',
               );

Please look at the author_desc as it's most likely going to be in there.

Quote · 19 Feb 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.