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
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 |
add code bellow to join.php will display a message box to all members with the text: Sorry, you've already joined if (!$_COOKIE['memberID'] || !$_COOKIE['memberPassword']) |
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
|