How do I modify the JOIN button?

Hello everyone!

Does anyone know how to change/modify the JOIN BUTTON and JOIN LINK on the homepage so that when cklicked by members it will point them to an external URL, instead of JOIN.PHP?

Thank you,

Jeff

Quote · 5 Apr 2010

add code bellow to join.php
add it above this line $_page['name_index'] = 81;

will display a message box to all members with the text: Sorry, you've already joined

if (!$_COOKIE['memberID'] || !$_COOKIE['memberPassword'])
{
$_page['name_index'] = 0;
$_page_cont[0]['page_main_code'] = MsgBox(_t( '_Sorry, you\'re already joined' ));
PageCode();
exit;
}

Quote · 5 Apr 2010

Hi Okweb!

Thanks for your quick response.  I should have been more clear.  I want to use this for NEW Members who are signing up for the first time. DO I still use the same info you provided?

Thank you,

Jeff

Quote · 5 Apr 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.