20-08-2012 Saat: 15:45
Evet Demo için forumarsivim.10tl.net bakın göremezseniz sayfayı resleyin yükleniyor yazısı yerine benim koyduğum yazı yazacak :D
Admin KP>>Şablon & Stil>>Şablonlar>>Genel Şablonlar>>mysb_shoutbox
Oradaki tüm kodları silip bunu yapıştırın
Not: en üstteki
Kodu shoutbox düzgün çalışmadığı için değişiktir yani bu kod çalıştırır ama siz ben bunu istemiyorum derseniz yukarıdaki kodu kendi kodunuzla değiştirebilirsiniz.
Hayırlı olsun
Admin KP>>Şablon & Stil>>Şablonlar>>Genel Şablonlar>>mysb_shoutbox
Oradaki tüm kodları silip bunu yapıştırın
Kod:
<script type="text/javascript" src="http://forum-code.vacau.com/gelismissohbet/myshoutbox.js?ver=1400"></script>
<style type="text/css">
.shoutbox {
margin: 0;
padding: 0;
left: 0;
}
li.shoutbox_normal {
list-style: none;
margin: 0;
position: relative;
cursor: pointer;
color: transparent;
display: inline ;
border: 1px;
border-color: #FFFFFF;
}
li.shoutbox_color {
list-style: none;
position: relative;
cursor: pointer;
color: transparent;
display: inline ;
border: 0px;
float: left;
margin: 1px;
}
.shoutbox_button_color a {
width: 9px;
height: 9px;
display: block;
border: 1px solid #FFF;
}
</style>
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<thead>
<tr>
<td class="thead" colspan="2">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse.gif" id="shoutbox_img" class="expander" alt="[-]" /></div>
<div><strong>{$lang->mysb_shoutbox}</strong> (<a href="index.php?action=full_shoutbox">{$lang->mysb_fullsbox}</a> - <a href="pspshoutbox.php">{$lang->mysb_portable}</a>)<br /></div>
</td>
</tr>
</thead>
<tbody id="shoutbox_e">
<tr>
<td class="trow2" width="66%" align="center"><form onSubmit="ShoutBox.postShout(); $('shout_data').value = ''; return false;">{$lang->mysb_shout} <input type="text" id="shout_data" size="50" /> - <input type="submit" value="{$lang->mysb_shoutnow}" id="shouting-status" /></form></td>
<td class="trow2" width="12%" align="center">{$lang->mysb_options}</td>
</tr>
<tr>
<td class="trow1" width="76%"><font size="{$mybb->settings['mysb_text_size']}"><div id="shoutbox_data" style="height: {$mybb->settings['mysb_height']}px; overflow: auto;">BURAYA YÜKLENİYOR YAZINIZ GELECEK</div></font></td>
<td class="trow1" width="12%" align="center">
<a style="cursor: pointer;" id="smilies" onclick="window.open('misc.php?action=smilies&popup=true&editor=clickableEditor','{$lang->mysb_smilies}','scrollbars=yes, menubar=no,width=460,height=360,toolbar=no');">{$lang->mysb_smilies}</a>
<br />
<a style="cursor: pointer;" onclick="window.open('shoutbox.php','{$lang->mysb_shoutbox}','scrollbars=yes, menubar=no,width=825,height=449,toolbar=no');">{$lang->mysb_popup_shoutbox}</a>
</td>
</tr>
</tbody>
</table>
<script>
ShoutBox.refreshInterval = {$mybb->settings['mysb_refresh_interval']};
ShoutBox.MaxEntries = {$mybb->settings['mysb_shouts_main']};
ShoutBox.lang = ['{$lang->mysb_posting}', '{$lang->mysb_shoutnow}', '{$lang->mysb_loading}', '{$lang->mysb_flood_check}', '{$lang->mysb_no_perform}', '{$lang->mysb_already_sent}', '{$lang->mysb_deleted}', '{$lang->mysb_invalid}', '{$lang->mysb_self}', '{$lang->mysb_report_invalid_sid}', '{$lang->mysb_shout_reported}', '{$lang->mysb_shout_already_reported}'];
{$extra_js}
Event.observe(window, 'load', ShoutBox.showShouts);
</script>
<br />
Not: en üstteki
Kod:
<script type="text/javascript" src="http://forum-code.vacau.com/gelismissohbet/myshoutbox.js?ver=1400"></script>
Hayırlı olsun