Integrate Signup page into my existing template

Discussion in 'Templates customization' started by ncconcepts, Aug 2, 2010.

  1. ncconcepts

    ncconcepts New Member

    Joined:
    Aug 24, 2009
    Messages:
    4
    How do I insert sign up page into my existing template?
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    You can't insert signup page into other page, but you can modify signup template (/amember/templates/signup.html) so it will look as you need.
  3. thehpmc

    thehpmc Member

    Joined:
    Aug 24, 2006
    Messages:
    901
  4. andyb

    andyb Member

    Joined:
    Jul 10, 2010
    Messages:
    41
  5. ncconcepts

    ncconcepts New Member

    Joined:
    Aug 24, 2009
    Messages:
    4
  6. sc0tsman

    sc0tsman Member

    Joined:
    Nov 25, 2009
    Messages:
    119
    I would like to know also or anyone who can script an option for my site please
  7. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Modify the header.html and footer.html templates, then the rest of amember will display in this.

    David
  8. sc0tsman

    sc0tsman Member

    Joined:
    Nov 25, 2009
    Messages:
    119
    This is the header exactly what gets edited as there is not a lot there :(

    PHP:
    <head>
        <
    title>{$title}</title>
        <
    link rel="stylesheet" type="text/css" 
            
    href="{$config.root_surl}/templates/css/reset.css" />
        <
    link rel="stylesheet" type="text/css" 
            
    href="{$config.root_surl}/templates/css/amember.css" />
        <
    link rel="stylesheet" type="text/css" 
            
    href="{$config.root_surl}/templates/css/site.css" />
    </
    head>
    <
    body>

    {if 
    $config.lang.display_choice}{* Display Language choice if this option enabled *}
    <
    div style='width: 100%; text-align: right;'>
    {
    php}echo display_lang_choice();{/php}
    </
    div>
    {/if}
    <
    br /><br />
    <
    div class="centered">

    <
    h1>{$title}</h1>
    <
    hr />
    <
    br />
  9. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Contact us in helpdesk we will help to modify header and footer if you will provide exact example.

Share This Page