Hallo, Gast! (Registrieren)

Letzte Ankündigung: MyBB 1.8.38 veröffentlicht (30.04.24)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
SpiceFuse AJAX ShoutBox
Bei dir sind die beiden Templates sf_shoutbox und sf_smilieinsert veraltet.

Ersetze den gesamten Inhalt von sf_shoutbox durch:


Code:
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['shoutbox']}.png" id="shoutbox_img" class="expander" alt="[-]" /></div>
<div><strong>{$lang->sf_sb_shoutbox}</strong> (<a href="index.php?action=full_shoutbox">{$lang->sf_sb_fullsbox}</a>)<br /></div>
</td>
</tr>
</thead>

<tbody style="{$collapsed['shoutbox_e']}" id="shoutbox_e">
<tr>
<td class="trow2" align="center" width="80%"><form onsubmit="ShoutBox.postShout(); jQuery('#shout_data').val(''); return false;" action="index.php">{$lang->sf_sb_shout} <input type="text" style="font-size:1.2em;" id="shout_data" size="50" /> - <input type="submit" value="{$lang->sf_sb_shoutnow}" id="shouting-status" /></form></td>

<td class="trow2" align="center" width="20%">
<a style="cursor: pointer;" id="shoutbox_myfont">$lang->sf_sb_fontfamily</a>
<div id="shoutbox_myfont_popup" class="popup_menu" style="display: none; width:100px; margin-left: 10px; padding: 15px; background: #d9d9bd; color: #000000; border: 1px solid #000000;">
<a style="cursor: pointer;" onclick="ShoutBox.fontAdd('tms');"><span style="font-family:'Trebuchet MS';">Trebuchet MS</span></a>
<br />
<a style="cursor: pointer;" onclick="ShoutBox.fontAdd('arial');"><span style="font-family:Arial;">Arial</span></a>
<br />
<a style="cursor: pointer;" onclick="ShoutBox.fontAdd('courier');"><span style="font-family:Courier;">Courier</span></a>
<br />
<a style="cursor: pointer;" onclick="ShoutBox.fontAdd('tahoma');"><span style="font-family:Tahoma;">Tahoma</span></a>
<br />
<a style="cursor: pointer;" onclick="ShoutBox.fontAdd('impact');"><span style="font-family:Impact;">Impact</span></a>
<br />
<a style="cursor: pointer;" onclick="ShoutBox.fontAdd('csms');"><span style="font-family:'Comic Sans MS';">Comic Sans MS</span></a>
<br />
<a style="cursor: pointer;" onclick="ShoutBox.fontAdd('verdana');"><span style="font-family:Verdana;">Verdana</span></a>
<br />
<a style="cursor: pointer;" onclick="ShoutBox.fontAdd('tnr');"><span style="font-family:'Times New Roman';">Times New Roman</span></a>
</div>
<script type="text/javascript">
{$sf_myfont_popup}
</script>
&nbsp;&nbsp;&nbsp;<a style="cursor: pointer;" id="shoutbox_smilies">$lang->sf_sb_smilie</a>
<div id="shoutbox_smilies_popup" class="popup_menu" style="display: none; padding: 15px; background: #d9d9bd; color: #000000; border: 1px solid #000000; width: 215px; height: 140px; overflow: auto;">
{$smilie_inserter}
</div>
<script type="text/javascript">
{$sf_smilies_popup}
</script>
&nbsp;&nbsp;&nbsp;<a style="cursor: pointer;" id="shoutbox_mycode">$lang->sf_sb_fontstyle</a>
<div id="shoutbox_mycode_popup" class="popup_menu" style="display: none; padding: 15px; background: #d9d9bd; color: #000000; border: 1px solid #000000;">
<a style="cursor: pointer;" onclick="ShoutBox.mycodeAdd('B');"><span style="font-weight:bold;">Fett</span></a>
<br />
<a style="cursor: pointer;" onclick="ShoutBox.mycodeAdd('I');"><span style="font-style:italic;">Kursiv</span></a>
<br />
<a style="cursor: pointer;" onclick="ShoutBox.mycodeAdd('U');"><span style="text-decoration:underline;">Unterstrichen</span></a>
<br />
<a style="cursor: pointer;" onclick="ShoutBox.mycodeAdd('S');"><span style="text-decoration:line-through;">Durchgestrichen</span></a>
</div>
<script type="text/javascript">
{$sf_mycode_popup}
</script>
&nbsp;&nbsp;&nbsp;<a style="cursor: pointer;" id="shoutbox_colors">$lang->sf_sb_color</a>
<div class="shoutbox_button_color">
           <div id="shoutbox_colors_popup" class="popup_menu" style="display: none; padding: 5px; background: #d9d9bd; color: #000000; border: 1px solid #000000; width:100px;">
               <ul class="shoutbox">
                   <li class="shoutbox_color" style="background: #800000;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('800000');"></a></li>
                   <li class="shoutbox_color" style="background: #8B4513;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('8B4513');"></a></li>
                   <li class="shoutbox_color" style="background: #006400;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('006400');"></a></li>
                   <li class="shoutbox_color" style="background: #2F4F4F;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('2F4F4F');"></a></li>
                   <li class="shoutbox_color" style="background: #000080;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('000080');"></a></li>
                   <li class="shoutbox_color" style="background: #4B0082;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('4B0082');"></a></li>
                   <li class="shoutbox_color" style="background: #800080;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('800080');"></a></li>
                   <li class="shoutbox_color" style="background: #000000;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('000000');"></a></li>
               </ul>

               <ul class="shoutbox">
                   <li class="shoutbox_color" style="background: #FF0000;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('FF0000');"></a></li>
                   <li class="shoutbox_color" style="background: #DAA520;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('DAA520');"></a></li>
                   <li class="shoutbox_color" style="background: #6B8E23;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('6B8E23');"></a></li>
                   <li class="shoutbox_color" style="background: #708090;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('708090');"></a></li>
                   <li class="shoutbox_color" style="background: #0000CD;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('0000CD');"></a></li>
                   <li class="shoutbox_color" style="background: #483D8B;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('483D8B');"></a></li>
                   <li class="shoutbox_color" style="background: #C71585;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('C71585');"></a></li>
                   <li class="shoutbox_color" style="background: #696969;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('696969');"></a></li>
               </ul>

               <ul class="shoutbox">
                   <li class="shoutbox_color" style="background: #FF4500;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('FF4500');"></a></li>
                   <li class="shoutbox_color" style="background: #FFA500;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('FFA500');"></a></li>
                   <li class="shoutbox_color" style="background: #808000;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('808000');"></a></li>
                   <li class="shoutbox_color" style="background: #4682B4;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('4682B4');"></a></li>
                   <li class="shoutbox_color" style="background: #1E90FF;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('1E90FF');"></a></li>
                   <li class="shoutbox_color" style="background: #9400D3;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('9400D3');"></a></li>
                   <li class="shoutbox_color" style="background: #FF1493;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('FF1493');"></a></li>
                   <li class="shoutbox_color" style="background: #A9A9A9;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('A9A9A9');"></a></li>
               </ul>

               <ul class="shoutbox">
                   <li class="shoutbox_color" style="background: #FF6347;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('FF6347');"></a></li>
                   <li class="shoutbox_color" style="background: #FFD700;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('FFD700');"></a></li>
                   <li class="shoutbox_color" style="background: #32CD32;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('32CD32');"></a></li>
                   <li class="shoutbox_color" style="background: #87CEEB;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('87CEEB');"></a></li>
                   <li class="shoutbox_color" style="background: #00BFFF;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('00BFFF');"></a></li>
                   <li class="shoutbox_color" style="background: #9370DB;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('9370DB');"></a></li>
                   <li class="shoutbox_color" style="background: #FF69B4;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('FF69B4');"></a></li>
                   <li class="shoutbox_color" style="background: #DCDCDC;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('DCDCDC');"></a></li>
               </ul>

               <ul class="shoutbox">
                   <li class="shoutbox_color" style="background: #FFDAB9;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('FFDAB9');"></a></li>
                   <li class="shoutbox_color" style="background: #FFFFE0;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('FFFFE0');"></a></li>
                   <li class="shoutbox_color" style="background: #98FB98;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('98FB98');"></a></li>
                   <li class="shoutbox_color" style="background: #E0FFFF;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('E0FFFF');"></a></li>
                   <li class="shoutbox_color" style="background: #87CEFA;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('87CEFA');"></a></li>
                   <li class="shoutbox_color" style="background: #E6E6FA;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('E6E6FA');"></a></li>
                   <li class="shoutbox_color" style="background: #DDA0DD;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('DDA0DD');"></a></li>
                   <li class="shoutbox_color" style="background: #FFFFFF;"><a style="cursor: pointer;" onclick="ShoutBox.colorAdd('FFFFFF');"></a></li>
               </ul>
           </div>
        </div>
