Difference between revisions of "Talk:Wiklet example"

From Organic Design wiki
Line 2: Line 2:
  
 
include("$IP/extensions/Wiklets.php");<br>
 
include("$IP/extensions/Wiklets.php");<br>
$wgWikletsLoadJS = "/wiki/extensions/dragiframe.js";
+
$wgWikletsLoadJS = "/extensions/dragiframe.js";
  
 
My test page is [http://daniel.cook.name/index.php?title=Test here].  Would you mind steering me in the right direction?
 
My test page is [http://daniel.cook.name/index.php?title=Test here].  Would you mind steering me in the right direction?

Revision as of 02:25, 7 September 2007

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?