MyBB Community Forums

Full Version: please help strange things going on
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i put an marquee code in board message plugin, and it was working

it was working since a month.

now suddenly it is not showing anything on my index page. strange, i didn't even change the code.

i checked the code also its the same as before.

today i added shoutbox

and on index page, i added iframe tag for shoutbox to be displayed on the main page.
it worked

but when in the evening i logged into my site, its not there its gone.

i checked the code its the same but shoutbox is not there.

here is the screenshot
[Image: attachment.php?aid=4476]

and here is code

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
<iframe src=shoutbox.php height=200px width=100% name="shoutframe"></iframe>
<form target="shoutframe" 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="150"> <input type="submit" name="submit" value="Add Shout"><br /><span class="smalltext"><a href="shoutbox.php">Refresh</a></span></td>
</tr>
</table>
</form>

<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder"><thead><tr>
<td class="tcat" width="33">&nbsp;</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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="showteam.php">$lang->forumteam</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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>
{$user_legend}
{$whosonline}
{$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">&nbsp;&nbsp;$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">&nbsp;&nbsp;$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">&nbsp;&nbsp;$lang->forum_locked</span></td></tr>
</table>
<div align="right">$logoutlink</div>
</td></tr>
</table>
{$footer}
</body>
</html>
<center><font color=blue size=2px><strong>Expert Community News</strong></font></center>

<table width=100% cellpadding=0 cellspacing=0 align=center><tr height=27>
<td height=27>
<a href="http://yahoo.all-expert.com/chat.php"><img src="http://yahoo.all-expert.com/img/chat.png" /></a>
</td>
<td background="http://yahoo.all-expert.com/marqueebg.png" height=27>
<marquee width=100% scrollamount=3><b><font size=2px color=#FFFFFF>Hello all ! we welcome you to the community of experts for yahoo. we will be pleased to help you in regard of yahoo in all way as much as possible. You can ask for any help in help section. Keep coming for the latest additions.</font></b></marquee>
</td>
</tr>
</table>
Moving this to "Code Modifications".
marquees are so 1999.
Yeah, marquees are very Web 1.0...

This is the time of adding integrated Wikis and such into forums.