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

Reply
 
Thread Tools
ROG Mixpod.com Profile Player Details »»
ROG Mixpod.com Profile Player
Version: 1.00, by Shadawg Shadawg is offline
Developer Last Online: Aug 2016 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 4.0.6 Rating:
Released: 08-16-2010 Last Update: Never Installs: 39
Uses Plugins Auto-Templates
 
No support by the author.

Tested on 4.0.0 to 4.0.6

This mod is a remake of the playlist.com player by BBR.

Install Instructions:
First you have to create 4 custom profile fields.
admin >> User Profile Fields >> Add New User Profile Field

MixPod Playlist MP3 Player "Mixpod ID." i.e. 34967325
MixPod Background Color "Background color for whole playlist." use hex code i.e. 000000
MixPod Color #1 "Color for highlighted track." use hex code i.e. 000000
MixPod Color #2 "Text Color." use hex code i.e. 000000


Field Required: No
Field Editable by User: Yes
Private Field: Yes
Field Searchable on Members List: No
Show on Members List: No

Second import the pluging and go to admin >> Settings >> RoG Mixpod.com for user profile.

Now enter the correct field ID's from your profile fields.

Everything should now be working, if you like and use, please mark installed.

Thanks, any problems let me know.

Download Now

File Type: xml product-rog_mixpod_com_profile.xml (7.1 KB, 240 views)

Screenshots

File Type: png screeni.png (49.3 KB, 0 views)

Show Your Support

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

Comments
  #12  
Old 09-02-2010, 07:41 PM
Krusty1231's Avatar
Krusty1231 Krusty1231 is offline
 
Join Date: Jul 2010
Location: Canada
Posts: 366
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good one. Thank you.
Reply With Quote
  #13  
Old 09-08-2010, 11:58 PM
Shadawg's Avatar
Shadawg Shadawg is offline
 
Join Date: Aug 2008
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Krusty1231 View Post
Good one. Thank you.
No problem
Reply With Quote
  #14  
Old 09-09-2010, 09:49 PM
ForenOpfer ForenOpfer is offline
 
Join Date: May 2010
Location: Germany
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Shadawg,

nice Mod, thank you. But I've got one question: Is it possible to adjust the design of the player? What I mean is, that the player has another design as the rest of the sidebar. It would be terrific, if the player could has a border like all the other blocks at the sidebar. Is there any chance to customize that?

Best Regards from Germany
ForenOpfer
Reply With Quote
  #15  
Old 09-10-2010, 12:49 AM
Shadawg's Avatar
Shadawg Shadawg is offline
 
Join Date: Aug 2008
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You would have to code it so the vb block goes behind it. its definitley possible...
Reply With Quote
  #16  
Old 09-12-2010, 09:43 PM
Alec W Alec W is offline
 
Join Date: Dec 2009
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice and thanks.

I wanted control over the colors so only added the first user field and changed the memberinfo_block_playlist template.

PHP Code:
<vb:if condition="$vbulletin->options['bbr_playlist_active']">
<
vb:if condition="$userinfo[$bbrfield1]">
    <
embed src="http://assets.myflashfetish.com/swf/mp3/mixpod.swf?myid={vb:raw userinfo.$bbrfield1}&path=2009/11/14" quality="high" wmode="window" bgcolor="ffffff" flashvars="mycolor=ffffff&mycolor2=&mycolor3=000000&autoplay=false&rand=0&f=4&vol=100&pat=0&grad=false" width="240" height="220" name="myflashfetish" salign="TL" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" style="visibility:visible;width:240px;height:380px;" /><br><a href="http://www.mixpod.com/playlist/{vb:raw userinfo.$bbrfield1}"></embed>
<
vb:if condition="$vbulletin->options['bbr_playlist_popout_link']">
<
center>
<
a href="http://www.pplaylist.com/standalone/{vb:raw userinfo.$bbrfield1}" target="_blank"><img src="http://www.pplaylist.com/mc/images/launch_{vb:raw userinfo.$bbrfield2}.jpg" border="0"></a>
</
center>
</
vb:if>
</
vb:if>
</
vb:if> 
Reply With Quote
  #17  
Old 09-13-2010, 02:40 AM
rusticsteel rusticsteel is offline
 
Join Date: Jan 2009
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thx Muchly!!
Reply With Quote
  #18  
Old 09-13-2010, 01:08 PM
OhSoBlonde OhSoBlonde is offline
 
Join Date: Nov 2008
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed & works great!

I have a ??

Is there anyway to make a notification on the postbit/legacy to either show the player in posts or some kind of notification that you have added a playlist??
Reply With Quote
  #19  
Old 09-13-2010, 02:15 PM
Alec W Alec W is offline
 
Join Date: Dec 2009
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by OhSoBlonde View Post
Installed & works great!

I have a ??

Is there anyway to make a notification on the postbit/legacy to either show the player in posts or some kind of notification that you have added a playlist??
That's a good idea. I added a link to the member profile if the user has a MixPod Id setup. Adjust the $post['field7'] accordingly.

PHP Code:
<vb:if condition="$post['field7']">
    
Playlist:&nbsp;<a href="{vb:link member, {vb:raw post}}">Yes</a>
<
vb:else />
    
Playlist:&nbsp;No
</vb:if> 
Reply With Quote
  #20  
Old 09-14-2010, 11:15 AM
OhSoBlonde OhSoBlonde is offline
 
Join Date: Nov 2008
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And another note...you can't run this one AND the Playlist.com one on the same board.

I've got a mix of members who use both sites, so I installed this one first, then the playlist one and it forced me to overwrite this one.
Reply With Quote
  #21  
Old 09-20-2010, 12:26 PM
Shadawg's Avatar
Shadawg Shadawg is offline
 
Join Date: Aug 2008
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by OhSoBlonde View Post
And another note...you can't run this one AND the Playlist.com one on the same board.

I've got a mix of members who use both sites, so I installed this one first, then the playlist one and it forced me to overwrite this one.
Yes that is true, playlist.com doesnt allow people in europe to listen to the songs due to copyright infringements
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 12:46 AM.


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.21470 seconds
  • Memory Usage 2,347KB
  • 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
  • (2)bbcode_php
  • (3)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
  • (3)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
  • (2)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