[Your Music] add link in artist page to the artist page in my library

in an artist page, near "play" and "follow" buttons, a new button "in my library" will be added.when the user clicks the button, he navigates to the artist page in his library (now accessible through "Artists" under "Your Music") this will make displaying the user's saved songs for this artist somewhat user-friendly with a tiny implementation effort.

Updated: 2015-07-30Marked as new idea.
This idea is a re-post of this inactive idea.

Similar Messages

  • I need to add a new custom report to the PSPRCSRQSTDLG page - How ?

    We are moving to FIS 9.0 from 8.4 and I am retrofitting a report. The report in 8.4 is called from the Process Request page and I can't see how to get a custom report to display in this page.
    has anyone done this before?
    Thanks,
    Allen
    DBA -Sonoma State University

    The PRCSRQSTDLG page is the "2nd page" (so to speak) of a run control componet/page which is called when the "Run" button is pressed.
    All you need to do is to create a new process definition for your custom report. On the 2nd tab of the process definition enter the component for the run control page from which the report is to run. Save. When you navigate to the run control page and press "Run" your custom report will now appear on the PSPRCSRQSTDLG page.
    Sue

  • How to create links to different files on the same page?

    Good day to all again,
    can someone please guide me through creating several links to different files on the same page. In other words, I am creating a photo page where my links are called Gallery 1, Gallery 2, etc... I would like to create links so when the User clicks on Gallery 1, they see Gallery 1 slide show in the frame; when the user then clicks Gallery 2, then they see Gallery 2 slide show in the window.
    My slide show files are done and I am using GoLive CS2. I have no knowledge of JavaScript or ActionScript/Flash.
    Any suggestions are highly appreciated.
    Thank you
    Alek

    Hi Diana,
    I'm a professional photographer and in the process of getting
    my finished site published. I used Coffeecup Photo Gallery. You can
    create multiple albums on the same page. Do a Google search for the
    address. It's easy, inexpensive, and it works. I tried to do this
    with the Photo Gallery in DW and FireWorks--but couldn't get it
    right. CC uses Flash and Javascript.
    Good Luck

  • Linking to an anchor within the same page

    Anyone know how to link to an anchor within the same page?
    For instance, im making a FAQ page. at the top of the page I would like to list all the questions. i would like the viewer to be able to click a question which brings them to the answer on the bottom of the page.
    looked in inspector couldn't find it. linking to anchors is pretty basic, so id be really suprised if iweb doesn't have this feature. so im assuming im missing it.......
    how do i do this?

    Anyone know how to link to an anchor within the same page?
    how do i do this?
    Linking to an anchor within the same page is no more than scrolling to it, and can be (easily) emulate with javascript window.scroll function.
    See my post here: http://discussions.apple.com/thread.jspa?messageID=7676908&#7676908
    All javascript is linked to the example page.

  • How do you do anchors - the three ways listed did not work.  I am using the jQuery mobile template 11.  I want to link to a spot on the same page.

    How do you do anchors - the three ways listed did not work.  I am using the jQuery mobile template 11.  I want to link to a spot on the same page.

    How do you do anchors - the three ways listed did not work.  I am using the jQuery mobile template 11.
    You have aroused my curiousity, what are three ways listed that do not work? At risk of being labeled as an ignoramus, could you also tell me where to get the other 10 templates?
    I usually give an element an ID and use that in my link as in
    <a href="#mySpot">Go to my spot</a>
    <div id="mySpot">
    </div>

  • How to manually insert artist photos in the artist column?

    I wanted to know specifically how to customize artist photos in the artist section of the iPod / iPhone, etc. As you can see, it shows a corresponding album to that artist, but I wanted to put a photo of the artist there like they have in the iTunes Radio. Mainly cause it would look nice, and I have several artist that doesn't have photos anyway. There was a thread that someone put custom photos on their column using iFunbox. I have it, but don't know how the person did it.
    Any help?

    I'm installing that currently.
    This was the step by step tutorial that I got. Could you simplify / have any knowledge of it?
    1. Need ifunbox or other soft to download/upload to phone
    2. Download /private/var/mobile/Media/iTunes_Control/iTunes/MediaLibrary.sqlitedb
    3. Prepare images and put them to /private/var/mobile/Media/iTunes_Control/iTunes/Artwork/Original/00 folder
         (use your own naming, for example "deeppurple.jpg")
    4. Use Sqlite3 db editor edit 2 tables
    4.1 artwork
         add line for each artist with parameters id,4,name jpg,4. Where jpg name like u decide in 3
         For example deeppurple,4,00/deeppurple.jpg,4
    4.2 album_artist
         find line with artist name in album_artist column
         change value in album_artist_token to id value, for example deeppurple
    5. put edited MediaLibrary.sqlitedb back
    6. delete MediaLibrary.db-shm and MediaLibrary.db-wal files
    7. restart Music.app and enjoy.
    ps if u can change image - PLS find and delete files from /private/var/mobile/Media/iTunes_Control/iTunes/Artwork/Caches folder
    Cache create automatically

  • How to launch the Create Incident page as the Home Page

    Hi All,
    My issue is to launch the Create Incident page as the Home Page in the Service Pro Role.
    To launch the Create Incident page as the Home Page is there any SPRO Configuration or we have to do through the code?
    Thanks & Regards,
    Venkat

    Hi Venkat,
    This can be done in the navigation bar configuration. Go to the path below and select your navigation bar profile, next to the description of your navigation bar profile there is a link ID, replace the home work centre logical link SRV-HOM-WC with this link SRV-INC-CR.
    When you now log into your business role the incident creation screen should display instead of the service home screen
    SPRO --> CRM --> UI Framework --> Technical Role Definition --> Define Navigation Bar Profile
    Regards,
    David.

  • How do I post to a new page when the 1st page is full?

    How do you create a bul. board where the posts go on a 2nd
    page when the first page is filled ...and 3rd page when 2nd is
    full, etc ... Maybe I can stick a wordcount in a while loop before
    the CFOutPUT Tag? Is there such a variable that holds a word count
    or better still, a line count?
    thnx a billion, please, please help!

    Check out this code-Use a cfc which will be the same for you
    and then change my query for yours in the .cfm HTHs:
    functions.cfc:
    <cfcomponent output="yes">
    <!--- Next x record function --->
    <cffunction name="nextXpage" access="public"
    returntype="struct" hint="Next x page function" output="No">
    <cfargument name="recordcount" required="Yes" default="0"
    type="numeric" hint="The total numbers of records / values">
    <cfargument name="page" required="Yes" type="numeric"
    default="0" hint="The page number that you are currently on. (for
    example URL.page)">
    <cfargument name="maxrows" required="No" type="numeric"
    default="10" hint="The maximum records / values to be displayed per
    page">
    <!--- Define the return structure --->
    <cfset var nextXpage = structNew()>
    <!--- Calculate how much page are available according to
    the maxrows displayed --->
    <cfset nextXpage.pagecount =
    CEILING(arguments.recordcount / arguments.maxrows)>
    <!--- Set the maximum rows to be displayed --->
    <cfset nextXpage.maxrows = arguments.maxrows>
    <!--- Set the currentpage --->
    <cfset nextXpage.currentpage = arguments.page>
    <!--- Set the currentpage --->
    <cfset nextXpage.recordcount = arguments.recordcount>
    <!--- Set the startrow value --->
    <cfif arguments.page eq 1>
    <cfset nextXpage.startrow = 1>
    <cfelse>
    <cfset nextXpage.startrow = (arguments.page *
    arguments.maxrows) - (arguments.maxrows -1)>
    </cfif>
    <!--- Define the previous and next values. --->
    <!--- Next values --->
    <cfif arguments.page neq nextXpage.pagecount>
    <cfset nextXpage.next = true>
    <cfset nextXpage.nextpage = arguments.page + 1>
    <cfelse>
    <cfset nextXpage.next = false>
    <cfset nextXpage.nextpage = 1>
    </cfif>
    <!--- Previous values --->
    <cfif arguments.page eq 1>
    <cfset nextXpage.previous = false>
    <cfset nextXpage.previouspage = 1>
    <cfelse>
    <cfset nextXpage.previous = true>
    <cfset nextXpage.previouspage = arguments.page - 1>
    </cfif>
    <!--- Return the structure --->
    <cfreturn nextXpage>
    </cffunction>
    </cfcomponent>
    Then on your output page where you have the info:
    .cfm page:
    <cfquery name="qrysales"
    datasource="davanzo_villa.admindb" >
    SELECT DISTINCT
    clientinfo.Id, clientinfo.RemoteAddress, clientinfo.visit,
    clientinfo.country
    FROM clientinfo
    order by clientinfo.Id
    </cfquery>
    <!--- display hit counter --->
    <cfquery name="GetHits">
    SELECT * FROM hit_counter
    </cfquery>
    <cfparam name="URL.page" default="1">
    <!--- Determine the navigation parameters --->
    <cfset functions =
    createobject("component","functions")>
    <cfset nav =
    functions.nextXpage(qrysales.recordcount,URL.page,15)>
    <table width="792">
    <h4>Total Hits: <CFOUTPUT
    query="GetHits">#hit_count#</cfoutput></h4>
    <h4>Total Unique Visitors:
    <cfoutput>#qrySales.RecordCount#</cfoutput></h4>
    </table>
    <table width="792">
    <tr><td>
    <cfoutput>Unique Visitors: #nav.recordcount# (page
    #nav.currentpage# of #nav.pagecount#)
    <cfif nav.previous>
    <a
    href="hitcount.cfm?page=#nav.previouspage#">Previous</a>
    <cfelse>
    Previous
    </cfif>
    <cfif nav.next>
    <a
    href="hitcount.cfm?page=#nav.nextpage#">Next</a>
    <cfelse>
    Next
    </cfif>
    <ul>
    <cfloop From = "1" To = "#nav.pagecount#" index =
    "pagenumber">
    <cfoutput>
    <a
    href="hitcount.cfm?page=#pagenumber#">#pagenumber#</a></cfoutput>
    </cfloop>
    </ul>
    </cfoutput>
    </td></tr>
    </table>
    <table width="792">
    <tr>
    <td>Date</td>
    <td>Visitor Number</td>
    <td>Visitor`s IP Address</td>
    <td>Visitor`s Country</td>
    <td>Path Taken</td>
    </tr>
    <cfoutput query="qrysales" startrow="#nav.startrow#"
    maxrows="#nav.maxrows#">
    <tr>
    <td>#qrySales.visit#</td>
    <td>#qrySales.id#</td>
    <td>#qrySales.RemoteAddress#</td>
    <td><cfif qrysales.country neq ""><a
    href="country.cfm?Remote_Addr=#qrysales.RemoteAddress#">#qrySales.country#</a><cfelse><a
    href="country.cfm?Remote_Addr=#qrysales.RemoteAddress#">Find
    country</a></cfif></td>
    <td><a href="hitpathdetails.cfm?id=#id#">See path
    taken</a></td>
    </tr>
    </cfoutput>
    </table>

  • Form:The user sees on the screen a single page, for the second page (and to fill it in) he will click a button "next page"!

    Hello, sorry for my english!
    I am currently creating a form. This form contains 20 pages. For more comfier to fill it in, I want it to be loaded 1 page to 1 page. The user sees on the screen a single page, for the second page (and to fill it in) he will click a button "next page"!
    Is it possible to do this with adobe acrobat pro?
    In the case of a negative answer, can Indesign do this?
    thank you.

    Technically it's possible to use a script to prevent someone from going to the next page unless they click a button, but I think it's a bad idea and very user un-friendly. You can add a button that will take someone to the next page, but don't try to restrict them from doing so themselves if they so wish.

  • Replace the standard page with the customised page.

    how to Replace the standard page with the customised page.?

    Hi,
    I am not cleared with your requirement. However u can try this:
    Check if your standard page is attached with some function.
    You can then create a new custom function, attach that with the same responsibility as that of standard one. Thus u can access your custom page.
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Insert in master page, the first page and the last page of my article...

    I need insert in the master page, the first page and the last page of my article... (Indesign CS3-4)
    Is this possible ????
    Thanks for read me...

    Marcos Suárez wrote:
    I need insert in the master page, the first page and the last page of my article... (Indesign CS3-4)
    Insert WHAT ?
    robin
    www.adobescripts.com

  • How to insert company logo and page number on every page except the first page?

    Hi, I am creating a newspaper and I've inserted the page number and company name on every page using the master page (you know the basic method).
    Problem is I don't want the page number or the logo to appear on the first page, how can I do this?
    Or will I have to copy and paste it on each page instead...? I'd rather not.
    I'd appreciate any help I can get.
    P.S. I'm using CS5 and obviously I'm talking about InDesign.

    Make another master and apply it to the first page.
    Take care, Mike

  • How can I copy and paste an entire page on the new Pages?

    How can I copy and paste an entire page on the new Pages?

    Open one document in Pages v5.5.3, Open a second document in Pages v5.5.3. Select, copy, and paste one page between source and destination documents. Document objects such as Text boxes, shapes, images, tables, etc must be individually selected, copied, and pasted.

  • My iTunes keeps freezing when I try to switch from the Summary page to the Podcasts page to try and manage which podcasts I sync to my iPod. It doesn't freeze when I manage anything else, only podcasts.

    My iTunes keeps freezing when I try to switch from the Summary page to the Podcasts page to try and manage which podcasts I sync to my iPod. It doesn't freeze when I manage anything else, only podcasts. I have the latest version if iTunes. I can't figure out why this is happening.

    Hello aczett,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iTunes for Windows Vista or Windows 7: Troubleshooting unexpected quits, freezes, or launch issues
    http://support.apple.com/kb/ts1717
    Best of luck,
    Mario

  • My iphone is stuck in two pages, the emergency call page and the a page that says insert a valid sim card, whats wrong with it

    my iphone is stuck in two pages, the emergency call page and the a page that says insert a valid sim card, whats wrong with it??

    Did you insert a valid SIM card?

