Closed (fixed)
Project:
Node Embed
Version:
6.x-1.4
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 May 2011 at 13:26 UTC
Updated:
4 Jan 2014 at 00:53 UTC
Jump to comment: Most recent
Comments
Comment #1
vins94 commentedComment #2
Taxoman commentedComment #3
aleksandar.jakovljevic commentedsubscribe
Comment #4
emkamau commentedwhat is the status of this port to D7? Is this usable. Very interested in this module.
thanks
emk
Comment #5
vins94 commentedYes, this port works well.
As stated in the description, the only thing that was removed is the redesign of embedded nodes with specific templates (like 'node-embed--default.tpl.php' or 'node-embed--[type].tpl.php).
Enjoy!
Comment #6
mtndan commentedPlease explain how to theme embedded nodes in Drupal 7 - is there a template override I can use?
Thanks in advance.
Comment #7
vins94 commentedYou also can use a custom node template in the 'templates' directory of your current theme (node--[type].tpl.php). But the render of node will be modified generally (embedded in another node or not).
Comment #8
mtndan commentedSure I understand that, but I'd like to do an embed-specific template.
Comment #9
iko commentedHi,
I also think it would be fine to be able to create an embed-specific template, so that we could chose what to display from the embedded node (basically, neither the title nor the $submitted). I hope this functionnality will be added in the port. Thanks in advance :-)
Comment #10
Anonymous (not verified) commentedAny news on a port to D7? I' m available to help if needed on porting it.
Comment #11
sachbearbeiter commentedsub
Comment #12
sreynen commentedI've used this and it works at least well enough to have its own dev branch.
Comment #13
kaizerking commentedThis node embed code has some problem , if it works then why not to port?
Comment #14
Yuri commentedI expect that the D7 version will look a lot like the Field Collection module. In the future, when every entity type will be able to behave as a field collection, Node Embed won't be needed any more.
Comment #15
jyee commented+1 to create an official D7 branch with the port from this thread. It works well and is stable enough that I've used it for a live production website.
Comment #16
EvanDonovan commentedThis works well, for its purposes, although it would be great if the embed-specific templates could be added back in. Can this be added as an official release?
Comment #17
EvanDonovan commentedI added code as follows to provide a custom view mode, which could serve the same purpose that the node-specific templates did, except allowing for configuration in the Drupal UI:
Note that it may make more sense not to default this view mode to having custom settings, since not everyone will want it to be different than the default.
I also altered the processing of the filter to make use of this view mode, as follows:
I will submit a patch for these changes once an official release for 7.x has been made. I would be willing to maintain such a release if no one else has interest in doing so. I already have Git access.
Comment #18
sreynen commentedEvanDonovan, if you're wiling to maintain this project, I'd strongly encourage you to follow the abandoned project process. None of the current maintainers have touched this issue, so they're unlikely to see your offer. Nnor have they committed anything on the project in almost a year, so this looks like an abandoned project.
Comment #19
EvanDonovan commentedOk, I was thinking I will need to do that. Will try to do that in the next week or so.
Comment #20
ericclaeren commentedHi, I received some undefined index language errors after cloning a node.
Looks like I fixed this by setting a language value and when no language detected setting it to language_none (und)
Have any of you seen this problem before and would this be a correct solution?
Thanks, Cheers
Comment #21
lee20 commentedSubscribing. Would love to see a D7 branch get created soon!
Comment #22
mrharolda commentedHmmm... 4 maintainers, but the last commit is almost 1 year ago...
Is this module abandoned?
Comment #23
sreynen commentedI've started the abandoned project process in #1431518: Offering to (co-)maintain Node Embed. That can take up to two weeks. Whenever it's done, I'll create a D7 release.
Comment #24
ericclaeren commentedThanks sreynen!
Comment #25
benkoren commentedSubscribe.
Comment #26
saru1683 commentedusing pannel pages along with views, you can achieve the same feature in 7.x.
If you want, I can provide you with more information. I have done this with one of my project.
Thank you.
Comment #27
sreynen commentedI'm now maintainer. I made a D7 branch. I'll get a release up momentarily.