The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
search audioscrobbler hack
Hello everybody!
How to ad audioscrobbler plugin in profile's pages like this : http://www.htireland.com/members/sparkles.html I don'y speak about the Last.fm recent tracks hack, but about the player...Is this modification avaible? escuse me for my bad english.... Thanks! |
#2
|
|||
|
|||
Go to
Code:
http://www.last.fm/listen/user/USERNAME/personal?share=1 The embed code will look like this. Code:
<object width="340" height="123"><param name="movie" value="http://static.last.fm/webclient/41/defaultEmbedPlayer.swf" /><param name=FlashVars value="viral=true&lfmMode=radio&radioURL=lastfm://user/USERNAME/personal&restTitle=USERNAME's Radio Station " /><param name="wmode" value="transparent" /><embed src="http://static.last.fm/webclient/41/defaultEmbedPlayer.swf" width="340" FlashVars="viral=true&lfmMode=radio&radioURL=lastfm://user/USERNAME/personal&restTitle=USERNAME's Radio Station " height="123" type="application/x-shockwave-flash" wmode="transparent" /></object> Hit "Save", then go to the User Profile Field manager and take note of the fieldXX, e.g. field16. Now replace all instances of USERNAME in the embed code with $userinfo[fieldXX]: Code:
<object width="340" height="123"><param name="movie" value="http://static.last.fm/webclient/41/defaultEmbedPlayer.swf" /><param name=FlashVars value="viral=true&lfmMode=radio&radioURL=lastfm://user/$userinfo[fieldXX]/personal&restTitle=$userinfo[fieldXX]'s Radio Station " /><param name="wmode" value="transparent" /><embed src="http://static.last.fm/webclient/41/defaultEmbedPlayer.swf" width="340" FlashVars="viral=true&lfmMode=radio&radioURL=lastfm://user/$userinfo[fieldXX]/personal&restTitle=$userinfo[fieldXX]'s Radio Station " height="123" type="application/x-shockwave-flash" wmode="transparent" /></object> But it will look something like this. Quote:
|
#3
|
|||
|
|||
Sorry, i'm late...
Thanks for the help! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|