dawb Posted November 14, 2012 Share Posted November 14, 2012 (edited) 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 November 18, 2012 by dawb (see edit history) Link to comment Share on other sites More sharing options...
tobbecokta Posted January 7, 2013 Share Posted January 7, 2013 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 More sharing options...
thinking Posted January 23, 2013 Share Posted January 23, 2013 Hi, sorry: How can I replace it? What is the ID or CLASS?? Please, could you show me an example??? Link to comment Share on other sites More sharing options...
Recommended Posts