View Full Version : Music In Profile (MySpace-style)
america2
08-04-2006, 06:35 PM
I need a hack that will allow users to add music and possibly videos to their profiles (like on MySpace). I already have VisionScript's Interactive Profiles hack which allows for an almost exact MySpace-like profile in VBulletin. The music part is the only thing that is missing. Any help on this is greatly appreciated.
Murty
08-05-2006, 06:34 AM
this is what i have got for my users profile.
- create a new user profile field with the following details
- Profile Field Type: Single-Line Text Box
- Title: Short Video
- Description: Put a link to a short video here
- Max length of allowed user input: 500
- Display Size: 25
And you can complete the other ones
Then put the following code into your MEMBERINFO template (where you want it) and change the 2 'field24' to the field you just created.
<if condition="$userinfo[field24]">
<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 Media </span> </td> </font></strong>
</tr>
<tr class="alt2">
<td align="left" valign="top"> <div align="center"><EMBED SRC="$userinfo[field24]"></div></td>
</tr>
</table>
</if>
let me know if you have any troubles.
The Chief
08-05-2006, 10:18 AM
I would love to see a more extended version of this for the profiles, and pure music, or a music playlist, maybe even uploading of songs :D
Murty
08-05-2006, 10:47 AM
yeah something like that would be good, if i had the skills i would write something like that. i so wish i did have the skills. someone learn me!! :P
Chicago_VLNU_4s
08-07-2006, 12:58 AM
wow, it really works... thats a nice code. i'm usin it right now! THANKS!
dirtycrow
08-09-2006, 05:27 AM
what's VisionScript's Interactive Profiles hack? link please.
chkdgate
08-12-2006, 05:18 PM
this is what i have got for my users profile.
- create a new user profile field with the following details
- Profile Field Type: Single-Line Text Box
- Title: Short Video
- Description: Put a link to a short video here
- Max length of allowed user input: 500
- Display Size: 25
And you can complete the other ones
Then put the following code into your MEMBERINFO template (where you want it) and change the 2 'field24' to the field you just created.
<if condition="$userinfo[field24]">
<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 Media </span> </td> </font></strong>
</tr>
<tr class="alt2">
<td align="left" valign="top"> <div align="center"><EMBED SRC="$userinfo[field24]"></div></td>
</tr>
</table>
</if>
let me know if you have any troubles.
OMG. This is exactly what I need and been looking for! How and where do I perform this edit because over at vb.com they told how to do it but much more different than yours. Can you elaborate just a little about [field24]? Thank you.
danny75
01-15-2007, 08:25 AM
I would love to see a more extended version of this for the profiles, and pure music, or a music playlist, maybe even uploading of songs :D
oh yes :D
deezelpope
04-14-2007, 05:15 PM
OMG, Murty, I think I love you!!! This works beautifully!!! Thank you so much!
Cloud Nine
06-19-2007, 07:05 AM
Murty U Are A Genius! Thank You So Much :) :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.