membership info button and link ?!

I have looked through forum and still I am not able to work this out ....

How can I change the link to membership info button so that it points to custom page ?

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 13 Feb 2013

if you mean this

Account Control
Membership: Standard
Allowed Actions

inc/profiles.inc.php

find this code

$aMembership = getMemberMembershipInfo($memberID);
    $sViewActions = $bViewActions ? "<a onclick="javascript:loadHtmlInPopup('explanation_popup', '" . BX_DOL_URL_ROOT . "explanation.php?explain=membership&amp;type=" . $aMembership['ID'] . "');" href="javascript:void(0);">" . _t("_VIEW_MEMBERSHIP_ACTIONS") . "</a>" : "";

 

example, you can do like this

$aMembership = getMemberMembershipInfo($memberID);
$sViewActions = $bViewActions ? "<a href="my_custom_page.php" target="_blank">" . _t("_VIEW_MEMBERSHIP_ACTIONS") . "</a>" : "";

Quote · 13 Feb 2013

 thanks a lot I will try this now ... ;)

if you mean this

Account Control
Membership: Standard
Allowed Actions

inc/profiles.inc.php

find this code

$aMembership = getMemberMembershipInfo($memberID);
    $sViewActions = $bViewActions ? "<a onclick="javascript:loadHtmlInPopup('explanation_popup', '" . BX_DOL_URL_ROOT . "explanation.php?explain=membership&amp;type=" . $aMembership['ID'] . "');" href="javascript:void(0);">" . _t("_VIEW_MEMBERSHIP_ACTIONS") . "</a>" : "";

 

example, you can do like this

$aMembership = getMemberMembershipInfo($memberID);
$sViewActions = $bViewActions ? "<a href="my_custom_page.php" target="_blank">" . _t("_VIEW_MEMBERSHIP_ACTIONS") . "</a>" : "";

 

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 13 Feb 2013
 
 
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.