The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#182
|
|||
|
|||
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. |
#183
|
|||
|
|||
Maybe this will help someone.
http://forums.mozillazine.org/viewtopic.php?t=167260 |
#184
|
||||
|
||||
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> |
#185
|
||||
|
||||
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 |
#186
|
||||
|
||||
Quote:
Hmm, how u can display the songs if its radio service?D |
#187
|
|||
|
|||
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. |
#188
|
||||
|
||||
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?
|
#189
|
|||
|
|||
For the Fire Fox issue click the link provided above: http://forums.mozillazine.org/viewtopic.php?t=167260
Great hack, installed and works great! |
#190
|
||||
|
||||
I tried that once and it didn't work, but after going through it all again it's working great now.
|
#191
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|