Qdig-WP 0.4
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.
July 18th, 2005 at 5:36 pm
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!
July 21st, 2005 at 5:18 pm
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.
September 1st, 2005 at 11:16 pm
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>';
September 1st, 2005 at 11:21 pm
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…
September 1st, 2005 at 11:51 pm
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.