we-love-postings
Hallo,
im Anhang ist ein Screen...kann mir wer sagen welches Template & Datei es ist ? Weil ich werd wohl irgend etwas kaputt gemacht haben
FireFighter
die smilies gehen doch zumindest im gäste forum
we-love-postings
dann bist du auf we-love-postings.de !
Dass ist jetzt ein anderes Forum!
Ich brauche nur die Namen & vll. noch was ich falsch gemacht habe !
Izzmoo
Öffne mal das Template bbcodes_smilies und guck mal ob dort
code: |
1:
2:
|
$smiliebits
$bbcode_smilies_getmore |
|
vorhanden ist.
Komplette Datei:
code: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
|
<if($smiliebits != '')><then>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder">
<tr>
<td align="left" colspan="$tableColumns" class="tabletitle"><span class="smallfont"><b>{$lang->items['LANG_POSTINGS_SMILIES']}</b> {$lang->items['LANG_POSTINGS_SMILIE_COUNT']}</span></td>
</tr>
$smiliebits
$bbcode_smilies_getmore
</table>
</then></if> |
|
we-love-postings
An der 'bbcodes_smilies' liegt es nicht, habe sie komplett ersetzt, aber sind immer noch keine Smilies zu sehen
Dorena
Hast Du mal in der addreply.tpl nachgesehn ob folgendes vorhanden ist:
Zitat: |
<tr>
<td align="center">$bbcode_buttons</td>
</tr> |
Vielleicht fehlt da ja was......