* "Rakotomandimby (R12y) Mihamina" <[EMAIL PROTECTED]> [270405 00:00]: > I had a look at the source code of CPSChat, but did not find where and > how does it decide to display the Nickname form or not.
It is at the end of cps_chat_main_frame.pt. I think a call to getMemberFullNameFromId is missing in some places (eg <span class="itemCreator" tal:content="reply/getCreator" /> should be <span class="itemCreator" tal:content="python:here.getMemberFullNameFromId(reply.getCreator())" /> I already had to correct this in a project, but the fix did not get into mainline... -- Damien Wyart _______________________________________________ cps-devel mailing list http://lists.nuxeo.com/mailman/listinfo/cps-devel
