Hi,
I am a fairly new developer, so please forgive my ignorance.
I have taken the community and installed it on a my own test server, and it works great.
The Issue:
I have a design template that I want to integrate into the application. So I took one of the templates "frida", copied it, and renamed it to the name I wanted.
I basically took all of the controls (<community:whatever/>) and inserted them within my template. Took out all html tags like (<html><head><body>), added the initial two lines of code from the original ascx file, and saved the whole thing as the "default.ascx".
When I change the site template to use the new one, the site appears just fine. My pages all work, and the data from the database is working and setting up the web boxes and all.
Where the problem is, is that when I go to the login page, when you fill in the login info and click the asp "login" button, it does not work. It does nothing as if there is no code action on the button.
When I flip back to the other templates, it works just fine.
here is the link to the app, if it helps to see it:
http://test.truewater.com/lonestarloveusa
thank you for your help!