Quote:
Originally Posted by am-fs
the only edit i can find in the index.php file is
$navbits[$parent] = 'Your radio name'; // Your radio name goes here
i have
$navbits[$parent] = 'Radio'; // Radio
is there another edit i missed?
Sorry completely new at this
thanks
|
im sorry i gave u the wrong info you know in the install file theres a place where it says add a template : radio
$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>
i quoted in yellow where u suppose to change to the proper path...