How to change the membership signup page?

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
nycwebmaster
Veteran Member
Posts: 90
Joined: 2015-11-23 01:02

How to change the membership signup page?

Post by nycwebmaster » 2017-07-08 17:49

Hi,

I have been able to change the loging page background of the application but if you click on the signup link it takes you to the membership_signup.php file and that one has a black bacground.

How do you change the membership signup page so it shares the same background as the login page? or maybe how to I change the bacground on the membership login page?

User avatar
a.gneady
Site Admin
Posts: 1281
Joined: 2012-09-27 14:46
Contact:

Re: How to change the membership signup page?

Post by a.gneady » 2017-07-27 21:22

You could use the "hooks/footer-extras.php" file for that purpose .. check if the current page is "membership_signup.php" and if so, change the background image. This is very similar to the custom code explained in section 4 - lesson 1 of our AppGini customization course.
:idea: AppGini plugins to add more power to your apps:
  • DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
  • Mass Update plugin: Update multiple records at once and improve your workflow efficiency.
  • Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.

Post Reply