Project:CDN2 Video
Version:6.x-1.9
Component:User interface
Category:task
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Hi there,
I display my video nodes in a view. But the view drop the cdn2 tab formatting. I only get a list view.

How can I solve this?

Kai

Comments

#1

It seems troubleful

#2

why I can't see my signature? it's http://www.cctvhotdeals.com/

#3

new kind of spam?

Any out there to help me with this problem?

#4

Try changing the cdn.js file to be like

$(document).ready(
  function() {
    $('div.cdn2_tabs > ul').each(function(){
      $(this).tabs();
      var nIndex = parseInt(aPresetList[cdn2_default_preset]);  // this is '1'
      $(this).tabs('select', nIndex);
    })
  }
);

That's just a quick hack fix though. Working on something a little better which I'll post later.

nobody click here