Closed (fixed)
Project:
Urlfilter
Version:
4.5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
30 Dec 2004 at 02:37 UTC
Updated:
2 Feb 2006 at 19:17 UTC
Would it be possible to add support for other link types ?
I'd like to use this internally for our staff to reference files on the network; we have Macs and PCs on Windows servers.
afp://
smb://
file://s:\folder\file.doc
\\server\share\folder\file.doc
Just a thought.
Comments
Comment #1
deekayen commentedI'm about to add the following to the preg_replace, and I'd like to add the \\, but I'm not sure if I should implement \\ since it's really only two characters. At least stuff in a xxx:// format is almost definately something to link.
If you really want \\server\asdf\foo.doc, open a new request, but I wouldn't expect it to ever get filled.
Comment #2
deekayen commented