Members Area need help please!
Permalink
I apologize if this is redundant! I am having trouble with a concept and I am hoping that someone can clarify this for me.
What I am trying to do is create a members page. I have figured out how to enable public profile which places a Members link in my global menus. (Like it should) One problem is that the page is blank with no formatting.
What I want is to have a member redirected to their profile page after they log in and have specific information and files that they will only have access to after they are logged in. I don't have any issues with the layout and css, and I can figure out the php stuff.
I have figured out the single pages directory and site_theme_paths.php, I copied the members single page from /concrete/single_pages/members.php to /single_pages/ and added $v->setThemeByPath('/members', "my_theme"); to the site_themes_path. Much like when I themed my login.php page.
Does anyone know of a good tutorial that works through the process? If not do I use the members.php page and do I need to copy the profile folder from /concrete/single_pages/ over to the single pages in my root?
anyways If someone is willing to point me in the right direction that would be awesome!
What I am trying to do is create a members page. I have figured out how to enable public profile which places a Members link in my global menus. (Like it should) One problem is that the page is blank with no formatting.
What I want is to have a member redirected to their profile page after they log in and have specific information and files that they will only have access to after they are logged in. I don't have any issues with the layout and css, and I can figure out the php stuff.
I have figured out the single pages directory and site_theme_paths.php, I copied the members single page from /concrete/single_pages/members.php to /single_pages/ and added $v->setThemeByPath('/members', "my_theme"); to the site_themes_path. Much like when I themed my login.php page.
Does anyone know of a good tutorial that works through the process? If not do I use the members.php page and do I need to copy the profile folder from /concrete/single_pages/ over to the single pages in my root?
anyways If someone is willing to point me in the right direction that would be awesome!