MyBB Community Forums
Shout Box Error!!! - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Requests (https://community.mybb.com/forum-65.html)
+---- Thread: Shout Box Error!!! (/thread-22336.html)



Shout Box Error!!! - Boss - 2007-08-23

[Image: 5xe2kjd.jpg]

can anyone fix this thing plz...


RE: Shout Box Error!!! - LeX- - 2007-08-23

Show your index template.


RE: Shout Box Error!!! - Boss - 2007-08-23

Quote:<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
<iframe src="http://www.projectwddl.org/forum/shoutbox.php" width="99%" height="150" scrolling="yes" class="tborder" frameborder="0"></iframe>
<form method="post" action="shoutbox.php">
<input type="hidden" name="action" value="do_add">
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="trow1" align="center">
<strong>Shout:</strong>
<input type="text" name="message" size="40" maxlength="500">
<input type="submit" name="submit" value="Add Shout">
<br />
</td>
</tr>
</form>
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder"><thead><tr>
<td class="tcat" width="33"> </td>
<td class="tcat"><strong>$lang->forumbit_forum</strong></td>
<td class="tcat" width="236" align="center"><strong>$lang->forumbit_lastpost</strong></td>
<td class="tcat" width="46" align="center" nowrap="nowrap"><strong>$lang->forumbit_threads</strong></td>
<td class="tcat" width="50" align="center" nowrap="nowrap"><strong>$lang->forumbit_posts</strong></td>
<td class="tcat" width="112" align="center"><strong>Moderator</strong></td></tr>{$forums}<tr>
<td class="bottommenu" colspan="6" align="center">
<span class="smalltext"><a href="misc.php?action=markread">$lang->markread</a> <a href="showteam.php">$lang->forumteam</a> <a href="stats.php">$lang->forumstats</a></span></td></tr></thead></table>
<br />
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="2">
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
{$whosonline}
{$online_today}
{$birthdays}
{$forumstats}
</table>
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="middle" align="left">
<table cellspacing="0" cellpadding="2" border="0">
<tr><td><img src="$theme[imgdir]/on.gif" alt="$lang->new_posts" /></td><td class="trow"><span class="smalltext"> $lang->new_posts</span></td></tr>
<tr><td><img src="$theme[imgdir]/off.gif" alt="$lang->no_new_posts" /></td><td class="trow"><span class="smalltext"> $lang->no_new_posts</span></td></tr>
<tr><td><img src="$theme[imgdir]/offlock.gif" alt="$lang->forum_locked" /></td><td class="trow"><span class="smalltext"> $lang->forum_locked</span></td></tr>
</table>
<div align="right">$logoutlink</div>
</td></tr>
</table>
{$footer}
</body>
</html>

Here is my index template!!


RE: Shout Box Error!!! - LeX- - 2007-08-23

Remove this part
<form method="post" action="shoutbox.php">
<input type="hidden" name="action" value="do_add">
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="trow1" align="center">
<strong>Shout:</strong>
<input type="text" name="message" size="40" maxlength="500">
<input type="submit" name="submit" value="Add Shout">
<br />
</td>
</tr>
</form>
The iframe already contains the "Add Shout" button.


RE: Shout Box Error!!! - Boss - 2007-08-23

ok thnx bro...