[Zope-CMF] Member data

Norman Khine khine@btinternet.com
Thu, 28 Jun 2001 13:20:18 +0100


Hello James
to display this you can use something like

<dtml-in expr="portal_membership.listMembers()">
  Your team <dtml-var sequence-item> is: <dtml-var team><br>
</dtml-in>
<dtml-var standard_html_footer>

this will list your teams.


-----Original Message-----
From: zope-cmf-admin@zope.org [mailto:zope-cmf-admin@zope.org]On Behalf
Of James van der Veen
Sent: Thursday, June 28, 2001 1:12 PM
To: zope-cmf@zope.org
Subject: [Zope-CMF] Member data


Hi everybody,

A quick and quite simple question. (I think)

I added a property to the memberdata called team.
SO now everybody had a property team.
Now I would like to get the person and the team they are in displayd in the
roster.

I have no idea how I hould do this and I hope someone can help me with this.

Greetz,
James


_______________________________________________
Zope-CMF maillist  -  Zope-CMF@zope.org
http://lists.zope.org/mailman/listinfo/zope-cmf

See http://www.zope.org/Products/PTK/Tracker for bug reports and feature
requests