Welcome to the Invelos forums. Please read the forum rules before posting.

Read access to our public forums is open to everyone. To post messages, a free registration is required.

If you have an Invelos account, sign in to post.

    Invelos Forums->DVD Profiler: Desktop Feature Requests Page: 1  Previous   Next
Hyper Links Inside DVD Profiler
Author Message
DVD Profiler Desktop and Mobile Registrantleo1963
Registered: May 14, 2007
United States Posts: 455
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
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
DVD Profiler Unlimited Registrantnuoyaxin
prev. known as ya_shin
Registered: March 13, 2007
Reputation: High Rating
Taiwan, Province of China Posts: 3,436
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
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)
DVD Profiler Unlimited RegistrantJeabe
Registered: December 14, 2011
Posts: 24
Posted:
PM this userDirect link to this postReply with quote
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.
DVD Profiler Unlimited RegistrantBlair
Resistance is Futile!
Registered: October 30, 2008
United States Posts: 1,249
Posted:
PM this userDirect link to this postReply with quote
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.
DVD Profiler Unlimited RegistrantJeabe
Registered: December 14, 2011
Posts: 24
Posted:
PM this userDirect link to this postReply with quote
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 ?
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,454
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
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