I've installed the MenuTree plugin, and I have a small problem with it.
Something similar is discussed in the
http://www.s9y.org/forums/viewtopic.php?t=2367&start=15 topic, but it still doesn't solve my problem.
The plugin scripts leave the div class="serendipitySideBarItem container_serendipity_plugin_category_dhtml_menu" blank before the div class="serendipitySideBarContent", and puts the tite after this part of the code. Although I've tried to modify the code:
Code: Select all
$cat_nodes[0] = new HTML_TreeNode(array('text'=>'<span class="serendipitySideBarTitle">'.$this->get_config('title', '').'</span>')); Anybody has an idea how to solve this problem?