Talk:Wiklet example

From Organic Design wiki
Revision as of 02:25, 7 September 2007 by Cooknn (talk | contribs)

Trying to get this to work on my site but I can't get the path right to the .js location. I dropped dragiframe.js in /extensions along with Wiklets.php. I changed permissions to 755 on the .js as well. Also added these lines to localsettings.php

include("$IP/extensions/Wiklets.php");
$wgWikletsLoadJS = "/extensions/dragiframe.js";

My test page is here. Would you mind steering me in the right direction?