This module's "home page" explains technical reasons why it's different than viewfield or insert_view. Could you expand on why these matter?

I am not familiar enough with the Drupal API/paradigm to understand why this is better. I gather this module works in more of a "reference" fashion like pointers and reference object types in many OO languages. But it's not clear from a practical perspective how your implementation is better or different than viewfield or insert_view. In what situations would I prefer your module?

Comments

danielb’s picture

Status: Active » Fixed

I guess unless you plan to make additional manipulation via custom modules and themes, you might not particularly care how the data is actually stored.
The practical differences are immediately obvious from the interface, especially in the way that multiple values are treated. You can use autocompletes to find the actual view which may be beneficial if you have a lot of views. There is also the ability to provide arguments per each referenced view by delimited lists and PHP code. Additionally if a View provides several displays - each may be chosen seperately.
From what I gather Viewfield handles multiple values, and multiple displays, in a very different way, and rather than provide PHP abilities it uses Tokens (which many people prefer). Insert View is different again because it lets you paste macros in fields that are not specifically designed to show Views, and in places other than nodes.

Aren Cambre’s picture

Status: Fixed » Needs work

Thank you. Your explanation is helpful. Could I suggest adding this to the module's home page?

danielb’s picture

I am thinking of creating a page here http://drupal.org/node/266179 but I will need some time to try out the similar modules to make sure I am being accurate about exactly what the difference is.

danielb’s picture

Status: Needs work » Fixed

Well I didn't get enough material to really warrant a page, so I just did as you first suggested and updated the project page.

Also my information about Viewfield handling multiple values differently was outdated, they have now updated to use the same method as this module.

Aren Cambre’s picture

Thank you.

Aren Cambre’s picture

Status: Fixed » Needs work

Insert View links to viewfield.

danielb’s picture

Status: Needs work » Fixed

cheers

Status: Fixed » Closed (fixed)

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