Author Topic: Register Problem  (Read 4584 times)

0 Members and 1 Guest are viewing this topic.

Offline mrs_gary

  • Pre-Newbie
  • Posts: 2
    • View Profile
Register Problem
« on: May 19, 2007, 12:33:08 PM »
Hi,

I have just changed the theme of my gallery to a custom made one. But now when someone tries to register, they get redirected to the search.php page. What have I done wrong?

www.hedlund-daily.com/gallery

Thanks in advance.

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: Register Problem
« Reply #1 on: May 19, 2007, 01:50:35 PM »
do you really only change the template? (o:

manurom

  • Guest
Re: Register Problem
« Reply #2 on: May 19, 2007, 02:28:51 PM »
Hello;
I found an error in your header.html template file:
Code: [Select]
<table width="100%" cellpadding=0 cellspacing=0 border=0>
<tr>
<td width="100%" height="27" background="http://www.hedlund-daily.com/gallery/images/lay-01.png" colspan="5"><p align="right"><form method="post" action="{url_search}"><table border="0" cellspacing="0" cellpadding="1"><tr> <td> <input type="text" name="search_keywords" size="15" class="searchinput" /></td><td><input type="submit" value="{lang_search}" class="button" name="submit" /></td></tr></table></td>

The table structure is strange, but most of all, your form tag is not closed. I cannot find:
Code: [Select]
</form>
Don't know if it's really the problem, but try to correct.
BTW, very nice template.
Regards.

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Register Problem
« Reply #3 on: May 19, 2007, 02:40:03 PM »
Hi,

the missing
Code: [Select]
</form> is the problem  :wink:

cu
Kurt

manurom

  • Guest
Re: Register Problem
« Reply #4 on: May 19, 2007, 03:43:50 PM »
What would we do without members like you, Kurtw? Many thanks.
Hope mrs_gary will solve his/her problem.

Offline mrs_gary

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: Register Problem
« Reply #5 on: May 20, 2007, 12:06:36 PM »
YAAY! I have just solved the problem!!
Thank you so much to manurom and Kurtw!!