vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Profile Enhancements - ROG Mixpod.com Profile Player (https://vborg.vbsupport.ru/showthread.php?t=248820)

Shadawg 08-16-2010 10:00 PM

ROG Mixpod.com Profile Player
 
1 Attachment(s)
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.

Shadawg 08-17-2010 05:06 PM

Reserved for updates.

dezzy94 08-17-2010 05:27 PM

oooooo i was looking for this kind of mod thank you !! :)

djscoop 08-18-2010 02:03 PM

ti got the player to show up but the songs don't. Any idea why?

djscoop 08-18-2010 02:12 PM

Quote:

Originally Posted by djscoop (Post 2085778)
ti got the player to show up but the songs don't. Any idea why?

Nevermind i got it...Great Mod! :)

Shadawg 08-18-2010 04:54 PM

:) thanks man

tafreeh 08-21-2010 03:39 AM

Does it play automatically when you visit a profile? Any screenshot to view please?

Shadawg 08-23-2010 09:13 AM

I have taken the automatic play feature of completely as its just damn right annoying...

I will get a screen shot loaded up in a few.......

toni159 08-26-2010 07:01 PM

Hi Shadawg, Can u please make me some screenshots for installing becouse I don't understand english ??

Shadawg 08-29-2010 11:28 PM

Quote:

Originally Posted by toni159 (Post 2089990)
Hi Shadawg, Can u please make me some screenshots for installing becouse I don't understand english ??

Ill see what i can do...

Krusty1231 09-02-2010 07:41 PM

Good one. Thank you.

Shadawg 09-08-2010 11:58 PM

Quote:

Originally Posted by Krusty1231 (Post 2092950)
Good one. Thank you.

No problem :)

ForenOpfer 09-09-2010 09:49 PM

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

Shadawg 09-10-2010 12:49 AM

You would have to code it so the vb block goes behind it. its definitley possible...

Alec W 09-12-2010 09:43 PM

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> 


rusticsteel 09-13-2010 02:40 AM

Thx Muchly!!

OhSoBlonde 09-13-2010 01:08 PM

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

Alec W 09-13-2010 02:15 PM

Quote:

Originally Posted by OhSoBlonde (Post 2097534)
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> 


OhSoBlonde 09-14-2010 11:15 AM

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.

Shadawg 09-20-2010 12:26 PM

Quote:

Originally Posted by OhSoBlonde (Post 2098051)
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

Xeyn 09-20-2010 05:37 PM

Hi...bit confused

admin >> User Profile Fields >> Add New User Profile Field

what do we select...single line text box...single selection radio button......etc?

jsut sent you pm btw:_)

thx

Shadawg 09-21-2010 03:13 AM

yeah single line text box man :)

Xeyn 09-21-2010 04:38 PM

right..got it..installed..thx.....and just use playlist id and you get list....all working...thx.

1 thing thoe..on mixpodsite..there is a player.looks like iphone....or itouch..whatever.lol..how do we change to that?

Shadawg 09-21-2010 05:11 PM

Quote:

Originally Posted by Xeyn (Post 2101484)
right..got it..installed..thx.....and just use playlist id and you get list....all working...thx.

1 thing thoe..on mixpodsite..there is a player.looks like iphone....or itouch..whatever.lol..how do we change to that?

I havent been on mixpod for a while, with other skins it possible, show where it is i will get a code for you hopefully.

Shadawg 09-21-2010 05:24 PM

1 Attachment(s)
Quote:

Originally Posted by Xeyn (Post 2101484)
right..got it..installed..thx.....and just use playlist id and you get list....all working...thx.

1 thing thoe..on mixpodsite..there is a player.looks like iphone....or itouch..whatever.lol..how do we change to that?

Okay i have got the ipod touch skin for you done.....

Just import it and overwrite the old one.....

Xeyn 09-22-2010 08:50 AM

What a pro.....thx very much my friend....just some white bits round edge..i use dark templates..sure i can sort...

You da man:-)

Xeyn 09-22-2010 09:13 AM

Excellent..Got all working....Thx alot

Hall of Famer 10-09-2010 04:17 PM

Umm can this one be used together with Playlist player instead of being a replacement? I'd like to have both on my forum, since it has both US members who prefer Playlist and users from other English speaking countries who cannot use Playlist. Because of this, I'd like to have both options available for members. Please lemme know if this is possible, thank you.

Shadawg 10-10-2010 11:32 AM

Its possible, but i carnt understand why you would want 2, playlist.com doesnt allow English speaking countries to listen to american's profiles. surely it defies the point.

But yes it is possible to have Playlist and Mixpod on a single profile.

Hall of Famer 10-10-2010 06:12 PM

umm yeah, 'cause American users on my forum wants to use Playlist, while members from other countries want mixpod. Therefore, it would be a good compromise to have both.

So can you please edit the code a little bit for me so that its possible to use BBR's playlist and your Mixpod plugins together? Thank you.

Shadawg 10-12-2010 06:19 PM

Quote:

Originally Posted by Hall of Famer (Post 2108825)
umm yeah, 'cause American users on my forum wants to use Playlist, while members from other countries want mixpod. Therefore, it would be a good compromise to have both.

So can you please edit the code a little bit for me so that its possible to use BBR's playlist and your Mixpod plugins together? Thank you.

Yeah i'll take alook at it when i get some time.

OldSchoolDSL 10-25-2010 06:18 AM

Thanks for this mod. It works on 4.0.8

(Although you may want to make your instructions just a little clearer)

OldSchoolDSL 12-23-2010 04:02 AM

Is there away to make this work for blogs?

Shadawg 12-23-2010 08:10 PM

Anything is possible, you would have to create a new plugin and re-code it I believe. Your more than welcome to edit my code.

OldSchoolDSL 12-23-2010 09:53 PM

Quote:

Originally Posted by Shadawg (Post 2138281)
Anything is possible, you would have to create a new plugin and re-code it I believe. Your more than welcome to edit my code.

Thank you for your blessing.

(It maybe a while, as I'm learning there is a big difference from coding from phpBB to vBulletin.)

SkidWayne 01-19-2011 06:41 PM

I just got it installed, thank you! I just got one problem; no music... Is there just a delay or do I have to fix something?

Dozer826 05-11-2011 07:13 PM

Easy install and works great on 4.1.2.

Only thing to make this better is if there's a way to choose the location within the profile and also to be able to make the player come up in a pop-up so you can continue surfing without having to keep your profile page tab or window open.

8thos 07-11-2011 12:12 AM

Hi! What are the file edits needed so that it does not overwrite playlist.com?

Sage Knight 07-18-2011 08:25 AM

Here's a bug; When you disable the "Show Mixpod Popout Link" option it will cause any thing below it to give off the Mixpod Link, and even when you set it to "Yes" it'll give a broken image link.

Reycer 07-29-2011 12:35 AM

I have this running fine in 4.14 pl1. This is AWESOME!!

http://schoolbusforums.com/member.php?1-mdelcour



Also, I can confirm the bug that is directly above my post.


All times are GMT. The time now is 06:30 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01373 seconds
  • Memory Usage 1,825KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete