Invelos Forums->DVD Profiler: Desktop Feature Requests |
Page:
1 Previous Next
|
Hyper Links Inside DVD Profiler |
|
|
|
Author |
Message |
Registered: May 14, 2007 | Posts: 455 |
| Posted: | | | | I would personally like to see a tab area to add hyper links to each profile. I use TV.com and Amazon.com to get detailed info and current SRP.
If someone knows how to set this up, please feel free to comment.
Thanks Leo |
| Registered: March 13, 2007 | Reputation: | Posts: 3,436 |
| Posted: | | | | If you just need links to the main sites, it is easy to create a HTML Window and place the links there.
...or just switch the Notes field to display as HTML and put them there.
I have a Links window, where I have links as well as the Contribution Notes and the Contributors List. | | | Achim [諾亞信; Ya-Shin//Nuo], a German in Taiwan. Registered: May 29, 2000 (at InterVocative) |
| Registered: December 14, 2011 | Posts: 24 |
| Posted: | | | | Quoting ya_shin: Quote: ..or just switch the Notes field to display as HTML and put them there. I did that and wrote an address into the notes field, but I didn't get an hyperlink. How to get an hyperlink ? Thanks. |
| | Blair | Resistance is Futile! |
Registered: October 30, 2008 | Posts: 1,249 |
| Posted: | | | | Wow..... big bump.
Well, while I'm here...
There is a little more to it than just typing in the URL. You have to type it in HTML format.
I suggest typing it this way:
<a href="http://YOUR URL HERE.com" target="_blank">DISPLAYED</a>
The parts in red are all that you have to change. DISPLAY is what will show up in the window when viewing notes. target="_blank" is there to open the website into your default browser rather than directly inside of DVD Profiler's notes window. | | | If at first you don't succeed, skydiving isn't for you.
He who MUST get the last word in on a pointless, endless argument doesn't win. It makes him the bigger jerk. |
| Registered: December 14, 2011 | Posts: 24 |
| Posted: | | | | Oh yes, I see. Thanks Blair !
I don't know this language (javascript, html ?) but by looking on the Internet and by fiddling, I made this code.
<a var title ="Out of Africa" onclick="this.href='http://www.allocine.fr/recherche/?q='+title" target="_blank">Allociné</a>
Allociné is a french web site dedicated to the cinema. This code works : hypertext link leads to the page of search for the movie, in this particular case Out of Africa.
Do you think that it would be possible that the title is automatically the one of the concerned profile ? |
| Registered: March 18, 2007 | Reputation: | Posts: 6,460 |
| Posted: | | | | Quoting Jeabe: Quote: Do you think that it would be possible that the title is automatically the one of the concerned profile ? Yes, this is what you need: <a var title ="<DP NAME="TITLE">" onclick="this.href='http://www.allocine.fr/recherche/?q='+title" target="_blank">Allociné</a> HTML Sections have a bunch of pre-defined variables you can use by either typing them in, or by clicking on them in the TAGS or ATTRIBUTES panel while editing. If you want to see how the variables have been filled in, View Source. | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. | | | Last edited: by mediadogg |
|
|
Invelos Forums->DVD Profiler: Desktop Feature Requests |
Page:
1 Previous Next
|
|