Re: user's profile
"dr_frank_hoffmann" <[email protected]> Thu, 17 Jun 2010 21:57:32 -0000
| Newsgroups | gmane.comp.cms.zms.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello,
it's right: the profile link is optional (in fact it is rather seldom in use).
Looking into the template code of manage_user.dtml
http://zmslabs.org/trac/browser/ZMS/trunk/dtml/ZMS/manage_user.dtml
reveals how to use it:
%<- - - - -
<dtml-let profile="getUserAttr(userObj,'profile','')"
ob="getLinkObj(profile,REQUEST)">
%<- - - - -
Regards
fh, moderator