Closed (outdated)
Project:
Viewfield
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2009 at 23:56 UTC
Updated:
14 Aug 2019 at 14:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Haehnchen commentedwould by fine...
Comment #2
Haehnchen commentednow I am using the viewfield on my page to include a view with some pictures in a node.
http://www.espend.de/artikel/miniaturansicht-thumbnails-aus-dem-explorer....
the 3 pictures are a simple view with parameter
since the tokens a not available and i found no other module that do the simple thing i have
done a simple module that replace a token in a node with a cck field. it dont depent on any
other modules so its really simple.
just use token like this [field_pictures] (it should work with every cck field) to include the named field in node. think of modify cck field option so the field is hidden else you see it twice
its create a new input type so activate it!
i thinking of create a module project but till now iam not allowed to do this here...
so use the file attached
moreover this modules are simliar:
http://drupal.org/project/inline
http://drupal.org/project/linodef
http://drupal.org/project/insert_view
but they dont to what i want.
Comment #3
Parkes Design commentedThanks for your input Haehnchen I'll check it out.
Comment #4
sunComment #5
eaton commentedI'd be VERY hesitant to commit this in D6; tokens are, by design, rendered even if they are never used. That means that whenever the node is loaded and ANY token is used, the view will be executed and rendered to populate the View token.
Comment #6
jerdavisClosing as Drupal 6 is no longer supported.