How to remove Membership

Hello experts,

I need to know how I can remove the following under account Info:

-------------------------------------------------------

Membership: You are a standard member.
(View Allowed Actions)
Click here to upgrade.

-------------------------------------------------------

Thanks.

Quote · 2 Feb 2010

Open member.php

Find this and comment out or delete this item (around line 534)

'Membership' => array(
'type' => 'custom',
'name' => 'Membership',
'content' => '<b>' . $sMembershipC . ':</b> ' . $sMembStatus,
'colspan' => true

);

Quote · 2 Feb 2010

Thank you so so much. It worked. Smile

Quote · 3 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.