Maybe you are looking for

  • Some add-ons are missing in the tools menu and / or modules and navigation bar

    I am running Firefox 20 FRENCH (this is maybe important as all of this below does not appear with the EN version...) on MacOSX 10.6.8. Symptoms : - Web Developer toolbar not displayed anymore. - Xmarks add-ons not displayed in the module bar. - Icons

  • Manual for HP LaserJet MFP M476

    I'm trying to find the HP LaserJet MFP M476 manual of instructions (I am trying to learn how to duplex and print envelopes). Can someone offer me a link to the manual for this printer? This question was solved. View Solution.

  • Not Able To Open Forms Session After Developer 6i patch

    Hi, Our enviroment is Db version --> 9.2.0.6 EBS version --> 11.5.10.2 We are upgrading our db to 10gr2.As a prerequisite developer 6i patch (patch 19) has been applied. After this patch, some forms could not be opened .No error or anything observed

  • How do I get my authorization code for adobe illustrator cs2?

    I have the adobe illustrator cs2 disc with serial number...etc. But I can not seem to get the authorization number, please help me?

  • Memory manager - Profiler

    I will have several questions about memory management, garbage collection by Flash. First of all can anyone explain what is the link between the memory usage of the profiler and the System.totalMemory value. I use a module to display the totalMemory