Difference between revisions of "Talk:Wiklet example"
From Organic Design wiki
(New page: Trying to get this to work on my site ...) |
|||
Line 1: | Line 1: | ||
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 | 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"); | + | include("$IP/extensions/Wiklets.php");<br> |
$wgWikletsLoadJS = "/wiki/extensions/dragiframe.js"; | $wgWikletsLoadJS = "/wiki/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:24, 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 = "/wiki/extensions/dragiframe.js";
My test page is here. Would you mind steering me in the right direction?