Membership upgrade option removal

In my site there is only one type of membership. But when I go to profile page I can see the following:

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

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

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

Even if there is no way to upgrade, why it is showing like this? How can I remove "Click here to upgrade" message? Please help.

Quote · 11 Mar 2010

Also looking to remove this..

 

Someone please hjelp us :)

 

regards

Morten

Quote · 11 Mar 2010

Hello!

Find this string in member.php file

$sMembStatus = GetMembershipStatus($this->aMemberInfo['ID']);


and change it like:

$sMembStatus = GetMembershipStatus($this->aMemberInfo['ID'], false);

Regard

Quote · 11 Mar 2010

Thanks Leo, it is ok now. Cool

Quote · 12 Mar 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.