View Full Version : Music in Profile
waller99
11-19-2007, 06:02 PM
I have been searching everywhere and haven't seen anything that I am looking for. I would like to have my members be able to upload 1 song and have it play when you view their profile. Does anyone have any suggestions for this?
This isn't vbulletin but something similar to this.
http://myhuntingroom.com/users/txhunter/
Thanks.
deezelpope
11-19-2007, 06:08 PM
I use this one for videos:
https://vborg.vbsupport.ru/showthread.php?t=133263
Plus, I added an extra profile field and this code in the Member Info template for MP3's:
<if condition="$userinfo[field27]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr class="tcat">
<td class="text" wrap="" style="" align="left" height="10" valign="center" colspan="2">
<span class=""><strong>$userinfo[username]'s Favorite Song </span> </td> </font></strong>
</tr>
<tr class="alt2">
<td align="left" valign="top"> <div align="center"><EMBED SRC="$userinfo[field27]"></div></td>
</tr>
</table>
</if>
waller99
11-19-2007, 06:46 PM
I like your site. Thanks. I will check those out.
I would really like to be able to allow my members to upload songs directly to the site though.
deezelpope
11-19-2007, 07:46 PM
Why, thank you very much!:)
Hm, not sure how to make that possible, sorry.
waller99
11-21-2007, 05:49 PM
Does anyone have anything to add?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.