[Zope-CMF] Portal users and some other stuff
Charlie Clark
charlie at begeistert.org
Mon Jan 15 08:55:29 EST 2007
Am 12.01.2007 um 10:13 schrieb Jens Vagelpohl:
> All you need to do is to add the desired property to the list of
> properties in the member data tool, and then extend the preferences
> form and its handlers with your new property (untested off the top
> of my head).
FWIW
while that is really straightforward, getting at the property
elsewhere (such as content byline) proved a bit of a challenge as the
creators are returned as a list of strings rather than membership
objects so
creator/fullname is not possible instead
tal:content="python: mtool.getMemberById(creator).getProperty
('fullname')"
is required. Posting to the list for reference purposes.
Charlie
--
Charlie Clark
Helmholtzstr. 20
Düsseldorf
D- 40215
Tel: +49-211-938-5360
GSM: +49-178-782-6226
More information about the Zope-CMF
mailing list