Profile Page
Permalink
Hi All,
I've been searching for a while now. I'm trying to figure out how to edit the profile page (already enabled for public viewing) so that the custom attributes are displayed a bit nicer. The current them I am using displays like this:
newuser1
Business Address P.O. Box 123
Smithville, Oregon 97123
United States
Business Telephone 000-000-0000
Business Name Signs by Smith
First Name John
Last Name Smith
I would prefer the profile page look more like the concrete5.org public profile page. How would I do that? I've tried viewing the php files but do not see the code for the attribute heading (such as "Business Telephone". Even something like the following would be better with a break between:
Instead of newuser1 I'd like it to pull the first and last name
John Smith
Business Address:
P.O. Box 123
Smithville, Oregon 97123
United States
Business Telephone:
000-000-0000
Business Name:
Signs by Smith
Would someone please provide a link here on the C5 site or some tips so that I can customize the way the profile page displays to the public?
Thanks so much.
Hope
I've been searching for a while now. I'm trying to figure out how to edit the profile page (already enabled for public viewing) so that the custom attributes are displayed a bit nicer. The current them I am using displays like this:
newuser1
Business Address P.O. Box 123
Smithville, Oregon 97123
United States
Business Telephone 000-000-0000
Business Name Signs by Smith
First Name John
Last Name Smith
I would prefer the profile page look more like the concrete5.org public profile page. How would I do that? I've tried viewing the php files but do not see the code for the attribute heading (such as "Business Telephone". Even something like the following would be better with a break between:
Instead of newuser1 I'd like it to pull the first and last name
John Smith
Business Address:
P.O. Box 123
Smithville, Oregon 97123
United States
Business Telephone:
000-000-0000
Business Name:
Signs by Smith
Would someone please provide a link here on the C5 site or some tips so that I can customize the way the profile page displays to the public?
Thanks so much.
Hope
You need to look up overrides and single pages in the documentation and howtos.
The profile page is a single page and you can override it by copying a modified single page and/or controller into your site root/single_pages and root/controllers directories.
The profile page is a single page and you can override it by copying a modified single page and/or controller into your site root/single_pages and root/controllers directories.
Got it! Glad to have resolved it. Thanks.
Surely there's a better way to style the Profile page?