This is my first shot at this and I really have no clue what I am doing but, I thought I would try it. I still think its a little rough around the edges but, it does work.
Example:
My Profile Playlist
To make this work you will need to add another Single-Line Text Box profile field.
I named mine Playlist.com Number
Set - Private Field option to YES
Set - Field Searchable on Members List to NO
Set - Show on Members List to NO
Click save and remember your field id number
Now edit your template:
memberinfo_block_playlist
Find:
Code:
<div class="alt2 block_row block_footer">
<embed style="width:240px; visibility:visible; height:300px;" allowScriptAccess="never" src="http://www.profileplaylist.net/mc/mp3player_new.swf?config=http%3A%2F%2Fwww.profileplaylist.net%2Fext%2Fpc%2Fconfig_$userinfo[field12].xml&mywidth=240&myheight=270&playlist_url=http://www.profileplaylist.net/loadplaylist.php?$userinfo[field10]" menu="True" quality="high" width="240" height="300" name="mp3player" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0"/></div>
Add After:
Code:
<ul>
<li id="popOutPlayer"><a href="http://www.playlist.com/playlist/$userinfo[fieldc]/standalone?promoToolbar=1" target="_blank">Pop Out</a></li>
<li id="emailPlaylist"><a href="http://www.playlist.com/user/forward/$userinfo[fieldc]" target="_blank">Email</a></li>
<li id="getRingtones"><a href="http://www.playlist.com/playlist/$userinfo[fieldc]/download" target="_blank">Get Ringtones</a></li>
</ul>
Now in the code you just added find $userinfo[fieldc] (there are 3 of them)
Change the "c" to the field id number of the profile field you just made.
Now all you need is the correct playlist number.
To get this you will need to:
1* Log into your
www.playlist.com account
2* At the top of the page click on
My Playlists
3* Next click on the playlist you added in the previous steps
4* Locate the numbers in the url
http://www.playlist.com/playlist/14630368011
5* Copy and Paste the number into the profile field