tab formatting lost in views

Apfel007 - September 22, 2009 - 09:43
Project:CDN2 Video
Version:6.x-1.9
Component:User interface
Category:task
Priority:normal
Assigned:Unassigned
Status:active
Description

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

#1

newlifecoming - September 22, 2009 - 09:49

It seems troubleful

#2

newlifecoming - September 22, 2009 - 09:56

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

#3

Apfel007 - September 24, 2009 - 14:08

new kind of spam?

Any out there to help me with this problem?

#4

meatsack - November 6, 2009 - 00:51

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.

 
 

Drupal is a registered trademark of Dries Buytaert.