Thanks for this great module, I was quite happy to get it working.

The module currently embeds all of the node content.

I'm looking for a way to embed only certain parts of the node, is there a way to do a embed node theme that's separate from the normal node tpl.php.

Thanks!

Comments

jtsnow’s picture

The module currently suggests additional page.tpl.php templates. You can view the suggestions with the Devel Themer (http://drupal.org/project/devel) module. You should be able to add CSS to your theme that would hide parts for the node.

The next step would be for Embed Widgets to also suggest node template files.

Flying Drupalist’s picture

Thanks a lot!

Looking at it there doesn't appear to be any node-type level templates. Those would be great!

Thanks. :)

jtsnow’s picture

Yeah, I'll put that on my to-do list. You should still be able to accomplish it with a page-level template and some CSS.

jtsnow’s picture

Status: Active » Fixed

Added node template suggestions in latest dev version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.