The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Radio and TV Add-on Details »» | |||||||||||||||||||||||||
This mod's vB 3.6.x version has been abandoned. The new vB 3.7.x version is here.
This will add a radio and TV library to your forum. Features: - Users can add / delete / edit own stations - Favorite stations - Report broken / duplicate stations - Full AJAX - Plays Windows Media Player, Real Player and Quicktime streams - and more... Nominate this mod for Mod of the Month! If you like this script don't forget to donate. This mod is "Re-usable Code", meaning you can modify it and release your own "distribution". Show Your Support
|
Comments |
#1132
|
||||
|
||||
The versions for 3.6.x worked flawlessly.
With vB v3.7 installed and using IE 7.0 I installed this new version 2.0. I keep receiving a "syntax" error page when I try to use any of the options. Tried to go back and reinstall radio v1.7 again and it's the same deal. Any ideas? |
#1133
|
||||
|
||||
Did you revert the templates?
|
#1134
|
||||
|
||||
Hi just installed and the mod is installed correctly i get the radio and tv in the admin.. but when i go to load it up inside my forums.. i get the following error?
so i dont know understand because in the Radio and Tv admin options there is no area for access users.. and i am the admin of my site.. is it and issue that i added it to the quicklinks menu instead of the navbar because this is the code i used below: Code:
<!-- function openRadioAndTV(stationid){ extras = ''; if (stationid) { extras = '?station=' + stationid; } radioAndTVWindow = window.open('radioandtv.php' + extras, 'radioandtv', 'directories=no,height=500,width=700,location=no,menubar=no,resizable=yes,status=no,scrollbars=yes,toolbar=no'); } //--> |
#1135
|
||||
|
||||
Did you set your usergroup permissions?
|
#1136
|
||||
|
||||
the only options i have under usergroup permissions are the regular forum pages.. the radioandtv.php is not listed here.. am i looking at the wrong place or something.. also under my host i set the radioandtv.php to read,write,execute which is 777 am i correct.. it has been that way with all other operations?
|
#1137
|
||||
|
||||
did you upload the bitfields file?
|
#1138
|
||||
|
||||
yeah everything is uploaded and set..
|
#1139
|
||||
|
||||
Then there should be radio and tv usergroup options in the ... usergroup options.
|
#1140
|
||||
|
||||
Ok found it.. yeah i was just being a blonde.. lol
anyways I also edited a mod i found here: https://vborg.vbsupport.ru/showthrea...ight=shoutcast With this i edited to work for your RadioandTv mod.. below is the coding i used to add a link button to the navbar which works as another option for alternate Templates.. below is the exact code I am currently using.. After Placing the following code the as you would when installing the RadioandTv mod at the very top of the navbar template: Code:
<script type="text/javascript"> <!-- function openRadioAndTV(){ radioAndTVWindow = window.open('radioandtv.php', 'radioandtv', 'directories=no,height=500,width=700,location=no,menubar=no,resizable=yes,status=no,scrollbars=yes,toolbar=no'); } //--> </script> You then would need to find the following code in the navbar Template: Code:
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div> </if> </td> Underneath add: Code:
<!-- / START RADIOandTV button-->
<td>
<a href="javascript:openRadioAndTV()"><img src="http://img.photobucket.com/albums/v715/azurekidx/radio_button.jpg" border="0" alt="Tune into R?? Radio"></a>
</td>
<!-- / END RADIOandTV button-->
thats it.. i just thought since i put you through so much trouble teaching a noob how to set permissions since its not like i have done it over and over and still forget to set them lol.. that you all could use this.. .. well thanks again.. you can see how its working at my site as the Demo :up: Below is the Image i used for the Navbar button just change colors for your site in photoshop or use your own: I posted this in a mod forum at https://vborg.vbsupport.ru/showthread.php?t=180988 so it can be used.. thanks again later |
#1141
|
|||
|
|||
I don't understand what I need to do to get these loaded onto my board?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|