![]() |
|
|
Mod Options |
Mp3 Player For User Profiles Details »»
|
|||||||||||||||||||||||||||||||||||
|
Mp3 Player For User Profiles
Developer Last Online: May 2013
I say that there was a demand for and mp3 player mod here on vbulletin.org. I used one from
http://www.myflashfetish.com/ You will need to sign up its free!! Create a new profile field single-lline text box. Make it editable by users and private, non-searchable. Save and then Import the product and open the template: memberinfo_block_music and find:
And change to what ever yours is. next tell your users to fill out there prefs to there mp3 player. Next tell them to copy the embed code. From there you will need to tell them to look for:
They will need to copy the entire code inside the value="" I`ll highlight it in red fo you to see it. Next open the template MEMBERINFO next go to the bottom of that and look for
Add in there $blocks[music] on a separate line so it looks like this:
and save the template. Next follow the directions below to finish the install. Tell them to add that entire code to there profile field and save it. This will add the mp3 player to there profile. UPDATED: Problem fixed! you must do a fresh install of the product if you`ve already done it if not follow these instructions as well Create another single text line user profile field and name it MP3 swf type. Description: to show the version of mp3 player your using. The rest is the same as above. in template: memberinfo_block_music Find:
Change 16 to the number of your profile field and save.
you must switch the mixpod.swf to what ever .swf version that is used. The mp3 player features the ability to upload your own songs to be played on you profile. Download Now Only licensed members can download files, Click Here for more information. Show Your Support
No members have liked this post.
|
|||||||||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Live Demo
Ok xml file updated and the issue is fixed please click installed and enjoy your mp3 player. Works very well any issue please post here for support. No members have liked this post.
Last edited by pein87 : 13 Dec 2008 at 05:51. |
|
#3
|
||||
|
||||
|
I tried to download & got: Invalid Attachment specified. If you followed a valid link, please notify the administrator
No members have liked this post.
|
|
#4
|
||||
|
||||
|
PS...this will play a playlist right? Like at MySpace?
Also I noticed at MyFlashFetish.com they have video playlist as well. You think you could do one of these for videos? And there is another mp3 player mod...but it's for posts. That's how I did all these: http://www.dawnswebdesigns.com/forum...isplay.php?f=8. But I did want something for people's profiles too. Thanks. ![]() No members have liked this post.
|
|
#5
|
||||
|
||||
|
Thank you for adding the demo...I forgot to mention that. You have a very cool site by the way.
No members have liked this post.
|
|
#6
|
||||
|
||||
|
I can't get this to work. The only thing I could think of was I couldn't add anymore then this: myid=16092906&path=2008/12/12&mycolor=222222&mycolor2=77ADD1&mycolor3=FFFFFF&autoplay=true&rand=0&f to that profile field. So I edited the field to make the box bigger & allow more info to be put in but it didn't help.
I also uninstalled & reinstalled. I created 2 spaces...one for the ID info & one for the player info. the 2 15's I switched to the right # & the 2 16's I switched to the right #. It still don't work. ![]() No members have liked this post.
|
|
#7
|
||||
|
||||
|
One question, where are to store the mp3 ?
__________________
------------------------------------------------------------------------------------------- Administrator vBulletin-Ressources.com, French vBulletin Resources. No members have liked this post.
|
|
#8
|
||||
|
||||
|
I don't think you necessarily do. This links to a playlist at http://www.myflashfetish.com. Although I do see they allow you to upload mp3's there.
No members have liked this post.
|
|
#9
|
||||||||
|
||||||||
|
Originally Posted by DawnsWebDesigns
There's another template edit you need to make (seems he may have forgotten it in the installation instructions).
Edit: Styles & Templates >> Member Info Templates >> MEMBERINFO Look for...
Put $blocks[music] anywhere in there. For example:
It should now show up. No members have liked this post.
|
||||||||
|
#10
|
||||
|
||||
|
That did it.
Thank you very much. What could I edit to get the player a lil more centered within the block?No members have liked this post.
|
|
#11
|
||||
|
||||
|
Sorry about that Will fix thanks for doing this for me. To answer your question yes I can do it for the video mod please give me some time to check the embed to that. I`ll also need to add the side to it as well. It is originally made for myspace and other site but i added it for vbulletin sites. I will update the instructions and work on the other mod. Thanks for installing.
No members have liked this post.
|
|
#12
|
||||
|
||||
|
Can you provide a pic or link for me to see it? You can always add more width or create a new css rule for the div that houses the embed an add margin or if its the most inner div add padding.
No members have liked this post.
|
|
#13
|
||||
|
||||
|
Originally Posted by pein87
Thank you for creating this for me to install.
And thank you for working on a video one. ![]() Here's a link: http://www.dawnswebdesigns.com/forum/member.php?u=1 I'm pretty sure guests can see it. In the little My MP3 Player box my mp3 player is to the left. I'd like it to be more centered. I was thinking I should edit memberinfo_block_music & add <center> tags but it looks like you already did.
Any other ideas? No members have liked this post.
|
||||
|
#14
|
||||
|
||||
|
Yes add a div after the first to. Next add an id to it called mp3.
copy and replace with the original template: <!-- Mp3 player --> <if condition="$userinfo[field15]"> <div id="snapvine" class="tborder content_block"> <h4 class="thead block_title"> <a href="#top" class="collapse_gadget" onclick="return toggle_collapse('music')"><img id="collapseimg_music" src="images/buttons/collapse_generic.gif" alt="" border="0" /></a> <a name="albums"></a> <span class="block_name">Mp3 player</span> </h4> <div class="block_content" id="collapseobj_music" style=""> <div class="alt2 block_row block_footer"> <div id="mp3"> <center><p style="visibility:visible;"><object type="application/x-shockwave-flash" data="http://assets.myflashfetish.com/swf/mp3/$userinfo[field16]" height="311" width="230" style="width:230px;height:311px"><param name="movie" value="http://assets.myflashfetish.com/swf/mp3/$userinfo[field16]" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="salign" value="l" /><param name="wmode" value="transparent"/><param name="flashvars" value="$userinfo[field15]"/></object></center> </div> </div> </div> </if> <!-- / Mp3 player --> Next go to the skins you added it to in styles manager and select all style options. Go near the bottom and find additional css rules add this. #mp3 { text-align: center; } if this is not working try playing with the size of the mp3 its self in the memberinfo_block_music Thats how i originally made mine. Your very welcome glad you like it the video mo should be out in the next few days lol i`m on vacation lol. No members have liked this post.
Last edited by pein87 : 13 Dec 2008 at 09:49. |
|
#15
|
||||
|
||||
|
Originally Posted by pein87
I added your codes. It brought my group membership & recent visitor boxes up into the mp3 player box. So I went back in & added another </div> & it took them back out. But it's still not centering. That's ok though. It's no biggie. I'm just grateful for this feature. Go enjoy your vacation.
![]() No members have liked this post.
|
![]() |
«
Previous Mod
|
Next Mod
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
| Mod Options | |
|
|
| New To Site? | Need Help? |
All times are GMT. The time now is 22:16.








And thank you for working on a video one. 