<script type="text/javascript">
{$sf_colors_popup}
</script>
</td>
</tr>
<tr>
<td class="trow1" colspan="2"><div id="shoutbox_data" style="height: {$mybb->settings[sf_sb_height]}px; overflow: auto;">{$lang->sf_sb_loading}</div></td>
</tr>
</tbody>
</table>
<br />

<script type="text/javascript">
ShoutBox.refreshInterval = {$mybb->settings[sf_sb_refresh_interval]};
ShoutBox.MaxEntries = {$mybb->settings[sf_sb_shouts_main]};
ShoutBox.lang = ['{$lang->sf_sb_posting}', '{$lang->sf_sb_shoutnow}', '{$lang->sf_sb_loading}', '{$lang->sf_sb_flood_check}', "{$lang->sf_sb_no_perform}"];
{$extra_js}
jQuery(document).ready(function($) {
ShoutBox.showShouts();
$(".sb_smilie").on("click", function() {
       $("#shout_data").focus();
       var smiley = $(this).attr("alt");
       $("#shout_data").replaceSelectedText(smiley + " ");
       $("#shout_data").focus();

});

$("#shoutbox_smilies").on("click", function() {
$.ajax({
url: 'xmlhttp.php?action=load_sbsmilies',
type: 'get',
async: true,
success: function(response){
var box = jQuery.parseJSON(response);
$("#sb_smiliebox").html(box);
}
});
});
});
</script>

