I'll add this temporarily to my blog and I'll see what I can do with this.
Oh, wait. Tonight is game night with my mates; it'll have to wait at least until Saturday. If someone else wants to take a shot at it, you're welcome to it.
Code: Select all
Image folder: http://karlkoch.uttx.net/serendipity/bundled-libs/HTML_TreeMenu/images/
js file:
http://karlkoch.uttx.net/serendipity/bundled-libs/HTML_TreeMenu/TreeMenu.js
Code: Select all
<span class="serendipitySideBarTitle">Title</span>Code: Select all
<h3 class="serendipitySideBarTitle">Title</h3>Code: Select all
$cat_nodes[0] = new HTML_TreeNode(array('text'=>'<span class="serendipitySideBarTitle">'.$this->get_config('title', $title).'</span>'));
Code: Select all
$cat_nodes[0] = new HTML_TreeNode(array('text'=>'<h3 class="serendipitySideBarTitle">'.$this->get_config('title', $title).'</h3>'));
For me, $WEBSERVER_HTDOCS$ is /usr/local/apache/htdocs and $PHP_LIB$ is /usr/local/lib/php/pear install HTML_TreeMenu
mkdir $WEBSERVER_HTDOCS$/serendipity/bundled-libs/HTML_TreeMenu
cp -R $PHP_LIB$/data/HTML_TreeMenu/ $WEBSERVER_HTDOCS$/serendipity/bundled-libs/HTML_TreeMenu
Code: Select all
/bundled-libs/HTML_TreeMenu/images
/bundled-libs/HTML_TreeMenu/TreeMenu.js