Go Back   vb.org Archive > vBulletin Modifications > vBulletin 5.x Modifications > vBulletin 5.x Products & Extensions

Reply
 
Thread Tools
[PVR] Forum Radio Player v2.0 Details »»
[PVR] Forum Radio Player v2.0
Version: 2.0, by hugh_ hugh_ is offline
Developer Last Online: Apr 2017 Show Printable Version Email this Page

Category: Add-On Releases - Version: 5.0.x Rating:
Released: 09-14-2013 Last Update: Never Installs: 6
Re-useable Code Translations  
No support by the author.

Adding the following custom bbcode would allow your users to embed Party Vibe Radio's music player directly into their forum post. The player will not auto start.

If you like this mod please click Nominate for Mod of the Month ---->
Please remember to click Mark As Installed ---->








Test the player:

Light Player Demo
Dark Player Demo
Cassette Player Demo
Shoutcast Radio Player Demo
Small Theme Player Demo
Small Theme Dark Player Demo

Party Vibe Radio's FAQ
Party Vibe Radio
Radio Directory

Alternatively embed our free HTML, Javascript and Flash radio player or take a look at our simpler HTML only internet radio player.

-----
Title: Party Vibe Radio

Tag: pvr

Replacement:

- Light theme

<iframe src="https://www.partyviberadio.com/player-https/embed/{param}.html" style="border:0px #FFFFFF none;" name="embed-dark" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="90px" width="195px"></iframe>

- Dark theme

<iframe src="https://www.partyviberadio.com/player-https/embed-dark/{param}.html" style="border:0px #FFFFFF none;" name="embed-dark" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="80px" width="190px"></iframe>

- Cassette theme

<iframe src="https://www.partyviberadio.com/player-https/embed-cassette/{param}.html" style="border:0px #FFFFFF none;" name="embed-dark" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="225x" width="375px">
</iframe>

- Shoutcast theme

<iframe src="https://www.partyviberadio.com/player-https/embed-dark-scradio/{param}.html" style="border:0px #FFFFFF none;" name="embed-dark" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="150px" width="200px">
</iframe>

- Small Theme Radio Player

<iframe src="https://www.partyviberadio.com/player-https/embed-small/{param}.html" style="border:0px #FFFFFF none;" name="embed-small" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="75px" width="120px">
</iframe>

- Dark Small Theme Radio Player

<iframe src="https://www.partyviberadio.com/player-https/embed-dark-small/{param}.html" style="border:0px #FFFFFF none;" name="embed-dark-small" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="75px" width="120px">
</iframe>

Example: [pvr]reggae[/pvr]

Description:

Embed Party Vibe Radio into your forum posts.

Options are reggae, ambient, psytrance, techno, breakbeat, drumandbass, rap, rock, pop, vfr, charthits, smoothjazz, hardradio, smoothlounge, hotjamz or chilloutzone.

Use {option} No

Button Image (Optional) or use attached: See below

Remove Tag If Empty: Yes

Disable BB Code Within This BB Code: Yes

Disable Smilies Within This BB Code: Yes

Disable Word Wrapping Within This BB Code: Yes

Disable Automatic Link Parsing Within This BB Code: Yes

Show Your Support

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

Comments
  #2  
Old 11-02-2013, 03:02 AM
hugh_ hugh_ is offline
 
Join Date: Mar 2005
Location: Netherlands
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is anyone using this on vBulletin 5?
Reply With Quote
  #3  
Old 01-01-2014, 09:31 PM
hugh_ hugh_ is offline
 
Join Date: Mar 2005
Location: Netherlands
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

02.01.2014 - Updated to version 1.50 with the addition of two new themes (cassette and shoutcast radio).
Reply With Quote
  #4  
Old 02-14-2014, 08:29 PM
ZUCCO ZUCCO is offline
 
Join Date: Feb 2009
Posts: 241
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tagged for future use thanks
Reply With Quote
Благодарность от:
hugh_
  #5  
Old 02-19-2014, 09:06 AM
hugh_ hugh_ is offline
 
Join Date: Mar 2005
Location: Netherlands
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

19.02.2014 - Updated to version 1.60 with the addition of two new themes (small theme and small theme dark). I've also fixed the auto start issue.
Reply With Quote
  #6  
Old 11-10-2014, 04:17 AM
hugh_ hugh_ is offline
 
Join Date: Mar 2005
Location: Netherlands
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

10.11.2014 - I've updated the embedded cassette style radio player to include direct links to the streams and 'now playing' information.



Use the following code to embed it:

Code:
<center>
<iframe src="https://www.partyviberadio.com/new-player/embed-auto-cassette/{param}.html" style="border:0px #FFFFFF none;" name="embed" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="225x" width="375px">
</center>
Reply With Quote
  #7  
Old 01-25-2016, 12:20 PM
IggyP IggyP is offline
 
Join Date: May 2012
Posts: 252
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmm...i tried putting dark one in a static html module on vb 5.2.0, for main forum page...displayed blank
seems like that should work right?

oh and i used this code even too from site
HTML Code:
<center>
<iframe  src="http://www.partyviberadio.com/player/embed-dark-auto/reggae.html" style="border:0px #FFFFFF none;" name="embed-dark" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="80px"   width="200px">
</iframe>
</center>
edit: i saw that extra spaces after i posted this so tried removing that but still displays blank...


edit2: hmm i think its cuz my site is https...how can i fix???

thanks,
iggy
Reply With Quote
  #8  
Old 06-17-2016, 09:02 PM
hugh_ hugh_ is offline
 
Join Date: Mar 2005
Location: Netherlands
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by IggyP View Post
hmm...i tried putting dark one in a static html module on vb 5.2.0, for main forum page...displayed blank
seems like that should work right?

oh and i used this code even too from site
HTML Code:
<center>
<iframe  src="http://www.partyviberadio.com/player/embed-dark-auto/reggae.html" style="border:0px #FFFFFF none;" name="embed-dark" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="80px"   width="200px">
</iframe>
</center>
edit: i saw that extra spaces after i posted this so tried removing that but still displays blank...


edit2: hmm i think its cuz my site is https...how can i fix???

thanks,
iggy
I'm sorry. I missed this. Is it still a problem for you?
Reply With Quote
  #9  
Old 06-17-2016, 09:05 PM
hugh_ hugh_ is offline
 
Join Date: Mar 2005
Location: Netherlands
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

18.06.2016 – Updated to version 1.70.

Reviewed our radio player code today and found a few issues had crept in since the last update. Everything works again now, sorry for any inconvenience. The full list of fixes goes as follows.

– Updated the radio player footer links to the new web site address.
– Fixed broken facebook like button.
– Some radio streams changed to new ports a while ago which wasn’t updated.
– All our radio players now use the local javascript source so outages to the remote server are no longer a problem.
Reply With Quote
  #10  
Old 04-26-2017, 04:00 AM
hugh_ hugh_ is offline
 
Join Date: Mar 2005
Location: Netherlands
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

26.04.17 - Update to version 2.0

- Our radio players now feature HTML5 and HTTPS web page support.
Reply With Quote
Reply

Thread Tools

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 07: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.07900 seconds
  • Memory Usage 2,319KB
  • Queries Executed 24 (?)
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
  • (1)bbcode_code
  • (2)bbcode_html
  • (1)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
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete