rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: CivicScootin on August 22, 2010, 11:55:02 PM

Title: URL's in comment tab?.. If so how?..
Post by: CivicScootin on August 22, 2010, 11:55:02 PM
Ive been trying to figure out if its possible to link a video (via URL) with in the comment tab on a file..
Adding an "INSERT HYPERLINK" does not work as in [.url][/url.]......

Im doing this for a file that I would like a video pre-view linked to it..

Both the file and the video are already on my HFS tree however Im not sure how I can link the 2 or even just have a click-able url link showing with in the comments of the main file..
As stated I tryed to insert the hyperlink  command however that did not work with in the comments as it just shows the [.url][/url.]

Hope this makes sense - If not Ill be more than happy to try to clarify

Thanks in advance,
Civic/Scootin


NOTE:
Added the .with in [.url][/url.] on the above question on purpose just so it would show here with in this thread for the question.. Other wise it would have shown liked this: http://
Title: Re: URL's in comment tab?.. If so how?..
Post by: SilentPliz on August 23, 2010, 12:09:21 AM
Hi! :)

<a href="/my_video_folder/myvidéo.avi">The best movie</a>

or

<a href="/my_video_folder/myvidéo.avi">/my_video_folder/myvidéo.avi</a>

or

<a href="http://mydomain.com ...

Edit:
You can use most HTML commands in comment tab ... except HFS macros.

Title: Re: URL's in comment tab?.. If so how?..
Post by: CivicScootin on August 23, 2010, 05:53:05 PM
Thank you very much Silent..
Your the man~