Wondering what plans there are for a D7 version. Thinking ahead.
Thanks.

Comments

AlexisWilke’s picture

Hmmm... Waiting for a patch? 8-)

D7 works quite differently so it may be quite a bit of work to get this module to work there. But it could be that the filtering system is already pretty solid in D7. I did an attempt with simplemenu, but there are several bugs in the menu system that are not getting fixed and thus that was not really doable at this time.

Thank you for your interest.
Alexis

alex.cunha’s picture

subscribing

Is there any other alternative for D7?

AlexisWilke’s picture

alexcunha,

Not that I know of. It's possible the the other two modules that offer a similar functionality made progress. Now I don't remember what those are named...

Thank you.
Alexis Wilke

julianna’s picture

Subscribe

AlexisWilke’s picture

Title: Port to D7? » Port to D7? Searching for a co-maintainer...
JohnnyX’s picture

A workaround for insert a node into a node body should be insert_view. Generate a view of your node and than insert it into a nodes body field. insertNode would be easier and the better solution but it should work...

vidu_ram’s picture

Subscribe

basicmagic.net’s picture

subscribe

lefnire’s picture

In Drupal 7 you can use node tokens in conjunction with token_filter and a snippet like https://gist.github.com/1854789 to provide node_view:build_mode. Example tokens: [node:1:title], [node:1:node_view:full], [node:1:field_media]

lefnire’s picture

In fact, that covers most of it IMO -- anything I'm missing?

sokrplare’s picture

Possible alternative in D7 http://drupal.org/project/node_embed

yannickoo’s picture

The Gist from #7 works perfect, thank you lefnire!

bkat’s picture

#9 is working well for me except in one case. I'm using embedded media field (emfield) module to embed videos. When I use the technique described in #9, these tokens are just expanded to the file url and not the rendered video which is the default for this field.

Is there any way to adjust the hook_tokens() code to render the fields according to how they would be displayed in the node rather than just the url of the file?

andrés chandía’s picture

Issue summary: View changes
Status: Active » Closed (outdated)