• 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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    Plugin Author ulfben

    (@ulfben)

    This issue (and many many others) is resolved with WP-dTree 4.0.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-dTree] Multi User Mode WP 3,0’ is closed to new replies.