Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Yes I did! and yui menu etc is ok! but just tab view don't work , and i can't understand this "Be sure that you remove all the usage of the build_tabview function from your site." in readme.txt
If you disable the module while you have a block added with tab_view in your front page this will cause a problem. If you have a block added in front page you have to remove this before you disable the yui_tabview.
And for 5.3 i am not sure why it is not working. Is it possible to try with the version 5.7? I will try also with 5.3.
in yui_tabview.install you need rewrite this function
function yui_tabview_install(){
drupal_set_message('Please visit '. l('tabview/sample', 'tabview/sample'));
}
and remove function yui_tabview uninstall() { db_query('DROP TABLE {counter}');}
I am sorry for my late response. Was too busy. ottafei, thank your you have done great job! I applied your fix.
By the way cyberlot has made a good improvement to yui_tabview. Hopefully to night snapshot build will include this two.
Comments
Comment #1
bakyildiz commentedDid you install http://drupal.org/project/yui this module first?
Comment #2
ottafei commentedYes I did! and yui menu etc is ok! but just tab view don't work , and i can't understand this "Be sure that you remove all the usage of the build_tabview function from your site." in readme.txt
Comment #3
bakyildiz commentedIf you disable the module while you have a block added with tab_view in your front page this will cause a problem. If you have a block added in front page you have to remove this before you disable the yui_tabview.
And for 5.3 i am not sure why it is not working. Is it possible to try with the version 5.7? I will try also with 5.3.
Comment #4
ottafei commentedok thanks very much!
Comment #5
fadi.wahba commentedI'm using drupal 5.9 and the YUI editor works fine but when enabled the YUI Tapview i got this on my screen:
Please Help..!
Comment #6
ottafei commentedin yui_tabview.install you need rewrite this function
function yui_tabview_install(){
drupal_set_message('Please visit '. l('tabview/sample', 'tabview/sample'));
}
and remove function yui_tabview uninstall() { db_query('DROP TABLE {counter}');}
Comment #7
bakyildiz commentedI am sorry for my late response. Was too busy. ottafei, thank your you have done great job! I applied your fix.
By the way cyberlot has made a good improvement to yui_tabview. Hopefully to night snapshot build will include this two.