The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Putting music in users profiles
I've found tons of pages on ways to do it, but none seem to work. I'm on 3.7 RC4.
I've gotten the code to get the player to show in profiles using this (what use to be) BB Code, but I'm having trouble changing the param to the right variable so it would input the profile field. (I'm sure i've confused everyone with my terrible description so I'll try and show) In my Memberinfo Templates: Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="alt2" style="border-bottom:0px solid $stylevar[tborder_bgcolor]" width="200" colspan="2"> <center><object classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" id="mediaplayer"> <param name="Filename" value="$post[field25]"> <param name="AutoStart" value="true"> <param name="ShowControls" value="True"> <param name="ShowStatusBar" value="true"> <param name="ShowDisplay" value="False"> <param name="AutoRewind" value="True"> <embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/MediaPlayer/" src="$post[field25]" filename="$post[field25]" autostart="true" showcontrols="True" showstatusbar="true" showdisplay="False" autorewind="True" width="300" height="270"> </embed> </object></center></td></tr></table> --------------- Added [DATE]1209419744[/DATE] at [TIME]1209419744[/TIME] --------------- bump |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|