On Wed, 2005-04-27 at 01:01 +0200, Damien Wyart wrote:
> <span class="itemCreator" tal:content="reply/getCreator" />

It was 
<span class="itemCreator" tal:replace="here/getCreator" />

in the template.

> should be
> <span class="itemCreator" 
> tal:content="python:here.getMemberFullNameFromId(reply.getCreator())" />

I made some grep on the files and yes I also saw this was the unique
file that could manage it. But:

I tried both:

<span class="itemCreator"
tal:content="python:here.getMemberFullNameFromId(reply.getCreator())" />

and

<span class="itemCreator"
tal:content="python:here.getMemberFullNameFromId(here.getCreator())" />

and 

<span class="itemCreator"
tal:content="python:here.getMemberFullNameFromId(here.getCreator())" />

With a reinstallation of CPSChat after each modification, but "niet".
I am not very clever with ZPT/Python...

Any help would be appreciated.

PS: The mainline developpers may have not taken you patch because it did
not work on their system? "May be" I said. So let's make it work.

-- 
ASPO Infog�rance       http://aspo.rktmb.org/activites/infogerance
Unofficial FAQ fcolc   http://faq.fcolc.eu.org/
LUG sur Orl�ans et alentours (France).
T�l : 02 34 08 26 04 / 06 33 26 13 14

_______________________________________________
cps-devel mailing list
http://lists.nuxeo.com/mailman/listinfo/cps-devel

Reply via email to