This page refers to CiviCRM 3.4 and 4.0, current STABLE version.
All versions (click to expand)
Documentation Search
CiviCRM 3.4 and 4.0 Documentation
Support and Participation
Developer Resources
|
How can I create a customized view of profiles?
- (More technical): you can roll your sleeves up and try themeing CivicRM using the template files and stylesheets. Yes, it will affect form view and edit layout and style for every profile page, not just when it is rendered in My Account. The templates as is don't support per-profile themeing. You could potentially add that kind of functionality but the code would not be pretty and would be site specific! Hence doing the extra design in a custom html page is probably preferable.
- Set up a CiviCRM Profile for each form which you wish the users to use to edit their CiviCRM contact data. If you include that form as a standalone html page in Drupal, you can play around a bit with the html formatting of that page to affect how the form looks. The form
should work the same with CiviCRM as if it was embedded, for example, in MyAccount.
- You can try CiviNode, which enables you to use the Drupal CCK module with CiviCRM, which gives lots of control of form design, but last time I checked in on it, it was still really in "testing".
[Source. ]
|