URL TAG

Forum help and suggestions to improve this forum.

Moderator: Rathinagiri

Post Reply
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

URL TAG

Post by Pablo César »

Hi Rathi,

Why this is not working ?
Screen1.png
Screen1.png (58.26 KiB) Viewed 5472 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
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
serge_girard
Posts: 3165
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: URL TAG

Post by serge_girard »

Pablo,

You forgot \ after C:

Serge
There's nothing you can do that can't be done...
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

URL TAG

Post 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
Screen1.png (79.13 KiB) Viewed 5431 times
Same case than this one

B.Rgds
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
serge_girard
Posts: 3165
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: URL TAG

Post by serge_girard »

Pablo,

Something like this should be OK:

<a href= 'file:///C:\folder\INDEX.HTM'>Some Title</a>
There's nothing you can do that can't be done...
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

URL TAG

Post 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.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
serge_girard
Posts: 3165
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: URL TAG

Post by serge_girard »

Pablo,

In which post was it used (I remember seeing it...)? Then we can check HTML page-source.

S
There's nothing you can do that can't be done...
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

URL TAG

Post 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
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
serge_girard
Posts: 3165
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: URL TAG

Post by serge_girard »

It was posting of GRID Backcolor. I think it is disabled somewhere.

Serge
There's nothing you can do that can't be done...
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: URL TAG

Post 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.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

URL TAG

Post 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
Screen2.png (2.67 KiB) Viewed 5412 times
[url=file://localhost/c|/hmg.3.4.0/DOC/data/grid.htm]HMGDoc2[/url]
Screen1.png
Screen1.png (2.99 KiB) Viewed 5412 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]
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
Post Reply