Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
MixPod Playlist MP3 Player in Profile Details »»
MixPod Playlist MP3 Player in Profile
Version: 1.50, by Chadi Chadi is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.8.x Rating:
Released: 04-28-2009 Last Update: 05-05-2009 Installs: 65
Uses Plugins Template Edits
 
No support by the author.

MixPod Playlist MP3 Player in Profile
(please nominate for mod of the month)



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

Installation
  1. Register a free account at www.mixpod.com and create your own custom playlist
  2. Install either one of the two plug-ins attached: admincp > manage products
  3. 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
  4. 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
  1. Install new plug-in attached and "overwrite" = yes
  2. Revert (not optional) the memberinfo_block_mixpod template
  3. 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:

Code:
<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)
Code:
<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

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

Code:
$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.

Quote:
"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-24
Check out my other mods:

*********** 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 *

Download Now

File Type: xml product-mixpod-default.xml (2.0 KB, 259 views)
File Type: xml product-mixpod-custom-colors.xml (2.0 KB, 267 views)

Screenshots

File Type: png mixpod.png (75.6 KB, 0 views)
File Type: png admin-sample.png (43.2 KB, 0 views)
File Type: png edit-details.png (22.5 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 05-28-2009, 01:09 PM
sebil's Avatar
sebil sebil is offline
 
Join Date: Feb 2008
Posts: 230
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can i enable this player viewable to everyone and usable for everyone..

Please helppp
Reply With Quote
  #33  
Old 05-29-2009, 03:19 AM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Nadeemjp View Post
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.
Quote:
Originally Posted by sebil View Post
How can i enable this player viewable to everyone and usable for everyone..

Please helppp
To quote the OP

Quote:
* Please Note: No Support Provided via PM or Email, only in This Thread for those who click Install *
Reply With Quote
  #34  
Old 06-04-2009, 01:49 PM
b3rguinho b3rguinho is offline
 
Join Date: Sep 2008
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice!!!
is very easy to install and configure!
thanks!
Reply With Quote
  #35  
Old 07-24-2009, 10:08 PM
vibe vibe is offline
 
Join Date: Jan 2005
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #36  
Old 08-07-2009, 10:06 AM
RedHacker RedHacker is offline
 
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i cant change skin it is white
Reply With Quote
  #37  
Old 08-17-2009, 04:55 PM
Xphusion Xphusion is offline
 
Join Date: Jun 2008
Location: Michigan
Posts: 210
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vibe View Post
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
Reply With Quote
  #38  
Old 10-07-2009, 01:45 PM
expeditionman expeditionman is offline
 
Join Date: Mar 2009
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is awesome!!!! I like the ability to watch the video of the song you are playing. Great add-on....
Reply With Quote
  #39  
Old 10-12-2009, 09:45 PM
FTG STRYKER FG FTG STRYKER FG is offline
 
Join Date: Oct 2009
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #40  
Old 10-12-2009, 11:05 PM
snappy1313 snappy1313 is offline
 
Join Date: Jul 2007
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Nadeemjp View Post
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.
Reply With Quote
  #41  
Old 10-16-2009, 12:06 AM
FTG STRYKER FG FTG STRYKER FG is offline
 
Join Date: Oct 2009
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by snappy1313 View Post
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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:24 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09570 seconds
  • Memory Usage 2,367KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete