emierp
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Adsense and Hotel Booking] I cant save settings3.2.1
Regards
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Slideshow does not work in 2.9The same problem here.
The slideshow does not show anything in WP 2.9.1
Forum: Plugins
In reply to: [Plugin: WP-dTree] wp-dtree not showing categoriesHi all, I think I found the problem:
On the file wp-dtree.php on line 318 the original code is:
$cd = ‘<script type=”text/javascript” src=”‘.WP_PLUGIN_URL.’/wp-dtree-30/dtree.php?witheff=’.$wpdtreeopt[‘effopt’][‘effon’].’&eff=’.$wpdtreeopt[‘effopt’][‘efftype’].’&effdur=’.$wpdtreeopt[‘effopt’][‘duration’].'”></script>’.”\n”;So I think you change the sub directory name to wp-dtree so the new code must be:
$cd = ‘<script type=”text/javascript” src=”‘.WP_PLUGIN_URL.’/wp-dtree/dtree.php?witheff=’.$wpdtreeopt[‘effopt’][‘effon’].’&eff=’.$wpdtreeopt[‘effopt’][‘efftype’].’&effdur=’.$wpdtreeopt[‘effopt’][‘duration’].'”></script>’.”\n”;
This solves the problem for me.
Regards
Forum: Plugins
In reply to: [Plugin: WP-dTree] wp-dtree not showing categoriesSame here.
I my case I’m using silveray template.
The error is:
wp_dTree is not defined
http://eloy-mp.com/wordpress262/
Line 547Regards.