MyBB Community Forums

Full Version: Shoutbox uninstall.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Today i delete my shoutbox from my board.
But when i looked at my sourcecode ( INDEX ) there still some lines with some codes for the shoutbox.

Is it possible to delete this lines?
Yes, you should be able to.

If in doubt, just save a backup copy of your index template before editing.
You mean,

Acp > Templates/ add/remove / index ?

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
{$wm}
{$forums}


{$boardstats}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
	<tr>
		<td class="trow1">
			<table width="100%">
				<tr>
					<td>
						<img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">{$lang->new_posts}</span><br />
						<img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /> <span class="smalltext">{$lang->no_new_posts}</span><br />
						<img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" style="vertical-align: middle;" /> <span class="smalltext">{$lang->forum_locked}</span>
					</td>
					<td style="vertical-align: top; text-align: right;"><span class="smalltext">{$logoutlink}<a href="misc.php?action=markread">{$lang->markread}</a> | <a href="showteam.php">{$lang->forumteam}</a> | <a href="stats.php">{$lang->forumstats}</a></span>
						{$loginform}
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>

{$footer}
</body>
</html>

Thats my index, but i can't find lines with the shoutbox in it.
(2008-07-07, 10:02 AM)lifeguard Wrote: [ -> ]Thats my index, but i can't find lines with the shoutbox in it.
Huh?
Quote:But when i looked at my sourcecode ( INDEX ) there still some lines with some codes for the shoutbox.

I recommend doing a diff of the index template if you're having issues identifying where your modification lies. Also, some plugins may not make a change to your templates, so be sure that the plugin has been deactivated.
Hi ZiNgA BuRgA,

Problem was,
Install shoutbox 1, en deactivate it..
Install shoutbox 2, en deactivate it.

But as stupid i am, delte only the first shoutbox.
At my pluginpage the shoutbox was there. (active)

Sorry about it, en many thanks for your help!