Page 1 of 1
URL TAG
Posted: Sat Jan 24, 2015 11:34 am
by Pablo César
Hi Rathi,
Why this is not working ?

- Screen1.png (58.26 KiB) Viewed 6706 times
Is it posible to make it working ?
Rgds
PS.: Here I found something could help to you:
http://www.phpbb-seo.com/en/phpbb-forum ... t4965.html
Re: URL TAG
Posted: Sat Jan 24, 2015 11:46 am
by serge_girard
Pablo,
You forgot \ after C:
Serge
URL TAG
Posted: Sat Jan 24, 2015 3:20 pm
by Pablo César
serge_girard wrote:You forgot \ after C:
Yes I forgot, but it was one of my tests. Even changing to "" is still not working...
Because for phpbb only accept URL starting with "
http://" but I've read at web there is a way to include probably to put localhost at begining something like this, I don't know...

- Screen1.png (79.13 KiB) Viewed 6665 times
Same case than this one
B.Rgds
Re: URL TAG
Posted: Sat Jan 24, 2015 3:35 pm
by serge_girard
Pablo,
Something like this should be OK:
<a href= 'file:///C:\folder\INDEX.HTM'>Some Title</a>
URL TAG
Posted: Sat Jan 24, 2015 3:42 pm
by Pablo César
Hi Serge, thanks Serge for the tips but seems still not working...
I'm looking to let URL for local host but hw to do this here in our post in the forum ?
I wish to let a link for user clicking a goes to that place.
Re: URL TAG
Posted: Sat Jan 24, 2015 3:48 pm
by serge_girard
Pablo,
In which post was it used (I remember seeing it...)? Then we can check HTML page-source.
S
URL TAG
Posted: Sat Jan 24, 2015 3:50 pm
by Pablo César
serge_girard wrote:In which post was it used (I remember seeing it...)? Then we can check HTML page-source.
Ahh yes ?
It has been used before here in the forum ?
I trying with this:
[FILE]file:///C:/hmg.3.4.0/DOC/data/grid.htm[/FILE]
And also reading this:
http://www.simplemachines.org/community ... ic=23410.0
Re: URL TAG
Posted: Sat Jan 24, 2015 4:22 pm
by serge_girard
It was posting of GRID Backcolor. I think it is disabled somewhere.
Serge
Re: URL TAG
Posted: Sat Jan 24, 2015 4:24 pm
by Pablo César
serge_girard wrote:It was posting of GRID Backcolor. I think it is disabled somewhere.
Ohhh I know.
Is it this one Serge ?
viewtopic.php?p=39535#p39535
This it simple showing but user can not click and access the html file...
Seems here:
http://www.simplemachines.org/community ... ic=23410.0
Showing a modifiation in php system.
URL TAG
Posted: Sat Jan 24, 2015 4:35 pm
by Pablo César
Here saying it is posible:
http://en.wikipedia.org/wiki/File_URI_scheme
My tests:
[url=file://C:/hmg.3.4.0/DOC/data/grid.htm]HMGDoc1[/url]

- Screen2.png (2.67 KiB) Viewed 6646 times
[url=file://localhost/c|/hmg.3.4.0/DOC/data/grid.htm]HMGDoc2[/url]

- Screen1.png (2.99 KiB) Viewed 6646 times
[url=file:///c|/hmg.3.4.0/DOC/data/grid.htm]HMGDoc3[/url]
[url=file:///c:/hmg.3.4.0/DOC/data/grid.htm]HMGDoc4[/url]