The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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.
|
#2
|
||||
|
||||
![]()
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. Code:
<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> |
#3
|
||||
|
||||
![]()
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
![]() |
#4
|
||||
|
||||
![]()
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
|
#5
|
|||
|
|||
![]()
wow, it really works... thats a nice code. i'm usin it right now! THANKS!
|
#6
|
|||
|
|||
![]()
what's VisionScript's Interactive Profiles hack? link please.
|
#7
|
||||
|
||||
![]() Quote:
|
#8
|
|||
|
|||
![]() Quote:
![]() |
#9
|
|||
|
|||
![]()
OMG, Murty, I think I love you!!! This works beautifully!!! Thank you so much!
|
#10
|
|||
|
|||
![]()
Murty U Are A Genius! Thank You So Much
![]() ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|