BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 eXtreme Movie Manager 8, 9, 10 Forum
 Suggestions / New Features
 Folder button in html template

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
bshsbr Posted - 04 Dec 2015 : 20:43:18
Hi! Can we add "folder location button" to custom2 html template?
1   L A T E S T    R E P L I E S    (Newest First)
JDommi Posted - 04 Dec 2015 : 21:16:20
Yes, we can

Try to add something like
<font color="#3399FF"><b><a href="
<script>
  var loca = "_MOVIE_LINK1_";
  loca = loca.substring(0, loca.lastIndexOf("/"));
  document.write(loca);
</script>
"> Location</a></b></font>

to the _Detail.htm in Custom2.

The script code extracts the filepath and writes a link to the location that you can open.

I did not have tested it but it should work.

If you don't want to have the link just plain text then remove the href part.

BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.06 sec. Powered By: Snitz Forums 2000 Version 3.4.07