03-22-2016, 04:50 PM
With the changes to the code, the missing us_header.php (unless that is in your header.php somewhere), and the additional mix of styling, it makes it very difficult to debug what is going on. I would suggest making smaller changes as you go, and verify the functionality as you go along.
I think to successfully use UserSpice as a framework you build on top of and wish to heavily modify, you may need to study the structure of how the different files are used, and this will only come with time. For example, in the _login_form.php it doesn't call the </body></html> tags in stock US because there is another file that does that.
Understanding the structure of the various includes, especially the function of core/init.php will be key to the success of your project.
I think to successfully use UserSpice as a framework you build on top of and wish to heavily modify, you may need to study the structure of how the different files are used, and this will only come with time. For example, in the _login_form.php it doesn't call the </body></html> tags in stock US because there is another file that does that.
Understanding the structure of the various includes, especially the function of core/init.php will be key to the success of your project.