add reply button on mail.php?mode=view_message&mes

hello,

 

how can one add reply button next to the delete button

 

regard

mail_add_button_reply.png · 180.6K · 178 views
Quote · 11 Jan 2016

Are you testing with a message sent to yourself?
If so, the reply button will not show. This is intended behaviour, and can be seen on line 561 of templates/base/scripts/BxBaseMailBox.php

if($aRow['Sender'] != $this -> aMailBoxSettings['member_id']){
                        $aForm['inputs']['actions'][0] = array(
                            'type'      => 'button',
                            'value'     => $aLanguageKeys['reply_message'],
                            'attrs'     => array('onclick' => 'oMailBoxViewMessage.replyMessage(' . $this -> aMailBoxSettings['messageID'] . ', ' . $aRow['Sender'] . ');', 'class' => 'bx-btn-small'),
                        );
                    }
Quote · 11 Jan 2016

ok thank's so much

Quote · 11 Jan 2016
 
 
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.