I tried using ds_views_row_adv_VIEWS_NAME on a recent project. After looking at the code, it doesn't look like there is any mention of the functionality outside a help comment in Views and an example in the api.php. Is this something that was lost in regression? Regardless, it doesn't work for me. Any suggestions?

Comments

swentel’s picture

heddn’s picture

Status: Active » Fixed

Thanks! I found it now but the example @ http://drupal.org/node/697320#ds_views_row_adv_VIEWSNAME looks like you can pass in $vars, when in fact it seems to pass in the stdClass entity & the view mode. I was kinda hoping this would pass in the entire row so I could get a little more context. I was planning to use this for odd/even row styling and swap out the view mode. I found another way to do that, namely changing/grouping. The example was/is confusing.

Status: Fixed » Closed (fixed)

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