The signup template INTO a wordpress page?

Discussion in 'Templates customization' started by pixeldust, Nov 25, 2010.

  1. pixeldust

    pixeldust Member

    Joined:
    Nov 1, 2010
    Messages:
    45
    Hello All,

    i think alexander will get in here and ask me to put in a ticket, but i already did and im sorry to say it didnt help me, yet.

    I already have amember integrated and working on an existing site.
    The existing site is basically just html pages.

    We now installed wordpress on it, because it was easier to create different landing pages, for the same product (im only selling one product).

    What i want to do now is:

    1. keep the current layout and signup pages running.
    2. at the same time, run the new landingpage as a test on an adwords campaign.

    Now, because both are running at the same time i cant just edit the existing files. BUT, i need to run the same signup template on a different page. This page is a wordpress "page". Not a post, a page. This page has the new layout on it that i want to test, and therefor should have the signup template IN the page so its in the same design.

    How do i do this?
    Do i just need to copy some html of the signup template somewhere? And if so, where do i find the exact template i need to copy?
    I dont want to ruin the existing setup, but run this as a test lander so we can decide what site to use (same domain).

    Alexander, if you read this i already opened a ticket but the reply basically said i should try something out. I know its with good intentions, but im not a coder and cannot figure it out.
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    mrfrisky,
    Hmm I don't see ticket about this issue, anyway:
    If you want just to test design you can copy aMember form code to that page. Open signup page in browser, save it as html then copy that html to your page. Of course you will need to alter that html code and remove unecessary blocks(just leave everything that was inside body tags and aMember styles)
    But this is not recommended way of integration and you can do this just to test design.
    Also if you want to modify aMember signup template and keep current one untouched, copy aMember files into separate folder and add this to the bottom of config.inc.php:
    PHP:
    $config[root_url] = "http://www.yoursite.coom/newfolder";
    $config[root_surl] = "http://www.yoursite.coom/newfolder";
  3. pixeldust

    pixeldust Member

    Joined:
    Nov 1, 2010
    Messages:
    45
    Hi alexander,

    well the ticket is there, called "second signup page integration".

    I cant get it done, im sorry. Can you please help.

Share This Page