Shoutbox for this forum

Remis

Well-Known Member
Messages
663
I suggest to add a shoutbox for this SMF forum.
(one of them: http://custom.simplemachines.org/mods/index.php?action=search;basic_search=shoutbox)
Wouldn´t it be funny with a shoutbox, less spam and much more?
We already have a chat subforum, but it isnt the same feeling like chatting in a shoutbox.

What do you think?
 
Yeah that a great idea. We used to have a shoutbox a long time ago on SFSF forums... I loved it
+1
Thank you for your fast reply :)

Too bad they had to remove it, but this will not happen again on this MaveSiteForum.
 
Wow I posted something like this and nobody liked it
 
You did not in this forum.
Maybe you posted this on the old SFSF/SAFE forums, but that was s.th. different after all these shoutbox spammers.

There were only two topics, one made by drum, and another by ali. But they are old and they ended in a offtopic discussion :tongue:
 
https://forums.themavesite.com/index.php?topic=815.0

Found it but my ideas a little different
 
I would love to have one, but not on top of the forum.. :/ preferably somewhere at the bottom :/
 
ok, I started to modify it:
3fe5.jpg

s.th. like that? Or do you want this shoutbox displaying in the "Offtopic Chat" board only?
 
This looks great! And if we conclude after a while that its better in the off topic chat board, then we can try to do that later ^^
 
SB:
Code:
<span class="cattitle"><a href="shoutbox_view.php?sid=41a4020f2d522f1526ca34edc804ae04" class="mainmenu" title="All messages">ShoutBox</a></span></td>
	</tr>
	<tr>
		<td class="row1" align="center" valign="middle"><iframe style="border-width: 1px;" name="shout_iframe" src="SHOUTBOX'S SRC FILE" width="630" height="130"></iframe></td>
	</tr>
	<tr>
		<td class="row1" align="center" valign="bottom" nowrap="nowrap"><span class="gensmall">
		Message: <input type="text" name="message" style="height:17px;font-size:9px;width:360px;" size="60" maxlength="500" value="" class="post" onFocus="Active(this)" onBlur="NotActive(this)">
		 <input type="submit" name="submit_button" value="Send" class="button" style="font-size:9px; height:17px;" onclick="this.form.submit(); post.message.value=''; return false;">
		 <input type="submit" name="refresh" value="R" style="font-size:9px; height:17px; cursor: pointer" title="Refresh" class="button" onclick="post.message.value=''; this.form.submit();" />
		<input type="hidden" name="mode" value="submit"></span>

SB's src page
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
 <meta http-equiv="Content-Style-Type" content="text/css">
 <title>ShoutBox</title>
 <link rel="stylesheet" href="templates/GreyBlue/GreyBlue.css" type="text/css">
</head>
<body bgcolor="#E5E5E5" text="#000000" link="#3B613B" vlink="#BFBFBF" onload="window.scrollTo(0,99999);" style="padding: 0px; margin: 0px;">
<table cellpadding="2" cellspacing="0" border="0" class="table0" width="100%">
	<tr>
		<td class="row1" width="100%"><span class="gensmall" style="font-size:9px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif">  [Mon 15:46]</span><span class="gensmall"> <a href="MEMBER PROFILE HYPERLINK" target="_blank" class="gensmall" style="color:#FF0000"><b>Administrator</b></a>:  Message</span></td>
	</tr>
</table>
<script language="JavaScript" type="text/javascript">
<!--
    if (window.parent && window.parent.document && window.parent.document.post)
        window.parent.document.post.message.value = '';
//-->
</script>
</body>
</html>

I have no idea if it works
 
I'll test, for temp.

Also:
http://custom.simplemachines.org/mods/index.php?mod=1295

http://www.hackspark.com/manuales/smf-shoutbox-instalacion-en-diferentes-temas_40.0.html said:
A chat box that can be in any part your forum.
 
Back
Top Bottom