bdunogier / ezdisqus

Disqus integration for eZ Publish
http://projects.ez.no/ezdisqus
Other
5 stars 9 forks source link

Multi-located content : allow multi-threads #8

Open lolautruche opened 12 years ago

lolautruche commented 12 years ago

With datatype implementation (see #2), threads would logically identified by ContentObjectID, but it should also be possible to identify by the NodeID. Multi-located content would have 2 options :

  1. One thread per content. This way, the same comments would appear in every locations.
  2. One thread per location.

This should be configurable in the content attribute edit form, with default value stored in content class attribute.

See Disqus variables doc on disqus_identifier

bdunogier commented 12 years ago

If one thread per content is used, it should:

lolautruche commented 12 years ago

@bdunogier Your comment is all about disqus_url variable, right ?

bdunogier commented 12 years ago

Yes.