collective / collective.nitf

A Dexterity-based content type inspired on the News Industry Text Format specification
8 stars 3 forks source link

Default view must look like a News Item #82

Closed hvelarde closed 10 years ago

hvelarde commented 11 years ago

This is the News Item view:

seleo_002

This is the default view:

seleo_001

as you can see there are many details:

agnogueira commented 11 years ago

Icon to show when you have more than one image, like this one: http://www.cartacapital.com.br/sociedade/indigenas-vivem-situacao-precaria-dentro-de-sao-paulo-1996.html more-images

marcosfromero commented 11 years ago

Nitf should have provide plone.app.relationfield.behavior.IRelatedItems for plone.belowcontentbody.relateditems viewlet to display related items.

Should we remove relatedItems field from Nitf schema and add the aforementioned behavior?

marcosfromero commented 11 years ago

As mentioned above, Nitf uses a custom implementation of related content. Also collective.nitf.browser.NITFBylineViewlet should replace standard ByLineViewlet. I think Nitf should face some refactoring (viewlets, fields, templates) to use more plone standard ways.

hvelarde commented 11 years ago

this package uses a different widget for related items; if you can find a way to use standard behavior and override the widget, just do it!

for the tags, the problem is we are overriding the viewlet on the wrong viewlet manager.