Skip to content

mxm, IT's mad science

Sections
Personal tools
You are here: Home » Products » Open Source » mxm Dynamic Page » How to add metadata properties
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

Posted by Anonymous User at 2005-01-30 09:41 PM
Just a suggestion:
It would be nice if you one could add metadata properties (subject) to a dynamicpage

metadata

Posted by Anonymous User at 2005-01-30 09:49 PM
the metadata tab is present when editing a dynamicPage, but the chosen keyword doesn't seem to stick after saving. If you click on the metadata tab again after saving, nothing is selected?

Yes, same problem here

Posted by Anonymous User at 2005-04-14 05:55 AM
Any hints from maxm or other users would be so appreciated -- thx!

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.