Registered: May 9, 2007 | Posts: 254 |
| Posted: | | | | Maybe this has been asked for before, but it seems like there should be a menu item to "View Contribution Notes" in the Online Menu. There are other ways to get to the notes, but nothing that just takes you there directly. | | | "I can picture in my mind a world without war, a world without hate. And I can picture us attacking that world because they'd never expect it." - Jack Handey |
|
Registered: March 13, 2007 | Reputation: | Posts: 1,946 |
| Posted: | | | | It only takes 2 mouseclicks Click on View Contributors. Then click view Contribution Notes. Adding it to the menu would result in: Click Online Click Contribution Notes That's 2 mouseclicks | | | View my collection at http://www.chriskepolis.be/home/dvd.htm
Chris |
|
Registered: May 9, 2007 | Posts: 254 |
| Posted: | | | | Yeah, but I wouldn't have had to search through all the menus for it and finally ask on the forums how to get there. I was just thinking of usability for other people who, like myself, had no idea that you had to click on View Contributors first - its not obvious. And I also wouldn't have to deal with another window popping up just to get to the option I want. | | | "I can picture in my mind a world without war, a world without hate. And I can picture us attacking that world because they'd never expect it." - Jack Handey | | | Last edited: by Broven |
|
Registered: March 13, 2007 | Posts: 114 |
| Posted: | | | | An HTML window would be perfect for this. Copy the following into a new HTML section:
<HTML> <HEAD> <SCRIPT TYPE="text/javascript"> <!-- <DP NAME="HEADER_VARS" Language="JavaScript" Comments="True" IncludeCast="False" IncludeCrew="False">
function getnote() { var UPC = DP_UPC; var cnote = "http://www.invelos.com/Forums.aspx?task=contributionnotes&type=DVD&ProfileUPC=" + UPC; window.location.href= cnote; }
//--> </SCRIPT> </HEAD> <BODY onload="getnote();"> </BODY> </HTML> |
|