Or, the more custom work you do, the more ways broken things can be your fault.
views_build_view and theming views
It turns out that the reason view was not working - not showing up at all - when call through views_build_view had nothing to do with the custom call. The view isn't showing up when displayed as a list, period.
I removed two fields -- CCK fields that I don't think apply to video module -- but it still isn't working, yet.
Or, the more custom work you do, the more ways broken things can be your fault.
views_build_view and theming views
It turns out that the reason view was not working - not showing up at all - when call through views_build_view had nothing to do with the custom call. The view isn't showing up when displayed as a list, period.
I removed two fields -- CCK fields that I don't think apply to video module -- but it still isn't working, yet.
Ahh. I had views template exported and modified in template.php that was screwing things up. It only affects list themes. Here's my broken version: