rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: bobxzx on August 18, 2013, 08:03:03 PM

Title: opening hfs files in a new window?
Post by: bobxzx on August 18, 2013, 08:03:03 PM
I know the html command target=_blank to open something in a new window but can't figure out where on the template to put it to open hfs's files & folders, anyone got an idea for that, didn't find anything about that in the forum search either.
Title: Re: opening hfs files in a new window?
Post by: rejetto on August 19, 2013, 05:36:35 PM
where you see this
<a href="%item-url%">

that's the link for both files and folders.
You can put your modification in that tag.
Title: Re: opening hfs files in a new window?
Post by: bobxzx on August 20, 2013, 05:15:07 AM
Lol, I came here to answer my own ? and found the answer I came up with posted but for anyone else looking to do the same this is how the code looks

[file]
<tr><td>%new% %protected% <a href="%item-url%" target="_blank">

"target=_blank" was added to the line.

did the same thing for the folder line so both folders & files open in a new window