Instead of modifying each of Amember's templates, is there a way to insert all the various Amember templates (like login.html, logout.html, signup.html) into my existing website templates? In other words, I have a template page that I use on my website that is basically a header, footer, left column and middle column. I just want to be able to put all of the front-end Amember pages (login, logout, member, profile, etc.) into my middle column div in my template. Is there a way to accomplish this? Thanks in advance.
If that is all you are looking for, modifying the Amember \templates\header.html and \templates\footer.html with your existing header and footer code should get you pretty close.
Hi There I would like all the pages on my site to look the same. I would love to have the amember pages integrated into pages I already have on my site such as signup.htm and membership.htm etc.. can someone look at my site and tell me how can I include Amember's pages in my site here is the url for better clarity. www.trade4freedom.com Thanks OM
The main trick to getting your amember site to match your other pages is the header and footer templates of amember. Your site uses div tags, so you'll need to figure out how to split it into a header, main body and footer areas. David