From: Harold H. <ha...@ha...> - 2017-07-06 20:43:56
|
Thanks for the quick response! I'd like it to work on this version: PhpWiki engine version: 1.3.14 I've also tried it on this and found it did not work: PhpWiki engine version 1.5.5 My work is running 1.3.14 on an internal network. There WAS an HTTP server that could access a bunch of referenced files, but that's no longer there. The files can be accessed through a network mapped drive (X:), so I'd like to make that work. Thanks! Harold > Hi Harold, > > Which release of Phpwiki are you using? > > Best regards, > > Marc-Etienne > > -----Original Message----- > From: Harold Hallikainen [mailto:ha...@ha...] > Sent: Wednesday, July 05, 2017 9:38 PM > To: Harold Hallikainen <ha...@ha...> > Cc: Discussion on PhpWiki features, bugs, development. > <php...@li...> > Subject: [Phpwiki-talk] file protocol? > > I'd like to add links to a network mapped drive (X). I've added the file > protocol to ALLOWED_PROTOCOLS. > > If I create a link like this: > [1012|file:///X:/SanLuisObispo/ENGINEERING/ECN/Approved/1012/] > > It ends up like this in the generated HTML: > > <th><span class="named-wikiunknown"><u>1012</u><a > href="file///X/SanLuisObispo/ENGINEERING/ECN/Approved/1012/?action=create" > title="Create: file///X/SanLuisObispo/ENGINEERING/ECN/Approved/1012/" > onmouseover="window.status="Create: > file///X/SanLuisObispo/ENGINEERING/ECN/Approved/1012/"; return true;" > onmouseout="window.status='';return true;" > rel="nofollow">?</a></span></th> > <th>2/4/14</th> > > > Note the missing colon after file in the href plus the added query string. > > Ideas? > > THANKS! > > Harold > > > > > > -- > FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an > iPhone. > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most engaging > tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > > -- FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an iPhone. |