Closed (fixed)
Project:
Embed widgets
Version:
6.x-2.0-alpha1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2009 at 19:01 UTC
Updated:
26 Jun 2009 at 02:10 UTC
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
Comment #1
jtsnow commentedThe 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.
Comment #2
Flying Drupalist commentedThanks a lot!
Looking at it there doesn't appear to be any node-type level templates. Those would be great!
Thanks. :)
Comment #3
jtsnow commentedYeah, 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.
Comment #4
jtsnow commentedAdded node template suggestions in latest dev version.