Qdig-WP 0.4

Please see my latest entry about Qdig-WP without mod_rewrite for updated information that obsoletes some of the below.

I’ve made a few updates to Qdig-WP to fix a few bugs.

The most obvious change (0.4) is that the plugin will now work when mod_rewrite is not being used. See the information about $extra_param in the The Qdig File section. Note that you may have to upgrade to the latest release of Qdig for this feature — it’s only present starting with the 20050310 devel release.

A subtle but important change made in 0.3 makes sure that all of Qdig’s globals get properly loaded, even for future versions of Qdig. Previously, new settings introduced in future Qdig releases wouldn’t work.

If you run into problems or find bugs, please bring them up in my forums.

No Responses to “Qdig-WP 0.4”

  1. Martin Allert Says:

    I have some major problems getting this plugin to run. First, qdig 1.2.9 changed serveral konfiguration options, e.g. $url_base_path does not exist any more. Second, qdig now strips slashes in front of absolute path’s, which means some configuration like the image path set to “/galleries/images” will be stripped to “galleries/images” and can thus be not found.

    Please update your little howto, as I am really in need of this plugin.

    Keep up the great work!

  2. David Says:

    I updated the stuff regarding the renamed variables, hopefully that helps. I don’t have time to look into the other issues you mention, though, unfortunately. :/ Good luck.

  3. clint Says:

    nice plugin.. here is a fix tho for the permalink code, it was throwing validation errors because there wasnt double quotes around it..

    around line 85:


    // validation fix was missing quotes
    $gallery_link = '<a href="'. get_permalink() .'">'. $link_text .'</a>';

  4. clint Says:

    oops.. the wp code didnt come thru in that of course…well im sure you know how to fix it, just wanted to post it in case…

  5. David Says:

    Thank you Clint, I just applied the change you suggested to the code and updated the Qdig-WP page, crediting you for the fix. By the way, even though the code doesn’t show right above, it did show up okay in the notification email I got sent, so all is well. :) Thanks for the fix.

Leave a Reply

You must be logged in to post a comment.