Ich bin im Besitz einer Shoutbox, wo die Nachrichten wie folgt angezeigt werden
Code:
» (Entfernen) (Melden) <Nutzername> - TT-MM-ss:mm -- <Nachricht>
Da ich jetzt nicht so der größte fan von Text bin finde ich es schöner wenn Bilder statt
Text verwendet wird
Code:
» (<img src="http://www.ragent.de/images/delete.png" alt="X" />) (<img src="http://www.ragent.de/images/melden.png" alt="!" />) <Nutzername> - TT-MM-ss:mm -- <Nachricht>
Ich habe einfach Entfernen[/b] und
Melden in
Code:
<img src="http://www.ragent.de/images/delete.png" alt="X" />
und
<img src="http://www.ragent.de/images/melden.png" alt="!" />
geändert aber die Klammern bleiben immer noch da sprich dass das Bild eingeklammert bleibt. In den Templates habe ich dazu nichts gefunden. Kann mir jemand von euch sagen wo ich was ändern muss?
Hier nochmal das mybb_shoutbox Template
Code:
<script type="text/javascript" src="jscripts/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="1">
<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>
</tr>
<tr>
<td class="trow1" width="76%"><div id="shoutbox_data" style="height: {$mybb->settings['mysb_height']}px; overflow: auto;">{$lang->mysb_loading}</div></td>
</tr>
</tbody>
</table>
<script type="text/javascript">
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 />
wenn ihr mehr braucht einfach schreiben
(also mehr informationen)