Hi,

I am trying to have video pop up using drupal6 , thickbox.module,v 1.18.2.21.
I am using views module to display the video content of a particular user in a block and wrote block view tpl file to display the video in a pop up box.
That pop up works fine in Firefox But In Google chrome, IE 7 & IE 8 are not rendering the pop up windows
I am using a CCK field for the embedded video URL with views.
I don't understand why this works in ff but not in any other browser?
I don't think j-query is the problem because, there are some other blocks that i have created previously with the same functionality.I didn't have any problem with the pop up in all the above mentioned browsers.
Please guide me if I am doing any mistake?
Your help is greatly appreciated.

Thanks in advance,
Hemu

Comments

yuriy.babenko’s picture

Can you post a link to your site?

---
Yuriy Babenko | Technical Consultant & Senior Developer
http://yuriybabenko.com

Hemu’s picture

I am posting a code snippet that I am using in here . please check

Hemu’s picture

<a href="#TB_inline?height=auto&width=auto&inlineId=<?php print $fields['nid']->content; ?>&modal=false" class ="thickbox">
 <?php print $fields['field_partner_video_url_embed']->content;?>
</a>

I am using a cck field for partner video content and using that cck field in the view tpl file as shown here in TB_inline box
do you think I am doing something wrong here?
please advice me.

yuriy.babenko’s picture

Without being able to see the actual site (and appropriate CSS and JavaScript) there's nothing we can really do except suggesting you try an alternative to Thickbox.

---
Yuriy Babenko | Technical Consultant & Senior Developer
http://yuriybabenko.com

keesee’s picture

Edited

ionut.alexuc’s picture

you could use fancybox instead of thickbox.

keesee’s picture

If I cant resolve Thick box issues, I'll attempt shadowbox as a second resort.

--
J.