Signs on MyAccount

One more question, on the "MyAccount" page at the general information block, there is a line called "Membership".


For example down under "Gold Membership" there is a field within brackets showing a link with the listings of all allowed actions.


So I wanted to delete that link, so I just deleted the language tag, but now there is the problem, that there are two brackets "( )" left and I dont know where to find and delete them.

Hope you could help here to.

Quote · 17 Aug 2008

In the /inc/profiles.inc.php file, find the block:

$viewMembershipActions = "<br />(<a onclick=\"javascript:window.open('explanation.php?explain=membership&amp;type=".$membership_info['ID']."', '', 'width=500, height=400, menubar=no, status=no, resizable=no, scrollbars=yes, toolbar=no, location=no');\" href=\"javascript:void(0);\">"._t("_VIEW_MEMBERSHIP_ACTIONS")."</a>)<br />";

and add /** to the line above it and */ to the line above it.

This is called 'commenting out' which the file then ignores the 'commented' text.

That will remove the () you referred to.
.

Quote · 17 Aug 2008

Thanks for the fast help, that is what I was searching for. Undecided

Quote · 17 Aug 2008
 
 
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.