Talk:File Link Extension

From assela Pathirana
Revision as of 12:40, 8 September 2006 by Root (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

the

#settings for fileLinkExtension
$wgFilelinkExtensionPath = "extensions/FilelinkExtension";
include("$IP/$wgFilelinkExtensionPath/FilelinkExtension.php");
#end settings for fileLinkExtension

should be

#settings for fileLinkExtension
$wgFilelinkExtensionPath = "extensions/FileLinkExtension";
include("$IP/$wgFilelinkExtensionPath/FileLinkExtension.php");
#end settings for fileLinkExtension

(note the uppercase "L" in "FileLinkExtension") with the provided pathes

also there is a minor glitch:
the file:///-icon is showing up two times on the edit page, but showing up not at all at the "show preview" page. my skills in programming php and js are nearly zero, so any help would be highly appreciated. --Mel999 19:08, 4 May 2006 (JST)