![]() |
What file do I edit to change the appearance of the popup window?
|
Quote:
I think you sent me a message about this also. I have it working on all sections of my site- The VBAdvanced, Photopost, Reviewpost. I visted your site, you have kind of a "different" directory structure, but... Try inserting this code into to your NAVBAR template where you currently have the existing vbRadio link. This works perfectly on my forum (with my folder and filepaths of course!) If I have the incorrect path to your vb and vBRadio.php files, just correct them. As I said, this code works in all segments of my website. It does appear as if you are using frames (I hate frames!) and that might be causing some issues for you. Code:
<!-- radio launcher --> |
Thanks! That worked. (I tried that before, and it "didn't work", because I changed it on the old default style, didn't copy it to the other styles, and tested it on my new default style) Confused? So was I.
Thanks very much. Got to be careful when you've got a lot of styles, and changing templates. They don't automatically upgrade from parent to child, as I'm discovering. |
Yeah, I'm in agreement with the Firefox comment. It works unstable at best....
|
Has anyone played around with porting the current artist/ track in the player? I cannot seem to get this to work. I have it set up off my radio stream to display the current info on my main page but it doesn't seem to want to 'take' in vBRadio.
PHP Code:
If need be, I can provide all the code for sc_status and sc_song. If you want to see it in action: working script- http://www.milwaukeenights.com (about halfway down, on the right) not so working - http://forums.milwaukeenights.com (click on Nights Radio) Other than this, this script is phenomenal! *installed* Included is a screenshot of it also....... |
I'm trying to figure that out as well,jlegge.
Thanks for all the links everyone. They are all a wonderful resource. Any other clues on where to get some more TV streams? |
Prolly a dumb question, but how do I add in support for winamp or other streaming players? Or do I just have to have users make winamp the default player for these feeds?
|
Quote:
$50 to anyone with a paypal account and can make this work perfectly. PM me for any info you need. |
Is there a way to tell it which station you want as the default or 1st in the list?
And what should be showing up in the big black box??? Mine's blank! |
black box should be showing loads of nice effects m8 - the sort u see when u put effects on in media player
|
Is there a way to integrate the graphic equalizer into this hack??? Other than that Fantastic Hack!!!
|
The settings you have in WMP itself, work on this. So if you have visualizations turned on in WMP, they will show here. (in that black box)
Memory hog though and should be disabled. |
I did a mistake.Can someone tell me what files to delete after installation PLEASE?
|
I seem to be having problems with this. I go into it and press play and nothing plays. Also, all of my users get a blank screen when they go into it. Any reason why this is happening?
|
I SO want to install this but a large portion of my users (myself included generally) are firefox devotees. I have read the entire thread and see there are issues with this otherwise AMAZING addition, any updates or ideas on how to resolve the FF problems?
Thanks! |
Quote:
|
Any chance to get this to work with WinAMP / iTunes too using .pls?
|
Quote:
I tried using this with Firefox and initally it did not work (no audio) but then I updated the plugin for WMP to version 10. Now at least the station plays in Mozilla, but no active display and none of the controls function, but at least the audio plays now. |
Hello Sir ,
I was install the Vbradio Hack but i think there is problem with me , , !! That when i Click On the (vBRadio) there is blank page , No station and never see any think , Blank page , white page , no data ,, , please help me why when i click on the link there is white blank pop Window , Thank you Regards |
Quote:
Make sure the RADIO template exists in all of your stylesets. Sounds like the style you are using is missing the template. (blank white pages almost always means missing templates) |
Since I have no programming skills, I dunno if this is applicable to trying to solve the firefox problem or not. But, for anyone who DOES know what they are doing, I found the following in a general discussion about issues with windows media & firefox in the mozilla forums.
"my first problem was that my host didn't have a mime type built in for .wma So I went to Cpanel, which my host provides/uses i dunno, and I went to mime types and added a user defined mime type for wma's which, btw, is audio/x-ms-wma But that wasn't enough. SO then i tried this: Code: <object> data="/audio/rappineric.wma" codetype="audio/x-ms-wma" </object> It still claims "play is not a function" and tells me I have an error if I look in the web developer toolbar, but it works!" ........................... Followed by this: "It works. This method of embedding audio only requires the Windows Media for Netscape plugin that comes with WMP. ................ As I said... this is NOT SPECIFIC TO THIS HACK! ... only perhaps a clue to anyone trying to "fix" their problems with this hack and firefox. Hope it helps someone who knows what they're doing! Just trying to be helpful here as I need it to function with firefox as well. |
Maybe this will help someone.
http://forums.mozillazine.org/viewtopic.php?t=167260 |
Zero Tolerance...you ROCK! Very easy install and it plays great on my forum in OSX Safari. But I opened IExplorer and Firefox and the Navbar had a problem. I had installed a mod earlier to move the calendar and some other items into the Quick Links drop down. With your mod the vBRadio also went into the drop down. (See attached image). In Firefox the entire forum dissappears. Here is the code within Navbar for the section we modified. Anything jump out at you guys? Thanks.
<!-- NAVBAR POPUP MENUS --> <if condition="$show['searchbuttons']"> <!-- header quick search form --> <div class="vbmenu_popup" id="navbar_search_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">$vbphrase[search_forums]</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <form action="search.php" method="post"> <input type="hidden" name="do" value="process" /> <input type="hidden" name="showposts" value="0" /> <input type="text" class="bginput" name="query" size="20" />$gobutton<br /> </form> </td> </tr> <tr> <td class="vbmenu_option"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[advanced_search]</a></td> </tr> </table> </div> <!-- / header quick search form --> </if> <if condition="$show['member']"> <!-- user cp tools menu --> <div class="vbmenu_popup" id="usercptools_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">$vbphrase[quick_links]</td></tr> <if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew">$vbphrase[new_posts_nav]</a></td></tr></if> <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr> <tr><td class="vbmenu_option"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td></tr> <script type="text/javascript"> <!-- function OpenRadio(){ Radio = window.open('vBRadio.php','vBRadio','directories=n o,height=320,width=650,locatio n=no,menubar=no,resizable=no,status=no,toolbar=no' ) return false; } --> </script> <td class="vbmenu_control"><a href="#" onclick="return OpenRadio()">vBRadio</a></td> <tr><td class="vbmenu_option"><a href="memberlist.php?$session[sessionurl]">$vbphrase[members_list]</a></td></tr> <tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=n o,menubar=no,toolbar=no,scroll bars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr> <tr><td class="thead">$vbphrase[miscellaneous]</td></tr> <if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]">$vbphrase[private_messages]</a></td></tr></if> <tr><td class="vbmenu_option"><a href="subscription.php?$session[sessionurl]">$vbphrase[subscribed_threads]</a></td></tr> <if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php?$session[sessionurl]">$vbphrase[whos_online]</a></td></tr></if> <tr><td class="vbmenu_option"><a href="faq.php?$session[sessionurl]" accesskey="5">$vbphrase[faq]</a></td></tr> </table> </div> <!-- / user cp tools menu --> </if> <if condition="$show['member']"> <!-- user cp drop down menu --> <div class="vbmenu_popup" id="cpuser_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead"><a href="usercp.php?$session[sessionurl]">$vbphrase[user_control_panel]</a></td></tr> <if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if> <if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if> <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr> <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr> <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr> </table> </div> <!-- / user cp drop down menu --> </if> <!-- / NAVBAR POPUP MENUS --> </if> |
Hi Guy's..
This Is My First Post.. So Please Take It Easy With Me, Thanks. My Question Is: 1. If I Leave This Mod And Say A VB Update Is Available Will It Be Compatible.. 2. If Not Then I Know How To Revert The Procedure.. Only 1 Thing. 3. How Would I Remove The DATABASE Entry It Created.. If I So How Can I.. Regards Mr. Mojo |
Quote:
Hmm, how u can display the songs if its radio service?:DD |
Quote:
Anyone have any ideas on this? I am going to play with it some more in the next couple of days and if I find anything I'll let you guys know. |
Anybody ever figure out the problem with Firefox? I tried this on a Windows (XP)system that is only a few months old and it worked fine. I have all the updates and have upgraded to SP2, but mine is about 3 years old. I don't know what the difference is?
|
For the Fire Fox issue click the link provided above: http://forums.mozillazine.org/viewtopic.php?t=167260
Great hack, installed and works great! |
I tried that once and it didn't work, but after going through it all again it's working great now. :D
|
Quote:
|
The solution u point out for Firefox Users, is to be done by the user right? not the server.
Can someone please tell me, how can i put a link in the "radio" page in which i say the Firefox users, to go a see this link? It could be great if this is shown only for Firefox users:) |
Quote:
The problem I had the first time was addressed at Step 0. (must have missed it the first time) Quote:
lanc3lot, Yes, the user has to perform these steps to update their Firefox installation. To add the link, look in the RADIO template, near the botom find </fieldset>, and just below it add Code:
<br /> |
VERY, VERY COOL! Installed. :) Still, it would be nice if it worked with Firebird.. It works perfect with Explorer...
|
Quote:
Thanks... |
Quote:
if it's the whole window, you're having a seperate issue then what he's fixing. |
Yeah, it's the whole window that pops up.. What could this mean?
|
Quote:
|
I got this player working perfectly in both IE and Firefox. Thanks to all of you for your combined help.
http://www.musicsourcenow.com Here is my RADIO template to help anyone else out. Note everything else as far as the hack goes is untouched. Code:
$stylevar[htmldoctype] |
Quote:
|
Quote:
|
All times are GMT. The time now is 03:31 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|