QuoteFeb 10, 2012 07:120 likesLike
 

When a member get message ,
on the bottom member menu bar it get a red light on mail icon like 1 and its red,
but not on the main navigation menu ?
Example: Home,  Account, Profile, (Mail)<<<here)) etc...
how to get it on the top menu also ?

Need some advice please,

thanks

QuoteFeb 10, 2012 17:050 likesLike
 

yeah buddy Cool

QuoteFeb 10, 2012 18:170 likesLike
 

http://www.boonex.com/forums/topic/New-Mail-Anywhere.htm

QuoteFeb 10, 2012 19:430 likesLike
 

 

1. Change title to - Mail ({mmm})

2. Add green line

 

        if (isMember()) {

            $this->aMenuInfo['memberID']   = (int)$_COOKIE['memberID'];

            $this->aMenuInfo['memberNick'] = getNickName( $this->aMenuInfo['memberID'] );

            $this->aMenuInfo['memberLink'] = getProfileLink( $this->aMenuInfo['memberID'] );

            $this->aMenuInfo['visible']    = 'memb';

            $this->aMenuInfo['mmm'] = getNewLettersNum($this->aMenuInfo['memberID']);

        } else {

            $this->aMenuInfo['memberID'] = 0;

            $this->aMenuInfo['memberNick'] = '';

            $this->aMenuInfo['memberLink'] = '';

            $this->aMenuInfo['visible']  = 'non';

        }

 

to BxDolMenu.php

3. Replace all occurrences:

$aItem['Link']    = $this->replaceMetas( $aItem['Link'] );
$aItem['Onclick'] = $this->replaceMetas( $aItem['Onclick'] );

to:

$aItem['Link']    = $this->replaceMetas( $aItem['Link'] );
$aItem['Onclick'] = $this->replaceMetas( $aItem['Onclick'] );
$aItem['Caption'] = $this->replaceMetas( $aItem['Caption'] );

in BxDolMenu.php and BxBaseMenu.php file
4. Clean cache
 

 

Rules: http://www.boonex.com/unity/txt/terms
QuoteFeb 14, 2012 16:440 likesLike
 

1. It is possible to change menu title in menu builder, you need to look it as text, not just an image.

Rules: http://www.boonex.com/unity/txt/terms