forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: gymnastdude182 on January 17, 2006, 02:33:50 am

Title: Register.php Custom Layout?
Post by: gymnastdude182 on January 17, 2006, 02:33:50 am
I made a custom layout at www.justin-t.net/hires/register.html. It registers correctly, but takes them to the regular old register.php layout. Is there a way to customize the register.php alone for when it says "username incorrect" or "computer does not accept these cookies" etc. ? I looked on this forum for a way to do this, but could not find it. any help would be GREAT!
Title: Re: Register.php Custom Layout?
Post by: Joachim Müller on January 18, 2006, 09:06:02 am
If you need to change text, edit your kanguage file, e.g. lang/english.php
Find the line you want to see changed, edit it accordingly (make sure to use a plain text editor) and save the new file (don't forget to upload it). For details, post a link.
Title: Re: Register.php Custom Layout?
Post by: gymnastdude182 on January 19, 2006, 01:19:11 am
Hello! Thanks for replying. I think I didn't explain correctly. I meant like, is there a way to make a custom register.php layout. With like a body and different graphics etc that will actually function. What would I have to do in order to make that work?
Title: Re: Register.php Custom Layout?
Post by: Joachim Müller on January 19, 2006, 04:41:27 pm
edit register.php
Title: Re: Register.php Custom Layout?
Post by: urmomma on January 20, 2006, 04:21:50 am
you could go to your own register.php field, view the source and copy/paste everything between (and including) the <form> ~CODE~ </form> tags and create your own register page. Just make sure...that the link goes to the correct page...well if you need help, post back here ;)
Title: Re: Register.php Custom Layout?
Post by: gymnastdude182 on January 20, 2006, 05:15:59 am
Hey - I did that already =p (on a register.html page) . What I was wondering was how to make that login, and take them to the register.php with all the coppermine functions, and edit that. (include all the php with the new layout) (and not a coppermine theme, seperate)