say i have a page.. and i want to integrate my signup.php into it.. how would i go about it.. i tried to include it and i get this error: Fatal error: Call to undefined function: new_smarty() in /............/amember/signup.php on line 163
You just cannot do that. However, you can easily make aMember pages looking as rest of your website. http://www.amember.com/docs/html/creatingheaderandfooterfil.htm
If you just want to make a signup form to place on any page, that is possible. You just can't include signup.php in a page. See this example: http://www.crimescene.com/admin/join.html View the html and change to suit your needs. Tom