Good extension

You need to be logged in to post messages in the forums. New users may register here.

Carlos Revillo

Member since:
09 January 2008

Posts: 48

Tuesday 14 October 2008 3:09:45 pm

Nice extension we have here. It seems there is some things that still need to be changed. Mainly related to the sql schema provided in the sql folder. it seems that sql file are not the same that the one used in php files, so you get some errors by default.

But thanks for sharing this. it's really a good start point.
Up

Frédéric DAVID

Member since:
07 February 2008

Posts: 12

Wednesday 15 October 2008 10:21:08 am

Thanks you for your support.

I update the sql schema. It's correct now :)

Frédéric DAVID

Publications about eZ publish : http://www.frefred.fr/blog/ez-publish
feZ Meta Data : http://projects.ez.no/fezmetadata
eZ Role : http://projects.ez.no/ezinstall

Up

Carlos Revillo

Member since:
09 January 2008

Posts: 48

Thursday 16 October 2008 2:15:01 am

Glad it helped.

I have more ideas about the extension.

I've been thinking in a way to let the users the ability to choose the users they want.
If i'm not wrong, now it's only possible to work with "keywords" and "description" tag. if you need more tags you will need to do some updates to the table schema... am i right with this?

If so, it would be nice to add some kind of "meta administration". it could be a new tab in the upper menu in the admin site. Clicking on it, you will be shown a list of tags. from there, you could add, edit or delete tags. And from a script the table schema will be modified.
This way, everybody can use this extension and add their tags without needing to know sql...

Up

Frédéric DAVID

Member since:
07 February 2008

Posts: 12

Thursday 16 October 2008 4:56:51 am

Hi,

>I've been thinking in a way to let the users the ability to choose the users they want.
>If i'm not wrong, now it's only possible to work with "keywords" and "description" tag. if you need more tags you will need to do some updates to the table schema... am i right with this?
>If so, it would be nice to add some kind of "meta administration". it could be a new tab in the upper menu in the admin site. Clicking on it, you will be shown a list of tags. from there, you could add, edit or delete tags. And from a script the table schema will be modified.
>This way, everybody can use this extension and add their tags without needing to know sql...

For the moment, the users can manage the availabled meta data in the file ezmetadata.ini. The extension use an array to list the meta data.

You can find the informations there :

http://svn.projects.ez.no/fezmeta...k/settings/ezmetadata.ini.append.php

The sub section like [MetaData_keywords] allows to display in the meta data bloc the name Keywords This term can be translated, like Mots Clés in French.

Frédéric DAVID

Publications about eZ publish : http://www.frefred.fr/blog/ez-publish
feZ Meta Data : http://projects.ez.no/fezmetadata
eZ Role : http://projects.ez.no/ezinstall

Up

Carlos Revillo

Member since:
09 January 2008

Posts: 48

Thursday 16 October 2008 5:39:38 am

I see it more clearly know. Thank you.

Maybe i can help you with internazionalization?
It would be nice to have the posibility to add custom tags for the diferrent versions of objects you have in several languages.

Right now it seems that "French" is "hardcoded" in the edit template...

Up

Frédéric DAVID

Member since:
07 February 2008

Posts: 12

Thursday 16 October 2008 6:57:01 am

If you want to contribute, please register as a member of the fezmetadata project on this page : http://projects.ez.no/fezmetadata/team/members
Your contributions are welcomed :-)
Just one thing, before coding/commiting, keep on opening a topic in the forum per ideas/bugs so that we can discuss about.

I would change the feZ Meta Data project to add :

versionning and language of the meta data object in a next version. I hope the version 1.1 :)

Frédéric DAVID

Publications about eZ publish : http://www.frefred.fr/blog/ez-publish
feZ Meta Data : http://projects.ez.no/fezmetadata
eZ Role : http://projects.ez.no/ezinstall

Up

Carlos Revillo

Member since:
09 January 2008

Posts: 48

Thursday 16 October 2008 7:15:50 am

great. hope i can find some time to start to work about internazionalization in this week. i tell you about when i have something.
Up

You need to be logged in to post messages in the forums. New users may register here.