Docu contains:
-----------------------
See also

user-profile-field.tpl.php

Where the html is handled for each item in the group.

Available variables:

* $user_profile: All user profile data. Ready for print.
* $profile: Keyed array of profile categories and their items or other data provided by modules.
------------------------

user-profile-field.tpl.php is not linked, a search yields "No search results found."

CommentFileSizeAuthor
#6 563526-D6.patch1.19 KBjhodgdon
#3 563526.patch1.92 KBjhodgdon
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

anschinsan’s picture

It would be nice to write the link where the problem is ... I can't find it easily

jhodgdon’s picture

Title: Documentation problem with user-profile.tpl.php » Broken see also link in user-profile.tpl.php doc
Version: 6.x-dev » 7.x-dev

The page with the issue is http://api.drupal.org/api/drupal/modules--user--user-profile.tpl.php/7 (see original issue title).

It is a problem in Drupal 7 and Drupal 6, and should be fixed in D7 first and then backported to D6.

jhodgdon’s picture

Status: Active » Needs review
FileSize
1.92 KB

It appears that the link should be to user-profile-item.tpl.php

Attached patch fixes this link, and a few other minor issues with the doc (such as reorganizing it slightly and a couple of grammar issues).

Dries’s picture

Status: Needs review » Fixed

Committed! Thanks.

jhodgdon’s picture

Version: 7.x-dev » 6.x-dev
Status: Fixed » Patch (to be ported)

Needs port to Drupal 6.

jhodgdon’s picture

Status: Patch (to be ported) » Reviewed & tested by the community
FileSize
1.19 KB

Here's a patch for Drupal 6. It's a fairly trivial doc fix, a small subset of what was already approved and committed in D7 (just fixing the broken link and putting all the See Also sections together), so I've taken the liberty of marking it RTBC.

Gábor Hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.