Skip to content

mxm, IT's mad science

Sections
Personal tools
You are here: Home » Products » Open Source » mxm Dynamic Page » Solution for keywords in metadata
Downloads
You can download mxm products here.

Due to it's technical and international nature, this section is in english.

Max M Has a blog too.

og er glad for mad

 

Comment

Above in this comment thread: mxmDynamicPage, Plone content type for dynamic lists » How to add metadata properties

Solution for keywords in metadata

Posted by Anonymous User at 2005-04-22 09:00 PM
I had the same problem. Here is the solution:

1. Go to the mxmDynamicPage product folder.

2. Edit the file DynamicPage.py and at the class DynamicPage (line 96) add the following lines after line 99:

__implements__ = ( PortalContent.__implements__
, DefaultDublinCoreImpl.__implements__
)
I think I do not have to say more.

Good luck.

Nikos Papagrigoriou.