vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBulletin Radio 2.3.x (https://vborg.vbsupport.ru/showthread.php?t=71950)

am-fs 05-05-2005 06:46 PM

I would love to get this to work
I have retraced every step twice

but when i click on the radio in my nav bar all i get is a blank page on Explore & firefox.

any idea were i might have done something wrong?
thanks

MissKalunji 05-05-2005 06:50 PM

Quote:

Originally Posted by am-fs
I would love to get this to work
I have retraced every step twice

but when i click on the radio in my nav bar all i get is a blank page on Explore & firefox.

any idea were i might have done something wrong?
thanks


Fix the path of your radio...thats your problem in the file radio.php you have to fix the path

am-fs 05-05-2005 07:09 PM

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

MissKalunji 05-05-2005 07:12 PM

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...

am-fs 05-05-2005 07:34 PM

Sorry I have done that and changed the url to see if i made a mistake on the right url but still a blank page.

<!-- put the location of your radio.blog directory in the following above and below lines -->
<if condition="$show['member']">
http://www.URL.com/TestingVB3.7/radio.blog/index.php
<iframe src="forum/radio.blog/index.php" name="radio" scrolling="no" frameborder="0" width="222" height="300"></iframe>
http://www.URL.com/TestingVB3.7/radio.blog/index.php
<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 />

i might be confussed on the right url/path but i done it
http://www.URL.com/TestingVB3.7/radio.blog/index.php
http://www.URL.com/TestingVB3.7/radio.blog
http://www.URL.com/TestingVB3.7/index.php
http://www.URL.com/TestingVB3.7/radio.blog/radio.php

thank you for your time

MissKalunji 05-05-2005 07:46 PM

Quote:

Originally Posted by am-fs
Sorry I have done that and changed the url to see if i made a mistake on the right url but still a blank page.

<!-- put the location of your radio.blog directory in the following above and below lines -->
<if condition="$show['member']">
http://www.URL.com/TestingVB3.7/radio.blog/index.php
<iframe src="forum/radio.blog/index.php" name="radio" scrolling="no" frameborder="0" width="222" height="300"></iframe>
http://www.URL.com/TestingVB3.7/radio.blog/index.php
<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 />

i might be confussed on the right url/path but i done it
http://www.URL.com/TestingVB3.7/radio.blog/index.php
http://www.URL.com/TestingVB3.7/radio.blog
http://www.URL.com/TestingVB3.7/index.php
http://www.URL.com/TestingVB3.7/radio.blog/radio.php

thank you for your time


uhm...........is ur board folder name : testingvb3.7? did you upload the radio.blog in the proper folder? is index.php in the right folder?

i had the same problem and my error was just the path.............

i mean if u uploaded Example

for me my forum is in the path : forum

so all i had to add was : radio.blog/index.php

i had to take off the forum/ because it would bring it to forum/forum/radio.blog....

try taking off testingvb3.7/ before the blog....see if it works

am-fs 05-05-2005 07:53 PM

No its named forum

but i installed a Chat hack and something when wrong and the forum went down.
Then i found out you can have a forum for just testing, so i try there before i hit the main forum now

the radio.blog folder is in the testing directory so it read like this

www.url.com/TestingVB3.7/radio.blog and the index.php is in there too

MissKalunji 05-05-2005 07:57 PM

Quote:

Originally Posted by am-fs
No its named forum

but i installed a Chat hack and something when wrong and the forum went down.
Then i found out you can have a forum for just testing, so i try there before i hit the main forum now

the radio.blog folder is in the testing directory so it read like this

www.url.com/TestingVB3.7/radio.blog and the index.php is in there too


in the radio template.....take off : testingvb3.7 from the path....see if it does the trick..........

am-fs 05-05-2005 08:00 PM

Nope....still a blank page

its alright, its not ment to be, this seems harder to install than VBchat 2.3

am-fs 05-05-2005 08:02 PM

i just clicked the index.php from my server host and it came up, so i am close


I see the problem
when i click the link on my nav bar it brings me to
www.url.com/testingVB3.7/radio.php

when i should be at
www.url.com/testingVB3.7/radio.blog/index.php


All times are GMT. The time now is 09:39 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
  • Page Generation 0.01465 seconds
  • Memory Usage 1,751KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete