PDA

View Full Version : Profile Enhancements - MixPod Playlist MP3 Player in Profile


Chadi
04-28-2009, 10:00 PM
MixPod Playlist MP3 Player in Profile
(please nominate for mod of the month)

http://www.pingy.us/thumbs/mixpodlogo.gif (http://www.pingy.us/?v=mixpodlogo.gif)

Should work fine on 3.6x and up

This will add a new mini block in your member's profiles to integrate your member's own MixPod.com playlist mp3 player! All mp3's are taken from various online media sites such as YouTube and several other sites. It also allows you to upload your own hosted mp3 files as well!

LIVE DEMO: click here (http://www.talkjesus.com/members/chad.html)

Installation

Register a free account at www.mixpod.com (http://www.mixpod.com/) and create your own custom playlist

Install either one of the two plug-ins attached: admincp > manage products
Create a new user profile field (admincp > add new user profile field > Single-Line Text Box
Title: MixPod Playlist MP3 Player

Description: What is your MixPod.com playlist ID?

Private Field: Yes
Field Searchable on Members List: No
Show on Members List: No
Save
Make a note of the new field# for that new profile field
Repeat step #3 for to create 4 more same user profile fields with only two field changes below. The other options (private, show on member list, etc the same)
Title: MixPod Background Color / Description: What background color would you like for your player?
Title: MixPod Color #1 / Description: What do you what the main skin color to be?
Title: MixPod Color #2 / Description: Currently playing song highlight color
Title: MixPod Color #3 / Description: What color buttons do you want? Upgrade Instructions

Install new plug-in attached and "overwrite" = yes
Revert (not optional) the memberinfo_block_mixpod template
Redo necessary template changes mentioned below
If installing custom-color version, add new user profile fields mentioned above in step #4. Skip this step if you're still using default version.
Template Edits
.............................

Step #1
(Edit template based on the version you installed, default or custom-color)

Edit template memberinfo_block_mixpod
Change two occurrences of "fieldX" to actual field number you noted (eg. field50)
Customize green highlighted color variables to match the colors of your forum
If you install the custom color version, you can skip this step
Default Version:

<if condition="$userinfo[fieldx]">
<div id="mixpod" class="tborder content_block">
<h4 class="thead block_title">
<a href="#top" class="collapse_gadget" onclick="return toggle_collapse('mixpod')"><img id="collapseimg_mixpod" src="images/buttons/collapse_generic.gif" alt="" border="0" /></a>
<a name="albums"></a>
<span class="block_name">My MixPod Playlist</span>
</h4>
<div class="block_content" id="collapseobj_mixpod" style="">
<div class="alt2" align="center">
<embed src="http://assets.myflashfetish.com/swf/mp3/mixpod.swf?myid=$userinfo[fieldx]" quality="high" wmode="window" bgcolor="ffffff" flashvars="mycolor=4d528c&mycolor2=f2a0f9&mycolor3=ffffff&autoplay=false&rand=1&f=4&vol=100&pat=1&grad=true" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:100%;height:300px;"></embed>
</div>
</div>
</div>
</if>
Custom-Color Version:

Edit template memberinfo_block_mixpod
Change six occurrences of "fieldX" to actual field number you noted for all 5 user profile fields you created (eg. field50)<if condition="$userinfo[fieldX]">
<div id="mixpod" class="tborder content_block">
<h4 class="thead block_title">
<a href="#top" class="collapse_gadget" onclick="return toggle_collapse('mixpod')"><img id="collapseimg_mixpod" src="images/buttons/collapse_generic.gif" alt="" border="0" /></a>
<a name="albums"></a>
<span class="block_name">My MixPod Playlist</span>
</h4>
<div class="block_content" id="collapseobj_mixpod" style="">
<div class="alt2" align="center">
<embed src="http://assets.myflashfetish.com/swf/mp3/mixpod.swf?myid=$userinfo[fieldX]" quality="high" wmode="window" bgcolor=$userinfo[fieldX] flashvars="mycolor=$userinfo[fieldX]&mycolor2=$userinfo[fieldX]&mycolor3=$userinfo[fieldX]&autoplay=true&rand=1&f=4&vol=100&pat=1&grad=true" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:100%;height:300px;"></embed>
</div>
</div>
</div>
</if>
Step #2
Edit template MEMBERINFO and search for

$blocks[groups]
$blocks[visitors]Put $blocks[mixpod] underneath anyone of those lines. Example:

$blocks[groups]
$blocks[mixpod]
$blocks[visitors]

Your members will now go to their control panel's Edit Details area to fill in their playlist ID. See screenshot for example.

"Search me, O God, and know my heart: try me, and know my thoughts: And see if there be any wicked way in me, and lead me in the way everlasting." - Psalm 139:23-24Check out my other mods:

Mods
Thread Listing by Letter with ABC Navigation Menu (https://vborg.vbsupport.ru/showthread.php?t=211939)
Text Background Highlight (https://vborg.vbsupport.ru/showthread.php?t=211940)
ESV Bible Verse with Audio (https://vborg.vbsupport.ru/showthread.php?t=211936)
My Shelfari Bookshelf Profile Tab (https://vborg.vbsupport.ru/showthread.php?t=212050)
Postbit Mini Box: Member Info Icons (https://vborg.vbsupport.ru/showthread.php?t=212052)
MixPod Playlist MP3 Player in Profile (https://vborg.vbsupport.ru/showthread.php?p=1801014)
Styles
Green Earth Admin Style (https://vborg.vbsupport.ru/showthread.php?p=1801526)
Purple Element Admin Style (https://vborg.vbsupport.ru/showthread.php?t=212035)
*********** CHANGELOG ***********

May 6th 2009

Fixed minor usergroup permission
Added custom color options for members! (suitable for forums that allow member profile skinning enabled)

Set autoplay to true
****************************************

Please show your appreciation by voting and clicking install :up:

* Please Note: No Support Provided via PM or Email, only in This Thread for those who click Install *

Hornstar
04-29-2009, 05:34 AM
It seems pretty cool. I have vbplaza installed so I often like to charge members points to enable features or to have songs etc. so it would be nice if the 2 were integrated.

Jasem
04-29-2009, 01:15 PM
Great work , thank you!

Chadi
04-29-2009, 10:51 PM
Glad you like it

Darthvader2007
04-30-2009, 01:17 AM
Can i get this player automatic played ?
So when a person go to my user page, this player play automatic. ?
And not that the person first have to putt the play button.

x4a
04-30-2009, 02:49 AM
Thank you

i love it but its wont work with me... i did evrything step by step but still wont work

x4a
04-30-2009, 11:20 AM
if i login i cant see the player...but if i view like a gust i can see the player

any help !!

Chadi
04-30-2009, 12:57 PM
Can i get this player automatic played ?
So when a person go to my user page, this player play automatic. ?
And not that the person first have to putt the play button.

Change

autoplay=false


to

autoplay=true

Chadi
04-30-2009, 04:02 PM
if i login i cant see the player...but if i view like a gust i can see the player

any help !!

Check your usergroup permissions. Also, you may need to edit the plugin code to add userrgoups (custom):

This line:

if (is_member_of($vbulletin->userinfo,1 ,2 , 5, 6, 7))

vibe
04-30-2009, 08:06 PM
nevermind, my mistake. works great.

Darthvader2007
05-01-2009, 08:50 AM
Change

autoplay=false


to

autoplay=true

Thanks m8 :D
Works perfect now.

Chadi
05-01-2009, 11:58 AM
Glad to help you :)

Please click install, Darth.

Rickeo
05-01-2009, 04:50 PM
Thanks so much I would love to see your random tips mod on here :)

Oblivion Knight
05-01-2009, 06:21 PM
Thanks, this is great!

A little info on how to change the player colours wouldn't hurt for the less knowledgable though..
I figured it out, and it's matching my skin perfectly. :)

Chadi
05-04-2009, 12:47 PM
Thanks, this is great!

A little info on how to change the player colours wouldn't hurt for the less knowledgable though..
I figured it out, and it's matching my skin perfectly. :)

If you read carefully, you'd see that was right there in the my OP in green letters.

Customize green highlighted color variables to match the colors of your forum

If you don't know how to change hue colors by now, Google is a click away after all.

Oblivion Knight
05-05-2009, 06:29 AM
Ah yes, my apologies - didn't see that.

I just saw the fieldx instruction with it highlighted in the code, and thought "oh, I know that.." - and must have skipped the second instruction.. ;)

stangger5
05-05-2009, 10:08 AM
This just about looks like someone else`s code...All but for the embed code....hhmmm

Did you come up with this your self ??

Chadi
05-06-2009, 07:41 PM
*********** CHANGELOG ***********

May 6th 2009

Fixed minor usergroup permission
Added custom color options for members! (suitable for forums that allow member profile skinning enabled)

Set autoplay to true
****************************************

Darthvader2007
05-08-2009, 11:41 PM
The player in my profile is now only searching ?
It will not show or play my playlist anymore, what is happening ?

http://www.upload-your-life.com/files/tnor2pw8etgw8mavjtf5.jpg

Chadi
05-09-2009, 02:42 AM
That's caused by their end, it has absolutely nothing to do with the mod. They're servers are probably overloaded.

Theater
05-12-2009, 02:52 AM
Hello,

I currently use a similar mod to this called YBMF - Playlist.com MP3 Player for Member Profile (https://vborg.vbsupport.ru/showthread.php?t=201791), and I was wondering what the differences were between them other than this one uses MixPod.com (http://mixpod.com) which surprisingly looks similar in structure to Playlist.com (http://playlist.com).

I love the fact in your example link your auto-shuffle actually works properly. What would be the icing on the cake would be the ability to float the playlist so you don't have to stay on the members profile page to listen to their music. Would that possible with this mod with some tweaking?

Thank you for reading,
-TT

Chadi
05-12-2009, 01:12 PM
I'll consider another mod that allows floating, maybe later this week.

Mixpod and Playlist.com are two different services off the bat. I've never used Playlist.com so not sure about their service though.

Theater
05-12-2009, 01:19 PM
I look forward to it if you can get this playlist player to float. :)

Braninster
05-14-2009, 08:28 AM
I think it's perfect the way it is, Simply great. Thanks for this mod Chadi, Installed and Nominated. =]

Chadi
05-14-2009, 04:25 PM
Thank you Braninster for installing and nominating the mod. I appreciate it.

Braninster
05-14-2009, 05:36 PM
No problem.. And I fixed the bug I was having.. No thanks to you. =P

slapjack2fast
05-21-2009, 05:50 PM
Thanks alot bro installed
God Bless

MikesSite
05-22-2009, 01:17 PM
Wow this seems really cool. I'm going to give this a try to see how it is.

Nadeemjp
05-27-2009, 07:01 AM
chadi we created 5 fields and every field has different number. i have installed the custom version and it gives 6 locations where it says fieldX. now which field number am i supposed to enter in these 6 locations? i have created fields numbering 11 thru 15.

Nadeemjp
05-27-2009, 10:27 AM
i also have the same problem, but when i login mixpod, it plays fine, but in the forum it keeps on showing the above mentioned picture. is there a way to make this thing work.

sebil
05-28-2009, 01:09 PM
How can i enable this player viewable to everyone and usable for everyone..

Please helppp

Chadi
05-29-2009, 03:19 AM
chadi we created 5 fields and every field has different number. i have installed the custom version and it gives 6 locations where it says fieldX. now which field number am i supposed to enter in these 6 locations? i have created fields numbering 11 thru 15.

I think its obvious. Look at the profile fields you created, now match it up in the template.

Example:

bgcolor=$userinfo[fieldX]

One of the fields you created is:

MixPod Background Color

Now what is the field # for the one you created? Replace fieldX with that field number. Same for the rest.
How can i enable this player viewable to everyone and usable for everyone..

Please helppp

To quote the OP

* Please Note: No Support Provided via PM or Email, only in This Thread for those who click Install *

b3rguinho
06-04-2009, 01:49 PM
nice!!!
is very easy to install and configure!
thanks!

vibe
07-24-2009, 10:08 PM
I have a weird issue that surfaced recently.
UserA creates a playlist at mixpod, add the playlist numbers into the profile.
Any other members can go to UserA's profile page and see/listen to the playlist but not the UserA.

When UserA goes to profile page mixpod doesn't even show up. Mixpod is completely missing from the profile page. As if UserA didn't input the playlist number. I made sure UserA playlist is correct.

I logged in as UserA and I can't see it either. At the same time userA can see/listen to other member's playlist. As far as I know, no other member has this issue. My works fine.

I have updated to 06 May 2009 version, reverted template, redid the template change prior to posting but still no success.

Any suggestion please?

RedHacker
08-07-2009, 10:06 AM
i cant change skin it is white

Xphusion
08-17-2009, 04:55 PM
I have a weird issue that surfaced recently.
UserA creates a playlist at mixpod, add the playlist numbers into the profile.
Any other members can go to UserA's profile page and see/listen to the playlist but not the UserA.

When UserA goes to profile page mixpod doesn't even show up. Mixpod is completely missing from the profile page. As if UserA didn't input the playlist number. I made sure UserA playlist is correct.

I logged in as UserA and I can't see it either. At the same time userA can see/listen to other member's playlist. As far as I know, no other member has this issue. My works fine.

I have updated to 06 May 2009 version, reverted template, redid the template change prior to posting but still no success.

Any suggestion please?


im having the same issue

expeditionman
10-07-2009, 01:45 PM
This is awesome!!!! I like the ability to watch the video of the song you are playing. Great add-on....

FTG STRYKER FG
10-12-2009, 09:45 PM
Great mod. Took my a little while to get it working. My dumb a$$ didn't put the world "field" in front of the field #'s, lol. Thx for this. Nominated and installed.

snappy1313
10-12-2009, 11:05 PM
chadi we created 5 fields and every field has different number. i have installed the custom version and it gives 6 locations where it says fieldX. now which field number am i supposed to enter in these 6 locations? i have created fields numbering 11 thru 15.

I am having this same problem. I created 5 fields numbered 5, 6, 7, 8 and 9 and then there are 6 fieldx statements to edit. I would really like to install this but it's giving me an error probably due to not having the correct numbering.

FTG STRYKER FG
10-16-2009, 12:06 AM
I am having this same problem. I created 5 fields numbered 5, 6, 7, 8 and 9 and then there are 6 fieldx statements to edit. I would really like to install this but it's giving me an error probably due to not having the correct numbering.

The first field need to be entered into the first two "fieldx" positions. Then continue with the other fields in order (5,5,6,7,8,9) or (field5, field5, field6, field7, field8, field9).

Hope that makes sense.

FTG STRYKER FG
10-16-2009, 12:07 AM
Any word on if the player can be made to pop out or "float" so that members do not have to stay on someones profile page to listen to the player?

FTG STRYKER FG
10-16-2009, 03:32 AM
Trying to figure out how to set the player to "NOT" start automatically and also change the volume to start at 50%. Did the following but nothing changed:

Changed the following (highlighted) in "Memberinfo_block_mixpod" template:

<embed src="http://assets.myflashfetish.com/swf/mp3/mixpod.swf?myid=$userinfo[field6]" quality="high" wmode="window" bgcolor=$userinfo[field7] flashvars="mycolor=$userinfo[field8]&mycolor2=$userinfo[field9]&mycolor3=$userinfo[field10]&autoplay=true&rand=1&f=4&vol=100&pat=1&grad=true" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:100%;height:300px;"></embed>

Changed to:

<embed src="http://assets.myflashfetish.com/swf/mp3/mixpod.swf?myid=$userinfo[field6]" quality="high" wmode="window" bgcolor=$userinfo[field7] flashvars="mycolor=$userinfo[field8]&mycolor2=$userinfo[field9]&mycolor3=$userinfo[field10]&autoplay=false&rand=1&f=4&vol=50&pat=1&grad=true" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:100%;height:300px;"></embed>

Logged out, logged back in and player still starts automatically with full volume. Any ideas?

Thx,

Brennan Portz
10-21-2009, 11:31 PM
I found out how to change the mixpod styles replace the old embed with this

<embed src="http://assets.myflashfetish.com/swf/mp3/fetish-mp3player.swf?myid=$userinfo[fieldx]" quality="high" wmode="transparent" flashvars="mycolor=000000&mycolor2=545454&mycolor3=ffffff&autoplay=true&rand=0&f=4&vol=100&pat=0&grad=true" width="219" height="35" name="myflashfetish" salign="TL" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:219px;height:200px;" /><br></embed>

field x is your mixpod playlist field if you want to change it to other players what you do is the following.

1) log in to mixpod and change your player
2) save and get code
3) search in the code for .swf (this is the flash file) replace link in the top bar for example you would replace the one in the red
4) edit the blue fields to fit your profiles pages as needed blue is width and height

kalisekj
11-11-2009, 12:58 AM
Awesome Mod! Very Easy to Use Web Site for making a Playlist. Blows LoudFusion away! I added for custom field descriptions hyperlink to web site and a hyperlink to a color chart for users to easily choose their colors.

stranlaw
11-20-2009, 10:36 PM
I have installed this mod...and I am having a problem. Some of the members of my forum do not see the player at all when they visit profiles. I have used their username/password and I don't see the mixpod player either.

Is this a problem with permissions or the code? I really need to correct this...thanks! :)

COL NIL SATIS
11-26-2009, 05:32 PM
fantastic!!!! this works great.nominated and installed

shmuel24
02-26-2010, 10:26 AM
This is awesome !!
Thanks mate =]

expeditionman
03-01-2010, 11:21 AM
Is there any plans for a 4.0.2 version of this mod or will this work the way it is?

niadene
03-05-2010, 06:46 AM
is it possible to put this player on index page of the forum?

Shanti Nanda
06-07-2010, 10:07 PM
<font color="DarkOrchid">Just wondering if it's posible to install this on vB4.... 'cuz I really want this add-on D': ... maybe a upgrade to vb4 is on the way?</font>

dezzy94
07-03-2010, 05:46 PM
Just wondering if it's posible to install this on vB4.... 'cuz I really want this add-on D': ... maybe a upgrade to vb4 is on the way?

Been looking for this Mod to for vB4 too any chance this mod will be available for vB4 ??

kevinkun
09-09-2010, 11:20 PM
edit: Problem fixed..

thanks ~

serra00
09-10-2010, 05:47 AM
Two things
do not understand this
"Change six occurrences of "fieldX" to actual field number you noted for all 5 user profile fields you created (eg. field50)"
and I do not see the option in cpanel
in user groups also appears

serra00
09-15-2010, 05:49 AM
does not work on auto play
How can I fix?

kevinkun
09-15-2010, 06:09 AM
does not work on auto play
How can I fix?
Autoplay, is done by the users actual mixpod.

The option is edited through www.mixpod.com through their mixpod settings.

haytham
11-27-2010, 06:57 AM
Easy installation due to your detailed notes. Thanks a lot. I found just 1 problem..not with your work. I saved my list on the mixpod site and in settings I chose "auto play" "NO" but it still auto plays on my forum. Any ideas?

Sorry about that. Found it. Fixed.

haytham
11-27-2010, 07:38 AM
The first field need to be entered into the first two "fieldx" positions. Then continue with the other fields in order (5,5,6,7,8,9) or (field5, field5, field6, field7, field8, field9).

Hope that makes sense.

This is what helped me and was not clear in instructions. Thank you so much.

I'd like to add that there is no reason to add the other color choice fields. The color styling is done on the mixpod's page.

haytham
11-28-2010, 11:36 AM
Why don't the skins show on the forum? If I choose any player skin other than the default one and save settings, it doesn't show up on my forum.

EddyMaxx
11-28-2010, 03:32 PM
This is great.

3.8.6. & 3.8.7 Beta Tested.

firattetik
12-17-2010, 07:46 PM
thanks

Anne Bonny
01-08-2011, 04:48 AM
Super fun and super easy. Thanks so much! My members are going to love this.

haytham
10-13-2011, 12:25 PM
Anyone got this to work on version 4?

XGC Paravain
11-25-2012, 09:52 PM
My Question is will this work for 4.2.0? and next question is about the custom colors do I need to install that to change the colors in the mixpod do I install them both?