The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[PVR] Forum Radio Player v2.0 Details »» | |||||||||||||||||||||||||
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
|
Comments |
#22
|
|||
|
|||
26.04.17 - Update to version 2.0
- Our radio players now feature HTML5 and HTTPS web page support. |
#23
|
|||
|
|||
Hello.
I try to add this to my forum, I don't know how add this in custom bbcode byt my iddea its add this radio player in a forum block. I create a new block (html) and insert the code, but not works. Also, I try differents codes from here https://www.partyvibe.com/radio/?p=1865 https://www.partyvibe.com/radio/?p=3812 Also, not work for me. Can anyone help me? I use vb 4.25 and this mod I think its fantastic! Thanks and regards. |
#24
|
|||
|
|||
i put this in block vb4.2.5, is there anyone can tell me how to float this in a new window, as it shuts when the forums are browsed... basically i need the code to make this code
Code:
<iframe style="border: 0px #FFFFFF none;" src="https://www.partyviberadio.com/player-https/embed-dark-auto-scradio/reggae.html" name="embed-shoutcast" width="200px" height="150px" frameborder="1" marginwidth="0px" marginheight="0px" scrolling="no"></iframe> now i sound like IT, "IT FLOATS" p.s. fantatic stations btw, keep up the good work |
Благодарность от: | ||
WendM |
#25
|
||||
|
||||
[QUOTE=chudvs;2601428]i put this in block vb4.2.5, is there anyone can tell me how to float this in a new window, as it shuts when the forums are browsed... basically i need the code to make this code
Code:
<iframe style="border: 0px #FFFFFF none;" src="https://www.partyviberadio.com/player-https/embed-dark-auto-scradio/reggae.html" target="_top" name="embed-shoutcast" width="200px" height="150px" frameborder="1" marginwidth="0px" marginheight="0px" scrolling="no"></iframe> Interestingly enough, you want to do something entirely opposite of what IFrame is meant to be. The whole purpose of IFrame is open inside a page. You should be able to just add: target="_top" |
#26
|
|||
|
|||
[QUOTE=Hostboard;2601432]
Quote:
i need the code so the radio is in the forum block, then if the user wants to continue listening to the radio you can click the block radio so it detaches/floats in its own window... so it isnt lost when the user browsers the forums |
#27
|
||||
|
||||
Ok I get it... You can do custom PHP code within forum blocks and there is a mod that allows for "forum block everywhere" But I do not think you can do what your looking for from within VBs tool set and would require custom coding... However what about something like this...
Code:
<!DOCTYPE html> <html> <head> <style> div.sticky { position: -webkit-sticky; position: sticky; top: 0; padding: 5px; background-color: #cae8ca; border: 2px solid #4CAF50; } </style> </head> <body> <p>Now<b>scroll</b> inside this frame to understand how sticky positioning works.</p> <p>Note: Not sure if all browsers support sticky position.</p> <div class="sticky">I Can't scroll past the top!</div> <div style="padding-bottom:2000px"> <p>In this example, the sticky element sticks to the top of the page (top: 0), when you reach its scroll position.</p> <p>Scroll back up to remove the stickyness.</p> <p>Some text to enable scrolling.</p> <p>Some text to enable scrolling.</p> </div> </body> </html> |
#28
|
|||
|
|||
awesome hostboard, many thanks for this coding! much appreciated!
one last question, my forum blocks disappear when you view a forum/topic, any way to keep the blocks permanent? |
#29
|
||||
|
||||
You can try this:
https://vborg.vbsupport.ru/showthread.php?t=233871 I think it might be easier to just inject the HTML/PHP code into the correct template(s). We are not as hesitant to modify templates or core code any more as the VB 4.x branch is dead and will never see any sort of update/patch from IB. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|