I have a computed field and i want to output a View's - block display with arguments passed into it. Can someone provide me with an example code of how to output a view with arguments?
thanks!
I have a computed field and i want to output a View's - block display with arguments passed into it. Can someone provide me with an example code of how to output a view with arguments? thanks! |
|||||||
|
The long way:
The short way:
This site helped alot: http://mydrupalblog.lhmdesign.com/embed-drupal-views-using-php Also keep in mind since this is dynamic data, you will need to uncheck the checkbox on the field settings page or else it will try to store the data thats generated upon saving the node. |
||||
|