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)

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


All times are GMT. The time now is 05:58 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.01221 seconds
  • Memory Usage 1,748KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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