Jump to content

[SOLVED] - Can't create an account


Recommended Posts

Hi, currently it is not possible to create an account on our site. I have updated the create an account button to be a 'submit' and it is sumbitting the data as normal. But it does not return the create an account form it just returns the same login/create an account page.

 

Issue was having removed the 'center_column' div and not updating the ajax function.

Edited by dawb (see edit history)
Link to comment
Share on other sites

  • 1 month later...

Hi,

 

Thanks dawb for sharing this info. This helped me.

 

I had also removed the center_column div. So what i did (and you guys out there can do) to solve this is;

 

 

1. Open

/themes/yourtheme/authentication.tpl

 

2. Find

$('#center_column').html('<div id="noSlide">'+$('#center_column').html()+'</div>');

 

3. Replace '#center_column' with the div name of the div that authentication.tpl is in. You can change it to either a ID or CLASS tag.

Link to comment
Share on other sites

  • 3 weeks later...
×
×
  • Create New...