I'm trying to add an image outside of the forms on signup and join pages (I know I can add it to HTML in forms editor). Join: I was able to add the image to signup.phtml (is that the best way?) Signup: I can't figure out where to add it. I tried adding to signup.phtml with no luck. Any ideas? Thanks! Kevin
Kevin, Sorry for asking, but what is the difference between signup and join pages ? Can you provide url of join page where you want able to add image and url of signup page where you wasn't able to do this?
Alex, Sorry, I meant Login page http://www.webmaxed.com/amember/login/index and Join page URL: http://www.webmaxed.com/amember/signup See placement of join image on attached screenshot. Thanks! Kevin
I have two banners. One for the sign up page (which is there now because I successfully added it to signup.phtml), and one for the login page (see attached for the placement). Wouldn't the layout.phtml file apply to both places? How would I add HTML to the login page only, and where would it go in the code for the location I want it to appear?
if you want to add banner to login page, you have to edit /amember/application/default/views/login.phtml template. Just put your banner code somewhere at the bottom of that template. If you place it into layout.phtml, it will be applied to all aMember pages.