[Zope-CMF] portal_memberdata properties help

Norman Khine khine@bmpublications.co.uk
Wed, 27 Jun 2001 11:35:29 +0100


Hello,
I have extended the Properties for the portal_memberdata to include fields,
such as fname, company and function

the function is a property type lines.

Now how do I recall this from the customs folder

<SELECT NAME="myList">
 <dtml-in function>
   <OPTION VALUE="<dtml-var sequence-index>">
   <dtml-var sequence-index>:
   <dtml-var sequence-item></OPTION>
 </dtml-in>
</SELECT>

this works if I am within the portal_memberdata folder, but it doesn't work
from the portal_skins/custom folder

Many thanks

Norman