Bug with the "Mail" block on Account page

Hi,

 

I have a bug on my site, on the block "Mail' I dont see the "Inbox" "Send" and others icon.

 

I dont no why. How can I fix this?

 

Thanks.

 

See attachments.

Capture-1.png · 26.4K · 89 views
/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 24 Aug 2011

upp

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 25 Aug 2011

Do you unterstand my question? ^^'

 

Im bad in english.

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 26 Aug 2011

You can check this file: member.php

find this function: function getBlockCode_Mailbox () {

and this code:

$sContacts = $GLOBALS['oSysTemplate']->parseHtmlByName('member_mail_notify_box.html', $aContactsKeys);

        $sInboxClick = "location.href='" . BX_DOL_URL_ROOT . 'mail.php?mode=inbox' . "'";
        $sInboxBlock = $GLOBALS['oFunctions']->genNotifyMessage($sInbox, 'none', true, $sInboxClick);

        $sOutboxClick = "location.href='" . BX_DOL_URL_ROOT . 'mail.php?mode=outbox' . "'";
        $sSentBlock = $GLOBALS['oFunctions']->genNotifyMessage($sSent, 'none', true, $sOutboxClick);

        $sComposeClick = "location.href='" . BX_DOL_URL_ROOT . 'mail.php?mode=compose' . "'";
        $sWriteBlock = $GLOBALS['oFunctions']->genNotifyMessage($sWrite, 'none', true, $sComposeClick);

        $sTrashClick = "location.href='" . BX_DOL_URL_ROOT . 'mail.php?mode=trash' . "'";
        $sTrashBlock = $GLOBALS['oFunctions']->genNotifyMessage($sTrash, 'none', true, $sTrashClick);

        $sContactsClick = "location.href='" . BX_DOL_URL_ROOT . 'communicator.php' . "'";
        $sContactsBlock = $GLOBALS['oFunctions']->genNotifyMessage($sContacts, 'none', true, $sContactsClick);

        $sMailboxButtons = '<div class="bx_sys_default_padding">'.$sInboxBlock.$sSentBlock.$sWriteBlock.$sTrashBlock.$sContactsBlock.'<div class="clear_both"></div></div><div class="clear_both"></div>';
        return $sMailboxButtons;
        //return $GLOBALS['oFunctions']->centerContent ($sMailboxButtons, '.notify_message');
    }

 

I think you missing this code!!!

'.$sInboxBlock.$sSentBlock.$sWriteBlock.$sTrashBlock.$sContactsBlock.'

Quote · 29 Aug 2011

Hi okweb and thanks for your answer but, I have already this code :s

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 4 Sep 2011

Hi,

 

I think its on the mysql table.

 

What have you in the table "_Mailbox" in "sys_page_compose" on the 'content".

 

Thanks.

/unity/forums/?action=goto&my_threads#topic/Video-is-being-processed-for-the-second-time.htm
Quote · 18 Sep 2011

nothing, should be empty

ID 54
Page member
PageWidth 998px
Desc Mailbox desc
Caption _Mailbox
Column 2
Order 1
Func Mailbox
Content  
Quote · 18 Sep 2011
 
 
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.