Title: [Plugin: WP-dTree] wp-dtree   wpml
Last modified: August 19, 2016

---

# [Plugin: WP-dTree] wp-dtree wpml

 *  [ado2000](https://wordpress.org/support/users/ado2000/)
 * (@ado2000)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-dtree-wp-dtree-wpml/)
 * I just modified the plugin page wp-dtree.php because of a problem with wpml plugin.
 * The problem wos that the plugine wont open the tree at a subpage in english.
 * the modification is:
 *     ```
       //if($args['opentoselection'] && isset($_SERVER['REQUEST_URI'])){
       		if($args['opentoselection'] && isset($_REQUEST['page_id'])){
       			//$tree .= $opt['openscript'] . wpdt_open_tree_to($_SERVER['REQUEST_URI'],'', $tree) . //$opt['closescript'];
       echo $_SERVER['page_id'];
       			$tree .= $opt['openscript'] . wpdt_open_tree_to($_REQUEST['page_id'],'', $tree) . $opt['closescript'];
       		}
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [ado2000](https://wordpress.org/support/users/ado2000/)
 * (@ado2000)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-dtree-wp-dtree-wpml/#post-1894795)
 * Never mind.
 * It was another kind of problem.
 *  [Lethys](https://wordpress.org/support/users/lethys/)
 * (@lethys)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-dtree-wp-dtree-wpml/#post-1894905)
 * And what is the solution? Because i have this problem with wp-dtree and WPML.
 * In french, my main language, it’s ok, but in english or spanish the plugin don’t
   open the tree…
 * So how do you fix it?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: WP-dTree] wp-dtree wpml’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-dtree-30_fcfcf8.svg)
 * [WP-dTree](https://wordpress.org/plugins/wp-dtree-30/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-dtree-30/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-dtree-30/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-dtree-30/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-dtree-30/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-dtree-30/reviews/)

## Tags

 * [WP-dTree 3.0](https://wordpress.org/support/topic-tag/wp-dtree-3-0/)

 * 2 replies
 * 2 participants
 * Last reply from: [Lethys](https://wordpress.org/support/users/lethys/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-dtree-wp-dtree-wpml/#post-1894905)
 * Status: not resolved