Member status message on member.php page...

I've been unable to hide/remove the subMenu section from JUST the member.php (as it is in index.php) and nobody else seems to have found a solution either. Unless you've come up with something suddenly, please let me know!

Anyway, as a workaround, instead of hiding this section, I'm wondering if the member's status message that appears in that position on some other pages would be possible in that position (on member.php). Any thoughts?

Quote · 3 Jun 2010

There not a fast way !

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 3 Jun 2010

templates\base\scripts\BxBaseMenu.php

check line 152, change
if (!defined('BX_INDEX_PAGE')) {

to
if (!defined('BX_INDEX_PAGE') && !defined('BX_MEMBER_PAGE')) {

and you don`t will have submenu area at member.php too.

Quote · 3 Jun 2010

how about remove the status message? how to do that?

Quote · 16 Jul 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.