Re: PhpBB Radio Mod
Posted: 23 Mar 2010, 18:07
Cheers for that Stoker, I will try what you have said and hopefully will report back some good news to you later.
Many thanks
Many thanks
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
Code: Select all
<a href="{U_FAQ}">{L_FAQ}</a>
Code: Select all
<a href="radio.php" onclick="window.open('radio.php','','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=440, height=380, left=20, top=20'); return false;">{L_RADIO}</a>
Code: Select all
<a href="radio.php" onclick="window.open('radio.php','','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=440, height=380, left=20, top=20'); return false;"><img src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" alt="*" /> {L_RADIO}</a>
That fixed it!Stoker » 23 Mar 2010, 06:34 wrote:Find this in the radio2.html:and change to:Code: Select all
<p><!-- IF radio2 neq 0 -->{L_LISTENING_TO}: <u>{NP_NAME}</u><!-- ELSE --> {L_NO_CHOICE_MADE_YET}<!-- ENDIF --></p>
Code: Select all
<p><!-- IF RADIO neq 0 -->{L_LISTENING_TO}: <u>{NP_NAME}</u><!-- ELSE --> {L_NO_CHOICE_MADE_YET}<!-- ENDIF --></p>
Code: Select all
<a href="{U_FAQ}">{L_FAQ}</a>
Code: Select all
• <a href="{U_FAQ}">{L_FAQ}</a>
cisco007 » 23 Mar 2010, 20:20 wrote:yeah sorry i forgot that find:replace with:Code: Select all
<a href="{U_FAQ}">{L_FAQ}</a>
that's it!Code: Select all
• <a href="{U_FAQ}">{L_FAQ}</a>
Code: Select all
<!-- IF S_USER_LOGGED_IN --><a href="radio.php" onclick="window.open('radio.php','','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=440, height=380, left=20, top=20'); return false;">{L_RADIO}</a><!-- ENDIF -->