
10-10-2005, 07:49 PM
|
 |
|
|
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by RZ500
I cant make it work, doe it works if my server is in Linux? and i do not understand the rigth way to paste the code for the radio template, were does my link goes and were twice?
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] :: Radio</title>
</head>
<BODY >
<!-- new bit allows only members to see the radio!!! -->
<!-- put the location of your radio.blog directory in the following above and below lines -->
<if condition="$show['member']">
<iframe src="forum/radio.blog/index.php" name="radio" scrolling="no" frameborder="0" width="222" height="300"></iframe>
<p align="center"><font size="1" face="Verdana"><br /> Click <a href="javascript:history.back()"><font color="#000000">here</font></a>
to go back </font></p>
<else />
Your appearing as unregistered, please register by clicking <a href="register.php?$session[sessionurl]">here<a/> or check your emails to activate your account, if your still having problems click <a href="sendmessage.php?$session[sessionurl]">here</a> to contact the webmaster
</if>
</body>
</html>
|
either in your navbar or wherever you want the user to see it and click it
|