The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Profile Songs?
All I'm looking for is a simple hack to make a section in your profile page that allows html use to play a midi or mp3 or something... Is there an option in here that i can turn it on and make it work or can someone make me a hack to accomplish this please ^_^ thank you anyone who can help... basically all I want to accomplish is to allow the use of the code like this
<bgsound src="Enter link to song here" autostart="true" loop="infinite"> and basically all they see is a blank field that says to enter the song link in the empty box... hope that helps describe what i'm lookin for... ^_^ |
#2
|
||||
|
||||
It sounds simple enough... I might could make this.
Why not use the vbRadio ? Will the song be playing continuously as you browse through that certain forum (if so, then it might require a popup window or something) ? Check these topics : https://vborg.vbsupport.ru/showthread.php?t=83132 https://vborg.vbsupport.ru/showthread.php?t=78323 https://vborg.vbsupport.ru/showthread.php?t=68440 |
#3
|
||||
|
||||
no no, it'd be only available if you're in that persons profile... i dunno about the radio can you put one song per each profile in it?? o.O
|
#4
|
||||
|
||||
Add New User Profile Field -> Single Line Text Box
Title: Profile Music Description: Enter the URL to a music file you want to play in your profile Default Value: [leave blank] Max length of allowed user input: 255 Display Size: 55 Display Order: [leave alone] Field Required: No Private Field: No Field Searchable on Members List: No Show on Members List: No Regular Expression: ^(http(s)?://([^<>*"]+|[a-z0-9/\\._\- !]+))$ Which page displays this option? Edit Profile Save Next: Edit the template 'memberinfo_customfields' Change it to: HTML Code:
<if condition="$profilefield[title] != 'Profile Music'"> <tr> <td> <strong>$profilefield[title]</strong>:<br /> $profilefield[value] </td> </tr> <else /> <tr> <td> <strong>$profilefield[title]</strong>:<br /> Playing <embed src='$profilefield[value]' autostart='true' loop='true' width='1' height='1' /> <noembed> <bgsound src='$profilefield[value]'> </noembed> </td> </tr> </if> - Zero Tolerance |
#5
|
||||
|
||||
ZT and RPG Inferno rocks.
|
#6
|
||||
|
||||
*hugs*
|
#7
|
||||
|
||||
only thing is, it takes an absolute age to load the tune.....
|
#8
|
||||
|
||||
Is it possible to make this work for FireFox? Embed tags generally don't work for FireFox.
|
#9
|
||||
|
||||
Any easy way of limiting this to only allow including .mid midi files?
|
#10
|
|||
|
|||
yeah being able to restrict to midi would be a nice reason to make this a actual modification, that or the ability to link to an online station right there.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|