und den gesamten Inhalt von sf_smilieinsert durch:

Code:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="" width="200">
<thead>
<tr class="thead"><td>Smilies for Shoutbox</td></tr>
</thead>
<tr>
<td class="">
<div style="width: 100%; text-align:center;" id="sb_clickable_smilies">
 <div id="sb_smiliebox"></div>
</div>
</td>
</tr>
</table>
Zitieren


Nachrichten in diesem Thema
SpiceFuse AJAX ShoutBox - von MyBB.de Bot - 12.08.2008, 10:15
RE: SpiceFuse AJAX ShoutBox - von Jockl - 24.09.2011, 17:36
RE: SpiceFuse AJAX ShoutBox - von Jockl - 27.09.2011, 07:21
RE: SpiceFuse AJAX ShoutBox - von workstation - 25.09.2011, 19:03
RE: SpiceFuse AJAX ShoutBox - von dnlwgnr - 25.09.2011, 22:01
RE: SpiceFuse AJAX ShoutBox - von StefanT - 25.09.2011, 22:06
RE: SpiceFuse AJAX ShoutBox - von Mario4774 - 25.08.2014, 18:30
RE: SpiceFuse AJAX ShoutBox - von Jockl - 25.09.2011, 22:10
RE: SpiceFuse AJAX ShoutBox - von problemkind - 27.09.2011, 01:42
RE: SpiceFuse AJAX ShoutBox - von eneR - 03.11.2011, 20:04
RE: SpiceFuse AJAX ShoutBox - von Jockl - 03.11.2011, 22:19
RE: SpiceFuse AJAX ShoutBox - von eneR - 04.11.2011, 00:59
RE: SpiceFuse AJAX ShoutBox - von Jockl - 04.11.2011, 21:33
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 11.02.2012, 00:43
RE: SpiceFuse AJAX ShoutBox - von eneR - 27.03.2012, 21:45
RE: SpiceFuse AJAX ShoutBox - von eneR - 05.11.2011, 09:29
RE: SpiceFuse AJAX ShoutBox - von Jockl - 05.11.2011, 13:13
RE: SpiceFuse AJAX ShoutBox - von eneR - 05.11.2011, 13:47
RE: SpiceFuse AJAX ShoutBox - von Manni - 21.11.2011, 22:45
RE: SpiceFuse AJAX ShoutBox - von Jockl - 22.11.2011, 00:15
RE: SpiceFuse AJAX ShoutBox - von Manni - 25.11.2011, 21:16
RE: SpiceFuse AJAX ShoutBox - von Jockl - 25.11.2011, 21:26
RE: SpiceFuse AJAX ShoutBox - von Manni - 25.11.2011, 21:38
RE: SpiceFuse AJAX ShoutBox - von Profirudi - 24.03.2012, 13:52
RE: SpiceFuse AJAX ShoutBox - von Jockl - 27.03.2012, 21:50
RE: SpiceFuse AJAX ShoutBox - von eneR - 27.03.2012, 21:59
RE: SpiceFuse AJAX ShoutBox - von Jockl - 27.03.2012, 22:05
RE: SpiceFuse AJAX ShoutBox - von Profirudi - 10.06.2012, 14:55
RE: SpiceFuse AJAX ShoutBox - von Jockl - 10.06.2012, 15:04
RE: SpiceFuse AJAX ShoutBox - von Profirudi - 10.06.2012, 15:05
RE: SpiceFuse AJAX ShoutBox - von Jockl - 10.06.2012, 15:08
RE: SpiceFuse AJAX ShoutBox - von Profirudi - 10.06.2012, 15:13
RE: SpiceFuse AJAX ShoutBox - von Jockl - 10.06.2012, 15:17
RE: SpiceFuse AJAX ShoutBox - von Profirudi - 10.06.2012, 15:20
RE: SpiceFuse AJAX ShoutBox - von traax - 13.06.2012, 14:47
RE: SpiceFuse AJAX ShoutBox - von Jockl - 13.06.2012, 16:02
RE: SpiceFuse AJAX ShoutBox - von traax - 13.06.2012, 17:16
RE: SpiceFuse AJAX ShoutBox - von Tuarak - 13.06.2012, 16:10
RE: SpiceFuse AJAX ShoutBox - von Jockl - 13.06.2012, 16:46
RE: SpiceFuse AJAX ShoutBox - von Tuarak - 13.06.2012, 16:49
RE: SpiceFuse AJAX ShoutBox - von Jockl - 13.06.2012, 19:54
RE: SpiceFuse AJAX ShoutBox - von Tuarak - 13.06.2012, 21:28
RE: SpiceFuse AJAX ShoutBox - von Jockl - 13.06.2012, 21:34
RE: SpiceFuse AJAX ShoutBox - von Tuarak - 13.06.2012, 21:45
RE: SpiceFuse AJAX ShoutBox - von Jockl - 13.06.2012, 21:55
RE: SpiceFuse AJAX ShoutBox - von Tuarak - 13.06.2012, 21:59
RE: SpiceFuse AJAX ShoutBox - von Jockl - 13.06.2012, 22:05
RE: SpiceFuse AJAX ShoutBox - von Tuarak - 13.06.2012, 22:16
RE: SpiceFuse AJAX ShoutBox - von traax - 13.06.2012, 22:25
RE: SpiceFuse AJAX ShoutBox - von Tuarak - 14.06.2012, 14:50
RE: SpiceFuse AJAX ShoutBox - von Jockl - 14.06.2012, 21:32
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 14.06.2012, 23:38
RE: SpiceFuse AJAX ShoutBox - von traax - 15.06.2012, 12:22
RE: SpiceFuse AJAX ShoutBox - von Jockl - 15.06.2012, 12:41
RE: SpiceFuse AJAX ShoutBox - von traax - 15.06.2012, 21:41
RE: SpiceFuse AJAX ShoutBox - von Jockl - 15.06.2012, 22:28
RE: SpiceFuse AJAX ShoutBox - von Tuarak - 15.06.2012, 17:29
RE: SpiceFuse AJAX ShoutBox - von ogbrandon - 15.06.2012, 19:39
RE: SpiceFuse AJAX ShoutBox - von Jockl - 15.06.2012, 19:37
RE: SpiceFuse AJAX ShoutBox - von Tuarak - 15.06.2012, 20:03
RE: SpiceFuse AJAX ShoutBox - von Jockl - 15.06.2012, 20:04
RE: SpiceFuse AJAX ShoutBox - von Tuarak - 15.06.2012, 20:07
RE: SpiceFuse AJAX ShoutBox - von Jockl - 15.06.2012, 20:15
RE: SpiceFuse AJAX ShoutBox - von Tuarak - 15.06.2012, 20:25
RE: SpiceFuse AJAX ShoutBox - von Jockl - 15.06.2012, 20:29
RE: SpiceFuse AJAX ShoutBox - von Tuarak - 15.06.2012, 20:37
RE: SpiceFuse AJAX ShoutBox - von Jockl - 15.06.2012, 20:38
RE: SpiceFuse AJAX ShoutBox - von Tuarak - 15.06.2012, 20:53
RE: SpiceFuse AJAX ShoutBox - von Jockl - 15.06.2012, 20:56
RE: SpiceFuse AJAX ShoutBox - von Tuarak - 15.06.2012, 21:02
RE: SpiceFuse AJAX ShoutBox - von Jockl - 15.06.2012, 21:04
RE: SpiceFuse AJAX ShoutBox - von Tuarak - 15.06.2012, 21:06
RE: SpiceFuse AJAX ShoutBox - von Jockl - 15.06.2012, 21:09
RE: SpiceFuse AJAX ShoutBox - von Tuarak - 15.06.2012, 21:11
RE: SpiceFuse AJAX ShoutBox - von Jockl - 15.06.2012, 21:12
RE: SpiceFuse AJAX ShoutBox - von Tuarak - 15.06.2012, 21:13
RE: SpiceFuse AJAX ShoutBox - von Jockl - 15.06.2012, 21:17
RE: SpiceFuse AJAX ShoutBox - von Tuarak - 15.06.2012, 21:24
RE: SpiceFuse AJAX ShoutBox - von Jockl - 15.06.2012, 21:26
RE: SpiceFuse AJAX ShoutBox - von Tuarak - 15.06.2012, 21:29
RE: SpiceFuse AJAX ShoutBox - von Jockl - 15.06.2012, 21:31
RE: SpiceFuse AJAX ShoutBox - von Tuarak - 15.06.2012, 21:48
RE: SpiceFuse AJAX ShoutBox - von traax - 15.06.2012, 22:34
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 15.06.2012, 23:48
RE: SpiceFuse AJAX ShoutBox - von rumpelsepp - 10.07.2012, 10:06
RE: SpiceFuse AJAX ShoutBox - von ogbrandon - 16.06.2012, 12:57
RE: SpiceFuse AJAX ShoutBox - von Jockl - 16.06.2012, 13:25
RE: SpiceFuse AJAX ShoutBox - von ogbrandon - 16.06.2012, 19:17
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 16.06.2012, 21:32
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 10.07.2012, 12:11
RE: SpiceFuse AJAX ShoutBox - von Jockl - 11.07.2012, 07:39
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 20.10.2012, 23:20
RE: SpiceFuse AJAX ShoutBox - von DayDreamer - 26.10.2012, 11:43
RE: SpiceFuse AJAX ShoutBox - von Kenny - 26.10.2012, 11:58
RE: SpiceFuse AJAX ShoutBox - von DayDreamer - 26.10.2012, 12:00
RE: SpiceFuse AJAX ShoutBox - von Jockl - 02.11.2012, 00:02
RE: SpiceFuse AJAX ShoutBox - von DayDreamer - 03.11.2012, 22:03
RE: SpiceFuse AJAX ShoutBox - von DayDreamer - 04.11.2012, 18:41
RE: SpiceFuse AJAX ShoutBox - von Jockl - 04.11.2012, 20:30
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 04.11.2012, 18:51
RE: SpiceFuse AJAX ShoutBox - von DayDreamer - 04.11.2012, 18:57
RE: SpiceFuse AJAX ShoutBox - von blackman - 06.11.2012, 21:16
RE: SpiceFuse AJAX ShoutBox - von Jockl - 06.11.2012, 22:36
RE: SpiceFuse AJAX ShoutBox - von blackman - 06.11.2012, 22:43
RE: SpiceFuse AJAX ShoutBox - von Kenny - 06.11.2012, 22:51
RE: SpiceFuse AJAX ShoutBox - von blackman - 06.11.2012, 22:58
RE: SpiceFuse AJAX ShoutBox - von Jockl - 06.11.2012, 23:00
RE: SpiceFuse AJAX ShoutBox - von blackman - 06.11.2012, 23:06
RE: SpiceFuse AJAX ShoutBox - von Jockl - 06.11.2012, 23:09
RE: SpiceFuse AJAX ShoutBox - von blackman - 06.11.2012, 23:22
RE: SpiceFuse AJAX ShoutBox - von Jockl - 06.11.2012, 23:24
RE: SpiceFuse AJAX ShoutBox - von blackman - 06.11.2012, 23:32
RE: SpiceFuse AJAX ShoutBox - von Jockl - 06.11.2012, 23:38
RE: SpiceFuse AJAX ShoutBox - von blackman - 06.11.2012, 23:42
RE: SpiceFuse AJAX ShoutBox - von Jockl - 06.11.2012, 23:45
RE: SpiceFuse AJAX ShoutBox - von blackman - 06.11.2012, 23:47
RE: SpiceFuse AJAX ShoutBox - von Jockl - 06.11.2012, 23:58
RE: SpiceFuse AJAX ShoutBox - von blackman - 06.11.2012, 23:59
RE: SpiceFuse AJAX ShoutBox - von Jockl - 07.11.2012, 00:02
RE: SpiceFuse AJAX ShoutBox - von blackman - 07.11.2012, 00:05
RE: SpiceFuse AJAX ShoutBox - von Jockl - 07.11.2012, 00:16
RE: SpiceFuse AJAX ShoutBox - von blackman - 07.11.2012, 00:21
RE: SpiceFuse AJAX ShoutBox - von Jockl - 07.11.2012, 00:22
RE: SpiceFuse AJAX ShoutBox - von blackman - 07.11.2012, 00:37
RE: SpiceFuse AJAX ShoutBox - von Lulz - 10.11.2012, 01:48
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 10.11.2012, 02:35
RE: SpiceFuse AJAX ShoutBox - von Lulz - 10.11.2012, 15:35
RE: SpiceFuse AJAX ShoutBox - von Jockl - 08.01.2013, 11:41
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 15.01.2013, 17:19
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 15.01.2013, 19:31
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 15.01.2013, 21:15
RE: SpiceFuse AJAX ShoutBox - von Torie - 15.01.2013, 20:55
RE: SpiceFuse AJAX ShoutBox - von Jockl - 15.01.2013, 21:42
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 15.01.2013, 21:51
RE: SpiceFuse AJAX ShoutBox - von Schumuckl - 23.01.2013, 12:49
RE: SpiceFuse AJAX ShoutBox - von Jockl - 23.01.2013, 13:15
RE: SpiceFuse AJAX ShoutBox - von Schumuckl - 23.01.2013, 13:17
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 25.01.2013, 12:01
RE: SpiceFuse AJAX ShoutBox - von Jockl - 26.01.2013, 11:45
RE: SpiceFuse AJAX ShoutBox - von Torie - 26.01.2013, 20:15
RE: SpiceFuse AJAX ShoutBox - von Schumuckl - 26.01.2013, 21:22
RE: SpiceFuse AJAX ShoutBox - von Jockl - 27.01.2013, 00:07
RE: SpiceFuse AJAX ShoutBox - von Schumuckl - 27.01.2013, 12:24
RE: SpiceFuse AJAX ShoutBox - von Jockl - 27.01.2013, 12:57
RE: SpiceFuse AJAX ShoutBox - von Licht - 07.02.2013, 18:31
RE: SpiceFuse AJAX ShoutBox - von Jockl - 07.02.2013, 19:06
RE: SpiceFuse AJAX ShoutBox - von Licht - 07.02.2013, 19:35
RE: SpiceFuse AJAX ShoutBox - von Trilon - 28.07.2013, 10:08
RE: SpiceFuse AJAX ShoutBox - von Jockl - 28.07.2013, 10:43
RE: SpiceFuse AJAX ShoutBox - von Trilon - 28.07.2013, 14:45
RE: SpiceFuse AJAX ShoutBox - von Jockl - 28.07.2013, 15:03
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 28.07.2013, 11:32
RE: SpiceFuse AJAX ShoutBox - von Trilon - 28.07.2013, 23:01
RE: SpiceFuse AJAX ShoutBox - von Jockl - 29.07.2013, 06:58
RE: SpiceFuse AJAX ShoutBox - von Trilon - 29.07.2013, 10:10
RE: SpiceFuse AJAX ShoutBox - von Jockl - 29.07.2013, 10:30
RE: SpiceFuse AJAX ShoutBox - von Trilon - 29.07.2013, 11:03
RE: SpiceFuse AJAX ShoutBox - von Jockl - 29.07.2013, 11:49
RE: SpiceFuse AJAX ShoutBox - von Trilon - 29.07.2013, 12:07
RE: SpiceFuse AJAX ShoutBox - von Jockl - 29.07.2013, 12:28
RE: SpiceFuse AJAX ShoutBox - von Trilon - 29.07.2013, 16:46
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 29.07.2013, 19:13
RE: SpiceFuse AJAX ShoutBox - von Trilon - 29.07.2013, 19:23
RE: SpiceFuse AJAX ShoutBox - von Trilon - 29.07.2013, 20:36
RE: SpiceFuse AJAX ShoutBox - von Jockl - 29.07.2013, 21:35
RE: SpiceFuse AJAX ShoutBox - von Trilon - 29.07.2013, 22:20
RE: SpiceFuse AJAX ShoutBox - von Razzer2406 - 23.10.2013, 12:45
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 23.10.2013, 20:09
RE: SpiceFuse AJAX ShoutBox - von Razzer2406 - 25.10.2013, 11:32
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 25.10.2013, 11:42
RE: SpiceFuse AJAX ShoutBox - von Razzer2406 - 25.10.2013, 12:19
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 25.10.2013, 12:43
RE: SpiceFuse AJAX ShoutBox - von Razzer2406 - 25.10.2013, 12:48
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 25.10.2013, 12:48
RE: SpiceFuse AJAX ShoutBox - von Razzer2406 - 25.10.2013, 13:22
RE: SpiceFuse AJAX ShoutBox - von Mario4774 - 10.11.2013, 19:32
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 10.11.2013, 20:57
RE: SpiceFuse AJAX ShoutBox - von Mario4774 - 11.11.2013, 01:01
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 11.11.2013, 13:49
RE: SpiceFuse AJAX ShoutBox - von RedBull - 30.11.2013, 13:43
RE: SpiceFuse AJAX ShoutBox - von Jockl - 30.11.2013, 13:57
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 26.04.2014, 00:12
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 26.04.2014, 09:37
RE: SpiceFuse AJAX ShoutBox - von StefanT - 25.08.2014, 20:22
RE: SpiceFuse AJAX ShoutBox - von Mario4774 - 25.08.2014, 23:17
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 25.08.2014, 23:42
RE: SpiceFuse AJAX ShoutBox - von Mario4774 - 26.08.2014, 00:06
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 26.08.2014, 02:13
RE: SpiceFuse AJAX ShoutBox - von Mario4774 - 26.08.2014, 10:32
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 26.08.2014, 16:39
RE: SpiceFuse AJAX ShoutBox - von Mario4774 - 27.08.2014, 16:16
RE: SpiceFuse AJAX ShoutBox - von StefanT - 27.08.2014, 16:18
RE: SpiceFuse AJAX ShoutBox - von Mario4774 - 27.08.2014, 16:25
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 27.08.2014, 16:45
RE: SpiceFuse AJAX ShoutBox - von StefanT - 27.08.2014, 16:45
RE: SpiceFuse AJAX ShoutBox - von Mario4774 - 27.08.2014, 17:44
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 27.08.2014, 17:47
RE: SpiceFuse AJAX ShoutBox - von Mario4774 - 27.08.2014, 17:51
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 27.08.2014, 18:22
RE: SpiceFuse AJAX ShoutBox - von Mario4774 - 27.08.2014, 18:29
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 27.08.2014, 19:08
RE: SpiceFuse AJAX ShoutBox - von doylecc - 10.10.2014, 13:32
RE: SpiceFuse AJAX ShoutBox - von MUMFORD - 10.10.2014, 14:12
RE: SpiceFuse AJAX ShoutBox - von doylecc - 10.10.2014, 14:23
RE: SpiceFuse AJAX ShoutBox - von MUMFORD - 10.10.2014, 14:30
RE: SpiceFuse AJAX ShoutBox - von doylecc - 10.10.2014, 15:08
RE: SpiceFuse AJAX ShoutBox - von MUMFORD - 10.10.2014, 17:09
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 10.10.2014, 17:20
RE: SpiceFuse AJAX ShoutBox - von doylecc - 10.10.2014, 17:30
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 10.10.2014, 18:11
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 10.10.2014, 21:48
RE: SpiceFuse AJAX ShoutBox - von doylecc - 10.10.2014, 22:28
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 10.10.2014, 23:37
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 11.10.2014, 11:59
RE: SpiceFuse AJAX ShoutBox - von doylecc - 11.10.2014, 12:07
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 11.10.2014, 12:18
RE: SpiceFuse AJAX ShoutBox - von mini_78 - 18.10.2014, 19:49
RE: SpiceFuse AJAX ShoutBox - von Jockl - 19.10.2014, 14:50
RE: SpiceFuse AJAX ShoutBox - von mini_78 - 19.10.2014, 20:11
RE: SpiceFuse AJAX ShoutBox - von Jockl - 21.10.2014, 19:38
RE: SpiceFuse AJAX ShoutBox - von pc.net - 29.10.2014, 21:19
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 29.10.2014, 22:23
RE: SpiceFuse AJAX ShoutBox - von pc.net - 30.10.2014, 11:35
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 30.10.2014, 11:56
RE: SpiceFuse AJAX ShoutBox - von Jockl - 14.11.2014, 22:11
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 14.03.2015, 18:07
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 14.03.2015, 18:21
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 14.03.2015, 18:37
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 14.03.2015, 18:59
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 14.03.2015, 19:27
RE: SpiceFuse AJAX ShoutBox - von hkkp - 16.04.2015, 21:42
RE: SpiceFuse AJAX ShoutBox - von Heisenberg - 17.07.2015, 16:05
RE: SpiceFuse AJAX ShoutBox - von Jockl - 18.07.2015, 10:10
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 17.07.2015, 16:21
RE: SpiceFuse AJAX ShoutBox - von Yoshi7 - 31.07.2015, 13:35
RE: SpiceFuse AJAX ShoutBox - von doylecc - 31.07.2015, 16:23
RE: SpiceFuse AJAX ShoutBox - von Yoshi7 - 02.08.2015, 18:02
RE: SpiceFuse AJAX ShoutBox - von Buggyboy - 13.08.2015, 15:57
RE: SpiceFuse AJAX ShoutBox - von doylecc - 13.08.2015, 19:13
RE: SpiceFuse AJAX ShoutBox - von Buggyboy - 13.08.2015, 20:59
RE: SpiceFuse AJAX ShoutBox - von Buggyboy - 14.08.2015, 11:10
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 14.08.2015, 11:53
RE: SpiceFuse AJAX ShoutBox - von Buggyboy - 14.08.2015, 12:31
RE: SpiceFuse AJAX ShoutBox - von Buggyboy - 17.08.2015, 20:03
RE: SpiceFuse AJAX ShoutBox - von Buggyboy - 29.08.2015, 07:48
RE: SpiceFuse AJAX ShoutBox - von Buggyboy - 30.08.2015, 18:34
RE: SpiceFuse AJAX ShoutBox - von Buggyboy - 17.03.2016, 20:57
RE: SpiceFuse AJAX ShoutBox - von MrBrechreiz - 17.03.2016, 21:40
RE: SpiceFuse AJAX ShoutBox - von Buggyboy - 17.03.2016, 22:20
RE: SpiceFuse AJAX ShoutBox - von doylecc - 17.03.2016, 22:41
RE: SpiceFuse AJAX ShoutBox - von Buggyboy - 18.03.2016, 18:52
RE: SpiceFuse AJAX ShoutBox - von MuSociety - 07.12.2019, 01:17
Shoutbox Berechtigung - von traax - 26.01.2012, 23:47
[geteilt] shoutbox für 1.6.8 - von Tuarak - 13.06.2012, 13:10
RE: shoutbox für 1.6.8 - von Jockl - 13.06.2012, 13:12
RE: shoutbox für 1.6.8 - von King Louis - 13.06.2012, 13:12
RE: shoutbox für 1.6.8 - von Tuarak - 13.06.2012, 13:20
RE: shoutbox für 1.6.8 - von Jockl - 13.06.2012, 13:25
RE: Shoutbox will nicht mehr - von Flobo x3 - 08.01.2013, 07:35
RE: SpiceFuse AJAX ShoutBox - von SvePu - 11.11.2014, 11:52
SpiceFuse Shoutbox - Problem - von dodo51 - 10.04.2015, 20:32
RE: SpiceFuse Shoutbox - Problem - von dodo51 - 10.04.2015, 20:55
RE: SpiceFuse Shoutbox - Problem - von dodo51 - 10.04.2015, 21:22
RE: SpiceFuse Shoutbox - Problem - von dodo51 - 12.04.2015, 12:18

Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Ajax Shoutbox, Sidebox compatible MyBB.de Bot 20 9.627 07.04.2015, 06:00
Letzter Beitrag: hkkp
  AJAX Shoutbox MyBB.de Bot 5 5.132 29.09.2008, 18:14
Letzter Beitrag: Grauer-Magier
  Shoutbox AJAX (MyBB 1.2) MyBB.de Bot 0 3.577 11.08.2008, 07:02
Letzter Beitrag: MyBB.de Bot