![]() |
its a great add-on, any chance to remove the logo and only leave the copyright?
|
Quote:
:D |
Quote:
Quote:
-Kaz |
woah... great mod!!! installed in five mins and works like a charm :)
one (newbie) question: how do i restrict access to the radio?? i read the subscriptions answer and was a little confused?!!? is there a more straightforward way to restict access to certain usergroups? (via navbar/forumhome for example?) sorry, i know this is not really a vbulletin radio support question - more of a vbulletin config question. but i figured anyone else who installed this might have the same issue. and, better still, some advice. thanks in advance...... [install] ampsul |
Yes, I needed to know this myself so I could update it LOL! But vBulletin Subscriptions allows you to give someone access to a certain forum when they have paid for something so in this forum you could have a link to the radio OR try Usergroups > Promotions and when they have reached a certain post they can join (automatically) a new higher group which may have access to the radio.php file (to change access permissions to this) Read this thread (here as you can see it allows user permissions system as well on the PHP files you simply edit radio.php
|
thanks for the speedy response and advice, khaleel!
i'll check out the link and see how it goes. thanks again... ampsul |
No problem
|
Quote:
its more like a radio.blog's radio rather than my sites' radio since the radio.blog logo is there, so I prefer only having the radio.blog copyright at the bottom. thanks! |
In /radio.blog/index.php
Find the Code:
<!-- START BANNER |
i mean the logo at the header not the banner.
|
One tip: For some reason, when I created the radio template, it saved it in all caps as RADIO usingn 3.0.3. Renaming it to lowercase made it work.
|
Quote:
Quote:
|
Is there anyone here who can confirm without a doubt that this is legal?
It just sounds to good to be true I wrote to the RIAA to ask them but they haven't replied |
Quote:
that is for licensed music japanese music korean music and such i believe is free to play unlicesed that is like anime music |
Quote:
Quote:
See here http://www.radioblogclub.com/forums/...ighlight=legal and see http://www.radioblogclub.com/forums/viewforum.php?f=6 as you can see its ok and is discussed all the time :squareeyed: Hope that helps Death-Eater.NET Team |
khaleel,
I'm trying to put the popup inside a template that is done with logician template mod but I'm having problems. If I try to put radio.php code into it it only shows the blank page and popus the radio blog but the template stuff is not there. If I try to do a <?php include_once("radioblog.swf"); ?> it prints out the code of the file and the playlist it self does not appear. Has you or anyone here have tried to put this inside a template? thanks! |
Whats Logician Template?
Try this as seen in the installation instructions, I dont know what your talking about though but have a go at this.... Make an iframe of radio.blog Code:
<iframe src="/radio.blog/index.php" name="radio" scrolling="no" frameborder="0" width="222" height="300"></iframe> |
Quote:
I was talking about this mod: https://vborg.vbsupport.ru/showthread.php?t=76422 |
Glad to solve the problem
|
thanks everything works great.
one question though. when I click on the radio link on the navbar, 2 things happen. i get a popup of the radio and then the main page goes to a page which says "click here if popup didn't work the first time" (or something like that). my question is... is it possible to make it so that i would just get the popup window without the main page being forwarded? |
Yes you could do this, im at work at the moment when I reach home ill send you the code. You simply replace the navbar <a href="radio" , but with a popup script. Ill post again soon when I know my boss is not watching me
|
Open Templates > Header
Find Code:
[head] Code:
<SCRIPT LANGUAGE="JavaScript"> Find Code:
<td class="vbmenu_control"><a href="radio.php?$session[sessionurl]">Radio</a></td> Code:
<A HREF="javascript:popUp('radio.blog/index.php')">Radio</A> |
THANKS!! :)
but now it doesn't autoplay anymore.. any ideas? |
I'm having the oddest error.
If I put in a plain old php page, all of my tracks show up fine: http://www.sevenstring.org/forum/radio.blog/ But if it's in a template, it only shows random ones, and does not play. http://www.sevenstring.org/forum/view.php?pg=ssjukebox Permissions on all files are exactly the same. Any ideas? The only change is that I moved everything from the radio.blog folder into the forums directory. If it's a path issue coded into the SWF, how do I use a template located in a subdirectory? For the record: This addon, especially with the type of forum I'm running it on (a music forum) is absolutely awesome. Thanks very much! |
I managed to get this working using Logician's template, by loading it as an iframe within the template, like so:
Code:
<iframe src="http://www.sevenstring.org/forum/radio.blog/index.php" name="radio" scrolling="no" frameborder="0" width="220" height="300"></iframe> For those of you without shell access to your webservers, you might want to just upload them one at a time, about 5-10 minutes apart if you're having problems with the playlist not showing all tracks. Hope this helps someone out. |
Quote:
Code:
<A HREF="javascript:popUp('radio.blog/index.php')">Radio</A> Note # is your track number it should work now. Quote:
:cool: www.death-eater.net team Khaleel |
I'm getting an odd error encoding 128k MP3's with lame.
"Error: sample frequency has changed in MP3 file - not supported bitstream problem: resyncing...". Anyone else seen this? |
Got that sorted out - replaced the version of LAME packaged with radio.blog with the newest (3.97a10) and it works again. I attached it for anyone who needs.
Hope that helps anyone having the issue. :) Also, if anyone needs my template for loading it in an iframe, let me know and I'd be happy to share. |
Thanks ^ :nervous:
|
I have 2 questions,
1) When I minimize, it is not showing the BOttoM part of the popup, LOOK AT THE ATTACHMENT FOR THE IMAGE 2) How can I leave the crossfader ON by default? |
1) Go to your navbar template and find radio template tell me what the javascript code is paste it here, so I can help you more
2) To turn in on to default, you simply change the value to 1 meaning Go to radio.blog/config.xml Find Code:
<crossfader value="0" /> <!-- 1 | 0 --> Code:
<crossfader value="1" /> <!-- 1 | 0 --> |
nmnm
|
Quote:
|
The [Head] Tag if not there add the following javascript in there anyways
Code:
<SCRIPT LANGUAGE="JavaScript"> |
In the instructions, it says this:
What should it look like then? |
Also, is there any way to create permissions on who uses this?
|
Quote:
To sort permissions out I will explain how to do this on the next update, I used this code for the template here . There is a vB code aswell, (not the exactual code syntax) Code:
<IF condition = show member then> |
i have a little problem
quite new to this so dont laugh iv got it so that track number 1 is on autoplay, but when i upload a new track, it plays that instead how are track numbers assigned to the songs we upload?? is it possible for when the radio is launched, to always play the same track first. |
thanks, I'm anxiously awaiting that code. I'm really concerned about bandwidth.
|
Quote:
Yes. In the radiotemplate find Code:
<BODY onLoad="javascript:popUp('http://www.yourforum.com/forum/radio.blog')" > Code:
<BODY onLoad="javascript:popUp('http://www.yourforum.com/forum/radio.blog/?autoplay=yourtracknumberhere')" > |
All times are GMT. The time now is 12:11 PM. |
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:
|