Download & Extend

jquery media --> jquery_media', array('invoke media' => FALSE') is possible for block view of field?

Project:jQ
Version:6.x-1.2
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Hi!
i couldn't find the issue for jquery media - that's why i am posting here. sorry for that!
i have for mp3's on my page the jquery media module activated which works perfectly for my field_audio. now i want to have the latest audio shown as a block, but of course smart as jquery media is, turns my whole block into links with little mp3 players. that is nice, but i don't need it like this.
i tried now several ways to get rid of that, but i am really stuck. i know a little php but obviously too less to solve this problem. firstly i created a view to sort the fields nicely in a block view.

then i created a custom block, with a php snippet:

<?php
$block
= module_invoke ('views', 'block', 'view', 'hz_latest_audio-block_1');
jq_add('jquery_media');
print
l($block->title, $block->content, array('class' => 'media', 'invoke media' => FALSE));
?>

i had several variants of this code, but none worked - i guess i have it wrong, but not sure, where, why and how. what i also tried was to put a similar snippet (with invoke media FALSE) into block.tpl.php, but it as well didn't work, wasn't even recognized. i never saw anywhere, that the FALSE variant can be set in the first place. either way, i am really lost in this now and would appreciate some help on this or maybe a hint in a direction, cause i don't even know, if i am taking the right turns.
i would also rather like to turn it off in the block view, than on for every content type i use this field (and it is more than one) + additionally using other fields, that are also managed by jquery media. so it would be smarter to turn it off in the block view rather.
thanx a lot
sp~s~b

nobody click here