Problem with Gallery2 and WP-dTree...(SOLVED!)
rasmuskarlsen
Joined: 2007-05-02
Posts: 55 |
![]() |
I'm having some problems with my wordpress blog. I want to use the Wp-dTree widget plugin for wordpress: But when activating WPG2 something is causing WP-Dtree not working anymore? Why is this happening? My site is at: http://karlsengroup.dk/betaside/ |
|
capt_kirk
Joined: 2006-01-24
Posts: 492 |
![]() |
It's because WPG2 uses dtree for the WPG2 Album Tree widget. You're probably getting conflicting javascripts loaded. Try commenting out line 507 in wpg2functions.inc by adding two slashes at the beginning of the line so that it looks like this: // echo '<script language="javascript" type="text/javascript" src="'.get_bloginfo('wpurl').'/wp-content/plugins/wpg2/js/dtree.js"></script>'."\n"; I'm not sure that the other plugin's dtree script will work with WPG2, but if they didn't make any modifications to it, it should. Kirk |
|
rasmuskarlsen
Joined: 2007-05-02
Posts: 55 |
![]() |
Nice :D This seems to work... so far i haven't expirienced any errors... Thank you very much. |
|
rasmuskarlsen
Joined: 2007-05-02
Posts: 55 |
![]() |
Hmm, i suddenly have a problem... I wan't to use my WPG2 Album Tree... And still Use my WpdTree... So i have deleted the "Comment string" earlier mentioned... When viewing my frontpage, and other wordpress pages, my WPG2 Album tree is working just fine... But when viewing my WPG2 side, My WpdTree is working fine, but not WPG2 album tree? My site is at: http://karlsengroup.dk How can this be fixed? Please help... |
|
rasmuskarlsen
Joined: 2007-05-02
Posts: 55 |
![]() |
Peoblem is now solved. Both dTree's are now working well together :D |
|