Posts: 3 Joined: Wed Nov 10 2004, 06:45AM Registered Member #123
Howdy from Texas!
I really like your custom login and want to add it to my site but Im having some trouble.
I've added the require_once(THEME."gc_custom_login.php"); at the top of my theme.php.
Ive also created the table were I want the login to be in my header: <table style='width:100%; background-color:#000000' cellspacing='3' class='topborder'><tr><td style='text-align:left; vertical-align:bottom'>".GC_CUSTOM._LOGIN."
</td></tr></table>and I have added the gc_custom_login.php to "my theme" folder. When I open my page, in the location I want the login, all I get is:
GC_CUSTOM_LOGIN
I not sure what Im forgetting but I think it may have something with the configuration of the custom login.php.I didnt choice one of the 3 styles because Im not too sure how Im supposed to do it.