Viewing 15 replies - 1 through 15 (of 28 total)
  • Mine is loading fine in 2.5, but it’s defaulting to the ugly blue link color which looks horrible! I’ve checked the settings in style.php but they’re the correct gray hex colors… ?? It’s not a huge issue, but it DOES look better gray. Am I missing a setting somewhere maybe?

    https://www.ez-entertainment.net/blog/

    Thanks!

    oops… never mind!!! I got it fixed! DUH! I’ve spent WAY too much time on this upgrade today!!!!haha

    It works with WP 2.5. Activate the PlugIn and then go to the settings. Enable the Scriptaculous Effects – then it works. At least for me it does… .

    It works for WP 2.5 for me too. As slowwaydown said “Enable the Scriptaculous Effects”. I also had to reset the font colours.

    I’m getting the same fatal error message trying to activate in 2.5.1

    Fatal error: Cannot redeclare wp_dtree_load_javascripts() (previously declared in /home/chrisber/public_html/wp-content/plugins/wp-dtree-30/wp-dtree.php:113) in /home/chrisber/public_html/wp-content/plugins/wp-dtree-30/wp-dtree.php on line 121

    I just wanted to let you know I’m working on bringing WP-dTree to WordPress 2.6. A beta is available now, and I’d appreciate it if you tried it out for me.

    The changelist so far:

    • Fixed invalid XHTML output. (props: jberghem)
    • Fixed breakage in WP 2.5, 2.6
    • Renamed the dTree script to avoid collisions with plugins using an unmodified version.
    • Thanks!

    ulfben: I just installed it on my site if you want to take a look. Everything seems to be working, but I do have two minor complaints. Longer post titles don’t wrap, and I can’t get my font styles to match using your point size selector. Is there a way to override this to get the proper style to display?

    Thanks you Chrisber.

    I’ve just uploaded a new version. Remember to disable / enable the plugin after uploading the new one: it wont lose your settings.

    Changelog:
    Added link tree (needs testing!)
    Fixed some CSS-issues. (props: wenzlerm)

    ulfben: I love what this plugin does, but the new version has no effect on my style problem. See for yourself. Thanks!

    Wrapping is a non-trivial problem – thus long post titles are truncated. You can change to white-space: normal; in style.php, but it will look like crap.

    If you figure out a safe way to apply line wrap on the nodes, please let me know.

    Fonts are set in /wp-dtree-30/style.php and the font size in the WP-dTree admin panel (eg: design->WP-dTree).

    Hi Ulfben

    I just tested WP-dTree-3.4-beta.zip and came across a problem for parent nodes in ‘Pages’.

    The parent node (below ‘Node with children’) does only have a url to navigate to:

    <div class=”wp_dTreewp_dtree_Node”>

    über uns
    </div>

    I would suggest changing it to
    href=”…” onclick“javascript:p.o(3);”>über uns

    Hi Ulfben

    I just tested WP-dTree-3.4-beta.zip and came across a problem for parent nodes in ‘Pages’.

    The parent node (below ‘Node with children’) does only have a url to navigate to:

    <div class="wp_dTreewp_dtree_Node">
      <a href="javascript: p.o(3);"></a>
      <a class="node" title="Node with children" href="javascript:p.o(3);">über uns</a>
    </div>

    I would suggest changing it to

    <a class="node" title="Node with children" <strong>href</strong>="..." <strong>onclick</strong>"javascript:p.o(3);">über uns</a>

    Sorry Ulfben, last postings are wrong formated. To keep it short:
    It would be nice to have
    <a href="..." onclick="javascript:p.o(...)></a>
    in ‘Pages’ for nodes with children

    Forget all postings above, it’s already there with option ‘Folders are links’

    Hi UlfBen!

    Great tjhat your adding the links! But I just installed it, and my categories tree and my links-list remain empty ??

    https://www.climatesceptics.org/, WP 2.5.?

    Thanks!!

Viewing 15 replies - 1 through 15 (of 28 total)
  • The topic ‘[Plugin: WP-dTree 3.3.2] Fatal error in WP 2.5’ is closed to new replies.