Edit Profile Help

Permalink
I have set up the profile pages to look like the rest of my site and they look great. However, I was just running though a bunch of tests, etc. and when I sent to edit my profile then save it. It showed the right corrections but there was no CSS formatting. I looked in the concrete/single_pages/profile section and can't find the file destination that is needed. This is the ending after my URL:

/index.php/profile/edit/save_complete/

My second thought was to add this ending to the site_theme_paths and it still didn't work. I can't find these endings anywhere. How do I get them customized like my other profile pages.

I also had the same issue with the messages section but I took those out because those are not necessary.

Any help would be greatly appreciated

 
drennapete replied on at Permalink Reply
drennapete
Not sure I can be much help, but I'm pretty sure that the "edit/save_complete/" page you are referring to is not actually a page. Its the "profile/edit" page and the "save_complete" portion is referring to a method specified in that pages controller.

You might want to look for the 'edit.php' controller in html>concrete>controllers>profile>

and also html>core>controllers>single_pages>controllers>profile>

You should checkout the first two videos on single pages here:http://www.concrete5.org/documentation/recorded-trainings/single-pa...

They go through it in greater detail if you familiar with php.

I'm no guru but I'm working on a similar problem at the moment so I wish you the best of luck!