In Single User Mode WP-dTree works as aspectet.
In Multi User Mode WP-dtree does not display a (Page) Tree until a Page gets displayed by clicking on a "normal" page link. After that the Page Tree appears and works.
Any suggestion?
In Single User Mode WP-dTree works as aspectet.
In Multi User Mode WP-dtree does not display a (Page) Tree until a Page gets displayed by clicking on a "normal" page link. After that the Page Tree appears and works.
Any suggestion?
I've got the same problem. The cat-tree works everywhere except on Home.
I got it working.
In wp-dtree_gen-functions.php replace (line 180)
if(substr_count($string, $path)){ //we know that this line holds the node id of our request.
with
if($path && substr_count($string, $path)){ //we know that this line holds the node id of our request.
I don't really know why, but it works for me.
This issue (and many many others) is resolved with WP-dTree 4.0.
This topic has been closed to new replies.