Hi,
I downloaded the shout box addon "vbulletin 3.7 shoutbox 1.0" and have upoloaded the files in root of my forum, imported tables to mysql, edited the forumhome file as following:
I have added the whole code from beginning and end codes as well because i do not know much codes so if there is some mistake in codes please point out.
Now on the main page just beneath the logo, it says:
Please guide as to what i am doing wrong and how should i enable the shoutbox? I am running vbulletin 3.7.3 PL1.
my website is Family Bunker - Powered by vBulletin
Thank you
Regards
I downloaded the shout box addon "vbulletin 3.7 shoutbox 1.0" and have upoloaded the files in root of my forum, imported tables to mysql, edited the forumhome file as following:
Code:
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
$headinclude
<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
</head>
<body>
$header
$navbar
<if condition="$show['guest']">
<!-- guest welcome message -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="150" width="100%" align="center">
<tr>
<td class="tcat"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
</tr>
<tr>
<td class="alt1">
<phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>
</td>
</tr>
</table>
<!-- / guest welcome message -->
<br />
</if>
<div style="width: 100%;">
<iframe src="shoutbox.php" width="100%" height="150" frameborder="no" scrolling="yes" style="overflow-x: hidden;"></iframe>
</div>
<br />
<!-- main -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
I have added the whole code from beginning and end codes as well because i do not know much codes so if there is some mistake in codes please point out.
Now on the main page just beneath the logo, it says:
Code:
Not Found
The requested URL /forums/shoutbox.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Please guide as to what i am doing wrong and how should i enable the shoutbox? I am running vbulletin 3.7.3 PL1.
my website is Family Bunker - Powered by vBulletin
Thank you
Regards