rejetto forum

opening hfs files in a new window?

bobxzx · 3 · 1807

0 Members and 1 Guest are viewing this topic.

Offline bobxzx

  • Occasional poster
  • *
    • Posts: 9
    • View Profile
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.


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
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.


Offline bobxzx

  • Occasional poster
  • *
    • Posts: 9
    • View Profile
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