Closed (duplicate)
Project:
Microdata
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2012 at 14:38 UTC
Updated:
19 Nov 2013 at 16:58 UTC
Jump to comment: Most recent
Display Suite is an amazing module that is used by many Drupal site builders. Likewise, microdata is an essential module for building forward looking sites. It is imperative that these two modules be compatible. How can we accomplish that? I am not a developer so I am unable to help with the code itself, however, I know enough about coding to believe this is not a monumental task. I am willing to help in any way possible. Is there a coder out there who is willing to help make these two modules play well together? What can I do to help? Cheers, Kevin.
Comments
Comment #1
paulmicha commentedI'm interested in this issue as well, but if I understand correctly, there are 2 ways of doing it :
The second option would be ideal - as it would allow for different, independant theming implementations (my original idea was to convert some http://reuze.me/ snippets into display suite, like in http://drupal.org/node/1795368).
Any guidance gladly appreciated ^^
Comment #2
Anonymous (not verified) commentedRather than making microdata compatible with Display Suite, I would recommend that DS use theme_field in a different way. It's use of theme_field doesn't just impact microdata, it also affects other modules. See #1896550: Possible to be compatible with Edit module?.
Comment #3
paulmicha commented#1896550: Possible to be compatible with Edit module? - Posted by swentel on January 30, 2013 at 3:07pm :
So... that's that.
Might try to use the RDF UI ("allows site administrators to specify the RDF mappings via a user interface") from http://drupal.org/project/rdfx and write custom DS field templates for them - anyone see a better option ?
Comment #4
Anonymous (not verified) commentedI actually was quite involved in RDFx module development. I don't think that will help with this problem.
Comment #5
daemonchrist commentedThe patch in #1692220: Undefined index: #formatter microdata_preprocess_field() resolves all the issues I was having when using Microdata with Display Suite. Marking this one as a duplicate. Feel free to reopen if you have applied the patch and are still getting errors.