View Single Post
  #43  
Old 02-16-2009, 01:52 AM
mstu mstu is offline
 
Join Date: Dec 2008
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01743 seconds
  • Memory Usage 1,767KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete