Thread: Radio
View Single Post
  #6  
Old 7th November 2009, 07:33
crowni's Avatar
crowni crowni is offline
Senior Member
 
Join Date: Apr 2009
Bulgaria
Posts: 132
Default radio block
This radio block is very nice

download radiolist.rar
extract it into modules
open:language/english/lang_main.php
add $language['RADIOLIST']='Radiolist';

open:blocks/mainmenu_block.php

search:

Code:
print("<td class=\"header\" align=\"center\"><a href=\"index.php?page=upload\">".$language["MNU_UPLOAD"]."</a></td>\n");
add after:

Code:
print("<td class=\"header\" align=\"center\"><a href=\"index.php?page=modules&module=radiolist\">".$language["RADIOLIST"]."</a></td>\n");
open: blocks/menu_block.php

search:

Code:
print("<tr><td class=\"blocklist\" align=\"center\"><a href=\"index.php?page=upload\">".$language["MNU_UPLOAD"]."</a></td></tr>\n");
add after:

Code:
print("<tr><td class=\"blocklist\" align=\"center\"><a href=\"index.php?page=modules&module=radiolist\">".$language["RADIOLIST"]."</a></td></tr>\n");
Join in admin panel in Modules Settings of Miscellaneous write radiolist and Confirm

Listen radio and joy ;D if you want change radio list from your country.
this is list radio from Bulgaria


http://www.btiteam.org/smf/index.php...ch=10099;image
Attached Files
File Type: rar Radio.rar (2.0 KB, 148 views)
Reply With Quote