Hallo ersmaaa...
ich habe das selbe Problem, meine extra smilies werden in dem popup
Fenster nur mit 15x15 angezeigt, nicht erkennbar, arghh...
ich habe das Forum durchsucht und mich gefreut das das Thema hier
besprochen wurde.
Der entsprechende Part meiner "postin_body.tpl" sieht aus wie hier schonmal gepostet
Code: Alles auswählen
<!-- BEGIN switch_smilies_extra -->
<tr align="center">
<td colspan="{S_SMILIES_COLSPAN}"><span class="nav"><a href="{U_MORE_SMILIES}" onclick="window.open('{U_MORE_SMILIES}', '_phpbbsmilies', 'HEIGHT=300,resizable=yes,scrollbars=yes,WIDTH=250');return false;" target="_phpbbsmilies" class="nav">{L_MORE_SMILIES}</a></span></td>
</tr>
<!-- END switch_smilies_extra -->
und in der "posting_smilies.tpl" finde ich auch nichts von 15x15,hmm..
Code: Alles auswählen
<script language="javascript" type="text/javascript">
<!--
function emoticon(text) {
text = ' ' + text + ' ';
if (opener.document.forms['post'].message.createTextRange && opener.document.forms['post'].message.caretPos) {
var caretPos = opener.document.forms['post'].message.caretPos;
caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text;
opener.document.forms['post'].message.focus();
} else {
opener.document.forms['post'].message.value += text;
opener.document.forms['post'].message.focus();
}
}
//-->
</script>
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="4" class="forumline">
<tr>
<th>{L_EMOTICONS}</th>
</tr>
<tr>
<td>
<table width="100" border="0" cellspacing="0" cellpadding="5">
<!-- BEGIN smilies_row -->
<tr align="center">
<!-- BEGIN smilies_col -->
<td>
<a href="javascript:emoticon('{smilies_row.smilies_col.SMILEY_CODE}')"><img src="{smilies_row.smilies_col.SMILEY_IMG}" alt="{smilies_row.smilies_col.SMILEY_DESC}" width="15" height="15" border="0" title="{smilies_row.smilies_col.SMILEY_DESC}" /></a></td>
<!-- END smilies_col -->
</tr>
<!-- END smilies_row -->
<!-- BEGIN switch_smilies_extra -->
<tr align="center">
<td class="nav" colspan="{S_SMILIES_COLSPAN}"><a href="{U_MORE_SMILIES}" onclick="open_window('{U_MORE_SMILIES}', 250, 300);return false" target="_smilies">{L_MORE_SMILIES}</a>
</td>
</tr>
<!-- END switch_smilies_extra -->
</table>
</td>
</tr>
<tr>
<td class="genmed" align="center"><br />
<a href="javascript:window.close();">{L_CLOSE_WINDOW}</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
hat jemand eine Idee was ich falsch mache, oder übersehen habe?!?
thx
P.S.
der Vollständigkeit halber
ich benutzte phpBB nicht "stand-alone", das heisst in ein CMS integriert. Was aber >in diesem< Fall nicht relevant sein sollte, da keine URL Pfade
betroffen sind..