16 Feb
2003
16 Feb
'03
11:11 p.m.
Florian Konnertz wrote at 2003-2-15 21:24 +0100:
What i want to do: I used to have the backlinks on the wikipage itself, in DTML i had the code in the DTMLmethod but now i want to use the existing function backlinksFor(self,page) from the ZWiki product code.
My aproach was to define the module (in wikipage.pt):
<span tal:define="pps python:modules['Products.ZWiki.ZWikiPage']"> </span>
When i call the wikipage i'm asked for username/password, i enter my manager account but it asks again and again. Why?
I expect because "Products.ZWiki.ZWikiPage" is not allowed to be imported. Read the PythonScripts "README" and allow it. Dieter