From: Reini U. <ru...@x-...> - 2004-02-11 08:28:37
|
John Cole schrieb: > I had a user ask for this very same thing. However I have made a > configuration decision error early on. To aid users in linking to files on > the server, I added File: to the interwiki map :-( > > Now I can change the interwiki map easily enough, but it would be really > nice to have a search and replace admin page to fix all of the File: > references in the wiki :-) good idea. will be done really soon. I'm just in the state of fixing WikiAdminSelect and the other WikiAdmin plugins: ..Chown, ..Chmod, ..Rename. WikiAdminSearchReplace is a good name for this. > > Thanks, > > John Cole > > -----Original Message----- > From: php...@li... > [mailto:php...@li...]On Behalf Of Reini > Urban > Sent: Saturday, February 07, 2004 4:49 AM > To: Weeks, Phillip > Cc: php...@li... > Subject: Re: [Phpwiki-talk] how to reference a file on my machine in a > phpwiki page > > > In phpwiki you just enter the url: > file:\\eac-proj4/reference/bond3/pagrabs/pa0806.xls > > but then you also have to enable the file protocol in $AllowedProtocols > in index.php > > Weeks, Phillip schrieb: > > >>Subject line says it all. >> >>I want to be able to reference an excel spreadsheet that resides in a >>shared folder on my machine inside the wiki page. That way I can update >>it as needed without having to imbed the contents into the page. I had >>done this type of thing using openwiki and an html style like so: >> >><a >>href="file:\\eac-proj4/reference/bond3/pagrabs/pa0806.xls">pa0806.xls</a> >> >>I can’t seem to figure out how to do this in php wiki -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |